From 8eef658cc4fe736fdd0efb1363a10fd0f78296bb Mon Sep 17 00:00:00 2001 From: Jason Desrosiers Date: Fri, 27 May 2022 12:59:42 -0700 Subject: [PATCH] Update jsonschema-validation.xml Co-authored-by: Ben Hutton --- jsonschema-validation.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/jsonschema-validation.xml b/jsonschema-validation.xml index 27e4429e..7894bd48 100644 --- a/jsonschema-validation.xml +++ b/jsonschema-validation.xml @@ -498,8 +498,9 @@ An object instance is valid against this keyword if every property name - declared in "properties" is the name of a property in the instance, with - the exception of the property names that appear in this keyword's array. + declared in "properties" within the same schema object is the name of + a property in the instance, with the exception of the property names + that appear in this keyword's array.