Skip to content

Commit ef2f4be

Browse files
committed
Fix elicitation enum schema multiselect example
1 parent e79ae19 commit ef2f4be

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
@@ -321,7 +321,7 @@ The schema is restricted to these primitive types:
321321
"minItems": 1,
322322
"maxItems": 2,
323323
"items": {
324-
"oneOf": [
324+
"anyOf": [
325325
{ "const": "#FF0000", "title": "Red" },
326326
{ "const": "#00FF00", "title": "Green" },
327327
{ "const": "#0000FF", "title": "Blue" }

0 commit comments

Comments
 (0)