-
-
Notifications
You must be signed in to change notification settings - Fork 357
Closed
Description
The use of regex as a format seems inconsistent:
with type
Lines 93 to 96 in 567f768
| "pattern": { | |
| "type": "string", | |
| "format": "regex" | |
| }, |
without type
Line 129 in 567f768
| "propertyNames": { "format": "regex" }, |
Is "type": "string" optional in this case? If so, why does the former case include it? If not, is the latter case a bug?
Thanks.
Metadata
Metadata
Assignees
Labels
No labels