-
Notifications
You must be signed in to change notification settings - Fork 129
Open
Description
The following schema is not properly checking if the string is an UUID:
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"id": {
"type": "string",
"format": "uuid"
}
}
}Related to: microsoft/vscode#77765
We are missing the respective regex here:
| const formats = { |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels