Skip to content

Commit 3b9b50e

Browse files
committed
Fix: schema.
1 parent e5aa842 commit 3b9b50e

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

cmdcomp/v2/command/argument/select_argument.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class V2SelectArgument(HasAlias, Model):
2424
)
2525

2626
raw_values: Annotated[
27-
str | list[str | V2ValueArgument] | OrderedDict[str, str | V2ValueArgument],
27+
list[str | V2ValueArgument] | OrderedDict[str, str | V2ValueArgument],
2828
Field(
2929
title="candidate selection.",
3030
alias="values",

docs/config.schema.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -555,9 +555,6 @@
555555
},
556556
"values": {
557557
"anyOf": [
558-
{
559-
"type": "string"
560-
},
561558
{
562559
"items": {
563560
"anyOf": [

0 commit comments

Comments
 (0)