Skip to content

Commit 5c56fb7

Browse files
authored
Merge branch 'main' into elicitation/expect-server-flag
2 parents 26bc30c + 55e3209 commit 5c56fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/specification/draft/client/elicitation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ The schema is restricted to these primitive types:
207207
"minItems": 1,
208208
"maxItems": 2,
209209
"items": {
210-
"oneOf": [
210+
"anyOf": [
211211
{ "const": "#FF0000", "title": "Red" },
212212
{ "const": "#00FF00", "title": "Green" },
213213
{ "const": "#0000FF", "title": "Blue" }

0 commit comments

Comments
 (0)