summaryrefslogtreecommitdiff
path: root/json/tests/draft4/items.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/tests/draft4/items.json')
-rw-r--r--json/tests/draft4/items.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/json/tests/draft4/items.json b/json/tests/draft4/items.json
index 89801db..16ea070 100644
--- a/json/tests/draft4/items.json
+++ b/json/tests/draft4/items.json
@@ -193,7 +193,7 @@
]
},
{
- "description": "single-form items should properly handle null data",
+ "description": "items with null instance elements",
"schema": {
"items": {
"type": "null"
@@ -201,14 +201,14 @@
},
"tests": [
{
- "description": "null properties allowed",
+ "description": "allows null elements",
"data": [ null ],
"valid": true
}
]
},
{
- "description": "array-form items should properly handle null data",
+ "description": "array-form items with null instance elements",
"schema": {
"items": [
{
@@ -218,7 +218,7 @@
},
"tests": [
{
- "description": "null items allowed",
+ "description": "allows null elements",
"data": [ null ],
"valid": true
}