Skip to content

Commit cf92b5d

Browse files
committed
Small fixes to unevaluatedProperties
Signed-off-by: Juan Cruz Viotti <[email protected]>
1 parent 0b67f59 commit cf92b5d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

content/2020-12/unevaluated/unevaluatedProperties.markdown

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,18 @@ other keyword from every other vocabulary.
4747
{{<best-practice>}}
4848

4949
There are two common use cases for this keyword, both for reducing duplication:
50-
(1) Elegantly describing _additional_ object properties while declaring the
50+
(1) Elegantly describing additional object properties while declaring the
5151
[`properties`]({{< ref "2020-12/applicator/properties" >}}) or
5252
[`patternProperties`]({{< ref "2020-12/applicator/patternproperties" >}})
5353
keywords behind conditional logic without duplicating the
5454
[`additionalProperties`]({{< ref "2020-12/applicator/additionalproperties"
5555
>}}) keyword in every possible branch. (2) Re-using
56-
subschemas that consist of the [`properties`]({{< ref
57-
"2020-12/applicator/properties" >}}) and [`patternProperties`]({{< ref
58-
"2020-12/applicator/patternproperties" >}}) keywords, or the
59-
[`additionalProperties`]({{< ref "2020-12/applicator/additionalproperties" >}})
60-
keyword, as helpers while specialising the helpers with other related keywords
61-
as needed in specific locations without having to inline the entire helper.
56+
helpers that consist of the [`properties`]({{< ref
57+
"2020-12/applicator/properties" >}}), [`patternProperties`]({{< ref
58+
"2020-12/applicator/patternproperties" >}}), or [`additionalProperties`]({{<
59+
ref "2020-12/applicator/additionalproperties" >}}) keywords, while specialising
60+
the helpers as needed in specific locations without having to inline the entire
61+
contents of the helper.
6262

6363
{{</best-practice>}}
6464

0 commit comments

Comments
 (0)