summaryrefslogtreecommitdiff
path: root/json/tests/draft6/properties.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/tests/draft6/properties.json')
-rw-r--r--json/tests/draft6/properties.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/json/tests/draft6/properties.json b/json/tests/draft6/properties.json
index 8c3ed35..21a2e09 100644
--- a/json/tests/draft6/properties.json
+++ b/json/tests/draft6/properties.json
@@ -165,7 +165,7 @@
]
},
{
- "description": "properties should properly handle null data",
+ "description": "properties with null valued instance properties",
"schema": {
"properties": {
"foo": {"type": "null"}
@@ -173,7 +173,7 @@
},
"tests": [
{
- "description": "null properties allowed",
+ "description": "allows null values",
"data": {"foo": null},
"valid": true
}