We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e79ae19 commit ef2f4beCopy full SHA for ef2f4be
docs/specification/draft/client/elicitation.mdx
@@ -321,7 +321,7 @@ The schema is restricted to these primitive types:
321
"minItems": 1,
322
"maxItems": 2,
323
"items": {
324
- "oneOf": [
+ "anyOf": [
325
{ "const": "#FF0000", "title": "Red" },
326
{ "const": "#00FF00", "title": "Green" },
327
{ "const": "#0000FF", "title": "Blue" }
0 commit comments