Skip to content

Commit

Permalink
Fix: schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
yassun7010 committed Aug 19, 2023
1 parent e5aa842 commit 3b9b50e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion cmdcomp/v2/command/argument/select_argument.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class V2SelectArgument(HasAlias, Model):
)

raw_values: Annotated[
str | list[str | V2ValueArgument] | OrderedDict[str, str | V2ValueArgument],
list[str | V2ValueArgument] | OrderedDict[str, str | V2ValueArgument],
Field(
title="candidate selection.",
alias="values",
Expand Down
3 changes: 0 additions & 3 deletions docs/config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -555,9 +555,6 @@
},
"values": {
"anyOf": [
{
"type": "string"
},
{
"items": {
"anyOf": [
Expand Down

0 comments on commit 3b9b50e

Please sign in to comment.