File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
content/2020-12/applicator Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,11 @@ related:
42
42
---
43
43
44
44
The ` additionalProperties ` keyword restricts object instance properties not
45
- described by the [ ` properties ` ] ({{< ref "2020-12/applicator/properties" >}})
46
- and [ ` patternProperties ` ] ({{< ref "2020-12/applicator/patternproperties" >}})
47
- keywords (if any), to validate against the given subschema. Information about
48
- the properties that this keyword was evaluated for is reported using
45
+ described by the _ sibling_ [ ` properties ` ] ({{< ref
46
+ "2020-12/applicator/properties"
47
+ > }}) and [ ` patternProperties ` ] ({{< ref "2020-12/applicator/patternproperties"
48
+ > }}) keywords (if any), to validate against the given subschema. Information
49
+ about the properties that this keyword was evaluated for is reported using
49
50
annotations.
50
51
51
52
{{<common-pitfall >}}The use of the [ ` properties ` ] ({{< ref
Original file line number Diff line number Diff line change @@ -42,9 +42,9 @@ related:
42
42
---
43
43
44
44
The ` items ` keyword restricts array instance items not described by the
45
- [ ` prefixItems ` ] ({{< ref "2020-12/applicator/prefixitems" >}}) keyword (if any),
46
- to validate against the given subschema. Whether this keyword was evaluated
47
- against any item of the array instance is reported using annotations.
45
+ _ sibling _ [ ` prefixItems ` ] ({{< ref "2020-12/applicator/prefixitems" >}}) keyword
46
+ (if any), to validate against the given subschema. Whether this keyword was
47
+ evaluated against any item of the array instance is reported using annotations.
48
48
49
49
{{<common-pitfall >}}This keyword does not prevent an array instance from being
50
50
empty. If needed, use the [ ` minItems ` ] ({{< ref "2020-12/validation/minitems"
You can’t perform that action at this time.
0 commit comments