diff options
author | Julian Berman <Julian@GrayVines.com> | 2022-08-06 12:55:47 +0300 |
---|---|---|
committer | Julian Berman <Julian@GrayVines.com> | 2022-08-06 12:55:47 +0300 |
commit | 8e633a5086b43eef4ffccd852d80b7fab787012e (patch) | |
tree | a90b569e98925957f0c6ea78ac748f7c4d185e8b /json/tests/draft7/patternProperties.json | |
parent | 62536e79e05bf04b273bc5939742122f0ef39c61 (diff) | |
parent | b9ff8c481f054bff83dad4c5b4da0efc221175f2 (diff) | |
download | jsonschema-8e633a5086b43eef4ffccd852d80b7fab787012e.tar.gz |
Merge commit 'b9ff8c481f054bff83dad4c5b4da0efc221175f2'
* commit 'b9ff8c481f054bff83dad4c5b4da0efc221175f2':
Squashed 'json/' changes from f82764080..91ecacf60
Diffstat (limited to 'json/tests/draft7/patternProperties.json')
-rw-r--r-- | json/tests/draft7/patternProperties.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/json/tests/draft7/patternProperties.json b/json/tests/draft7/patternProperties.json index 34b2e85..c276e64 100644 --- a/json/tests/draft7/patternProperties.json +++ b/json/tests/draft7/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 } |