summaryrefslogtreecommitdiff
path: root/json/tests/draft2020-12/optional/cross-draft.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/tests/draft2020-12/optional/cross-draft.json')
-rw-r--r--json/tests/draft2020-12/optional/cross-draft.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/json/tests/draft2020-12/optional/cross-draft.json b/json/tests/draft2020-12/optional/cross-draft.json
deleted file mode 100644
index 5113bd6..0000000
--- a/json/tests/draft2020-12/optional/cross-draft.json
+++ /dev/null
@@ -1,18 +0,0 @@
-[
- {
- "description": "refs to historic drafts are processed as historic drafts",
- "schema": {
- "$schema": "https://json-schema.org/draft/2020-12/schema",
- "type": "array",
- "$ref": "http://localhost:1234/draft2019-09/ignore-prefixItems.json"
- },
- "tests": [
- {
- "description": "first item not a string is valid",
- "comment": "if the implementation is not processing the $ref as a 2019-09 schema, this test will fail",
- "data": [1, 2, 3],
- "valid": true
- }
- ]
- }
-]