summaryrefslogtreecommitdiff
path: root/json/tests/draft2020-12/optional/format/uuid.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/tests/draft2020-12/optional/format/uuid.json')
-rw-r--r--json/tests/draft2020-12/optional/format/uuid.json20
1 files changed, 0 insertions, 20 deletions
diff --git a/json/tests/draft2020-12/optional/format/uuid.json b/json/tests/draft2020-12/optional/format/uuid.json
index 3d0f0e7..45bf349 100644
--- a/json/tests/draft2020-12/optional/format/uuid.json
+++ b/json/tests/draft2020-12/optional/format/uuid.json
@@ -64,26 +64,6 @@
"description": "hypothetical version 15",
"data": "99c17cbb-656f-f64a-940f-1a4568f03487",
"valid": true
- },
- {
- "description": "null value should be ignored",
- "data": null,
- "valid": true
- },
- {
- "description": "number value should be ignored",
- "data": 1,
- "valid": true
- },
- {
- "description": "list value should be ignored",
- "data": [],
- "valid": true
- },
- {
- "description": "object value should be ignored",
- "data": {},
- "valid": true
}
]
}