summaryrefslogtreecommitdiff
path: root/json/tests/draft-next/defs.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/tests/draft-next/defs.json')
-rw-r--r--json/tests/draft-next/defs.json21
1 files changed, 0 insertions, 21 deletions
diff --git a/json/tests/draft-next/defs.json b/json/tests/draft-next/defs.json
deleted file mode 100644
index 7bda825..0000000
--- a/json/tests/draft-next/defs.json
+++ /dev/null
@@ -1,21 +0,0 @@
-[
- {
- "description": "validate definition against metaschema",
- "schema": {
- "$schema": "https://json-schema.org/draft/next/schema",
- "$ref": "https://json-schema.org/draft/next/schema"
- },
- "tests": [
- {
- "description": "valid definition schema",
- "data": {"$defs": {"foo": {"type": "integer"}}},
- "valid": true
- },
- {
- "description": "invalid definition schema",
- "data": {"$defs": {"foo": {"type": 1}}},
- "valid": false
- }
- ]
- }
-]