File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -604,10 +604,10 @@ identifying such referenced schemas is defined by the keyword.
604
604
Applicator keywords also behave as assertions, using the assertion results of
605
605
each subschema or referenced schema of the keyword. These boolean results are
606
606
modified (e.g. the ` not ` keyword negates its subschema's assertion) and/or
607
- combined (e.g. ` allOf ` takes the conjunction of its subschemas' assertions)
608
- to produce the boolean result of the applicator.
609
- any boolean logic operation to the assertion results of subschemas, but SHOULD
610
- NOT introduce new assertion conditions of their own.[ ^ 2 ]
607
+ combined (e.g. ` allOf ` takes the conjunction of its subschemas' assertions) to
608
+ produce the boolean result of the applicator. Applicators may apply any boolean
609
+ logic operation to the assertion results of subschemas, but SHOULD NOT introduce
610
+ new assertion conditions of their own.[ ^ 2 ]
611
611
612
612
[ ^ 2 ] : It is recommended that keywords have a single resposibility. An example of
613
613
this in action is the separation between ` properties ` , which verifies object
You can’t perform that action at this time.
0 commit comments