summaryrefslogtreecommitdiff
path: root/json/tests/draft4/patternProperties.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/tests/draft4/patternProperties.json')
-rw-r--r--json/tests/draft4/patternProperties.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/json/tests/draft4/patternProperties.json b/json/tests/draft4/patternProperties.json
index 0511763..51c8af3 100644
--- a/json/tests/draft4/patternProperties.json
+++ b/json/tests/draft4/patternProperties.json
@@ -118,7 +118,7 @@
]
},
{
- "description": "patternProperties should properly handle null data",
+ "description": "patternProperties with null valued instance properties",
"schema": {
"patternProperties": {
"^.*bar$": {"type": "null"}
@@ -126,7 +126,7 @@
},
"tests": [
{
- "description": "null properties allowed",
+ "description": "allows null values",
"data": {"foobar": null},
"valid": true
}