We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
propertyNames
1 parent 961df8a commit 22c9922Copy full SHA for 22c9922
content/2020-12/applicator/propertyNames.markdown
@@ -37,7 +37,8 @@ properties whose names match the given schema. This keyword is evaluated
37
against _every_ property of the object instance, independently of keywords that
38
indirectly introduce property names such as [`properties`]({{< ref
39
"2020-12/applicator/properties" >}}) and [`patternProperties`]({{< ref
40
-"2020-12/applicator/patternproperties" >}}).
+"2020-12/applicator/patternproperties" >}}). Annotations coming from inside
41
+this keyword are dropped.
42
43
{{<common-pitfall>}} As per the JSON grammar, the name of an object property
44
must be a string. Therefore, setting this keyword to a schema that makes use of
0 commit comments