Skip to content

Commit 55e3209

Browse files
authored
Merge pull request modelcontextprotocol#1795 from pbezglasny/fix_elicitation_multiselect_example
docs: fix elicitation enum schema multiselect example
2 parents 0a0832c + 7c927da commit 55e3209

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)