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