Skip to content

Commit 94755d1

Browse files
committed
Remove unsupported pattern field and clarify supported format types
1 parent c6cb3bb commit 94755d1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/specification/2025-06-18/client/elicitation.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,7 @@ The schema is restricted to these primitive types:
232232
"description": "Description text",
233233
"minLength": 3,
234234
"maxLength": 50,
235-
"pattern": "^[A-Za-z]+$",
236-
"format": "email"
235+
"format": "email" // Supported: "email", "uri", "date", "date-time"
237236
}
238237
```
239238

0 commit comments

Comments
 (0)