summaryrefslogtreecommitdiff
path: root/json/tests/draft2019-09/items.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/tests/draft2019-09/items.json')
-rw-r--r--json/tests/draft2019-09/items.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/json/tests/draft2019-09/items.json b/json/tests/draft2019-09/items.json
index 58992fc..c77ba0b 100644
--- a/json/tests/draft2019-09/items.json
+++ b/json/tests/draft2019-09/items.json
@@ -263,7 +263,7 @@
]
},
{
- "description": "array-form items should properly handle null data",
+ "description": "array-form items with null instance elements",
"schema": {
"items": [
{
@@ -273,7 +273,7 @@
},
"tests": [
{
- "description": "null items allowed",
+ "description": "allows null elements",
"data": [ null ],
"valid": true
}