summaryrefslogtreecommitdiff
path: root/json/output-tests/draft-next/content/type.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/output-tests/draft-next/content/type.json')
-rw-r--r--json/output-tests/draft-next/content/type.json39
1 files changed, 0 insertions, 39 deletions
diff --git a/json/output-tests/draft-next/content/type.json b/json/output-tests/draft-next/content/type.json
deleted file mode 100644
index e17f1f5..0000000
--- a/json/output-tests/draft-next/content/type.json
+++ /dev/null
@@ -1,39 +0,0 @@
-[
- {
- "description": "incorrect type",
- "schema": {
- "$schema": "https://json-schema.org/draft/next/schema",
- "$id": "https://json-schema.org/tests/content/draft-next/type/0",
- "type": "string"
- },
- "tests": [
- {
- "description": "incorrect type must be reported, but a message is not required",
- "data": 1,
- "output": {
- "list": {
- "$id": "https://json-schema.org/tests/content/draft-next/type/0/tests/0/basic",
- "$ref": "/draft/next/output/schema",
- "properties": {
- "details": {
- "contains": {
- "properties": {
- "evaluationPath": {"const": ""},
- "schemaLocation": {"const": "https://json-schema.org/tests/content/draft-next/type/0"},
- "instanceLocation": {"const": ""},
- "annotations": false,
- "errors": {
- "required": ["type"]
- }
- },
- "required": ["evaluationPath", "schemaLocation", "instanceLocation"]
- }
- }
- },
- "required": ["details"]
- }
- }
- }
- ]
- }
-]