summaryrefslogtreecommitdiff
path: root/json/tests/draft3/additionalItems.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/tests/draft3/additionalItems.json')
-rw-r--r--json/tests/draft3/additionalItems.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/json/tests/draft3/additionalItems.json b/json/tests/draft3/additionalItems.json
index 24b1d86..0cb6687 100644
--- a/json/tests/draft3/additionalItems.json
+++ b/json/tests/draft3/additionalItems.json
@@ -95,7 +95,7 @@
]
},
{
- "description": "additionalItems should not look in applicators",
+ "description": "additionalItems does not look in applicators",
"schema": {
"extends": [
{ "items": [ { "type": "integer" } ] }
@@ -111,7 +111,7 @@
]
},
{
- "description": "additionalItems should properly handle null data",
+ "description": "additionalItems with null instance elements",
"schema": {
"additionalItems": {
"type": "null"
@@ -119,7 +119,7 @@
},
"tests": [
{
- "description": "null items allowed",
+ "description": "allows null elements",
"data": [ null ],
"valid": true
}