summaryrefslogtreecommitdiff
path: root/json/tests/draft6/additionalProperties.json
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2020-06-11 18:25:39 -0400
committerJulian Berman <Julian@GrayVines.com>2020-06-11 18:25:39 -0400
commit9ffc81e628d0da306ab18a4579282a6cf0e18a6d (patch)
tree3e8d64da86657fedbc31e3c166175b9a4ed7b6bb /json/tests/draft6/additionalProperties.json
parent9d5edb4749ab1f6194aa5c7c099c6e6fd402c4cf (diff)
parentba8f9ae3bb8a191c660231aab30a3cd4a67e7bcb (diff)
downloadjsonschema-9ffc81e628d0da306ab18a4579282a6cf0e18a6d.tar.gz
Merge commit 'ba8f9ae3bb8a191c660231aab30a3cd4a67e7bcb'
* commit 'ba8f9ae3bb8a191c660231aab30a3cd4a67e7bcb': Squashed 'json/' changes from 817b724b7..57001d26b
Diffstat (limited to 'json/tests/draft6/additionalProperties.json')
-rw-r--r--json/tests/draft6/additionalProperties.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/json/tests/draft6/additionalProperties.json b/json/tests/draft6/additionalProperties.json
index ffeac6b..381275a 100644
--- a/json/tests/draft6/additionalProperties.json
+++ b/json/tests/draft6/additionalProperties.json
@@ -124,7 +124,7 @@
},
"tests": [
{
- "description": "properties defined in allOf are not allowed",
+ "description": "properties defined in allOf are not examined",
"data": {"foo": 1, "bar": true},
"valid": false
}