summaryrefslogtreecommitdiff
path: root/json/tests/draft2020-12/items.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/tests/draft2020-12/items.json')
-rw-r--r--json/tests/draft2020-12/items.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/json/tests/draft2020-12/items.json b/json/tests/draft2020-12/items.json
index 1f0bdcf..38ab0e0 100644
--- a/json/tests/draft2020-12/items.json
+++ b/json/tests/draft2020-12/items.json
@@ -214,7 +214,7 @@
]
},
{
- "description": "items should not look in applicators, valid case",
+ "description": "items does not look in applicators, valid case",
"schema": {
"allOf": [
{ "prefixItems": [ { "minimum": 3 } ] }
@@ -223,12 +223,12 @@
},
"tests": [
{
- "description": "prefixItems in allOf should not constrain items, invalid case",
+ "description": "prefixItems in allOf does not constrain items, invalid case",
"data": [ 3, 5 ],
"valid": false
},
{
- "description": "prefixItems in allOf should not constrain items, valid case",
+ "description": "prefixItems in allOf does not constrain items, valid case",
"data": [ 5, 5 ],
"valid": true
}
@@ -254,7 +254,7 @@
]
},
{
- "description": "items should properly handle null data",
+ "description": "items with null instance elements",
"schema": {
"items": {
"type": "null"
@@ -262,7 +262,7 @@
},
"tests": [
{
- "description": "null items allowed",
+ "description": "allows null elements",
"data": [ null ],
"valid": true
}