diff options
Diffstat (limited to 'jsonschema/schemas/draft2019-09/format.json')
-rw-r--r-- | jsonschema/schemas/draft2019-09/format.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/jsonschema/schemas/draft2019-09/format.json b/jsonschema/schemas/draft2019-09/format.json new file mode 100644 index 0000000..09bbfdd --- /dev/null +++ b/jsonschema/schemas/draft2019-09/format.json @@ -0,0 +1,14 @@ +{ + "$schema": "https://json-schema.org/draft/2019-09/schema", + "$id": "https://json-schema.org/draft/2019-09/meta/format", + "$vocabulary": { + "https://json-schema.org/draft/2019-09/vocab/format": true + }, + "$recursiveAnchor": true, + + "title": "Format vocabulary meta-schema", + "type": ["object", "boolean"], + "properties": { + "format": { "type": "string" } + } +} |