summaryrefslogtreecommitdiff
path: root/jsonschema/schemas/draft2019-09/format.json
diff options
context:
space:
mode:
Diffstat (limited to 'jsonschema/schemas/draft2019-09/format.json')
-rw-r--r--jsonschema/schemas/draft2019-09/format.json14
1 files changed, 0 insertions, 14 deletions
diff --git a/jsonschema/schemas/draft2019-09/format.json b/jsonschema/schemas/draft2019-09/format.json
deleted file mode 100644
index 09bbfdd..0000000
--- a/jsonschema/schemas/draft2019-09/format.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "$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" }
- }
-}