Skip to content

Commit 22c9922

Browse files
committed
Note dropped annotations in propertyNames
Signed-off-by: Juan Cruz Viotti <[email protected]>
1 parent 961df8a commit 22c9922

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/2020-12/applicator/propertyNames.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ properties whose names match the given schema. This keyword is evaluated
3737
against _every_ property of the object instance, independently of keywords that
3838
indirectly introduce property names such as [`properties`]({{< ref
3939
"2020-12/applicator/properties" >}}) and [`patternProperties`]({{< ref
40-
"2020-12/applicator/patternproperties" >}}).
40+
"2020-12/applicator/patternproperties" >}}). Annotations coming from inside
41+
this keyword are dropped.
4142

4243
{{<common-pitfall>}} As per the JSON grammar, the name of an object property
4344
must be a string. Therefore, setting this keyword to a schema that makes use of

0 commit comments

Comments
 (0)