|
759 | 759 | <t>
|
760 | 760 | Instances that fail to validate against this
|
761 | 761 | keyword's subschema MUST also be valid against
|
762 |
| - the subschema value of the "else" keyword. |
| 762 | + the subschema value of the "else" keyword, if |
| 763 | + present. |
763 | 764 | </t>
|
764 | 765 | <t>
|
765 | 766 | Validation of the instance against this keyword
|
766 | 767 | on its own always succeeds, regardless of the
|
767 |
| - validation outcome of against its subschema. |
| 768 | + validation outcome of the instance against its subschema. |
768 | 769 | </t>
|
769 | 770 | </section>
|
770 | 771 | <section title="then">
|
|
780 | 781 | <t>
|
781 | 782 | When "if" is absent, or the instance fails to
|
782 | 783 | validate against its subschema, validation against
|
783 |
| - this keyword always succeeds. Implementations |
784 |
| - SHOULD avoid attempting to validate against |
| 784 | + this keyword always succeeds, regardless of the |
| 785 | + validation outcome of the instance against its subschema. |
| 786 | + Implementations SHOULD avoid attempting to validate against |
785 | 787 | the subschema in these cases.
|
786 | 788 | </t>
|
787 | 789 | </section>
|
|
799 | 801 | <t>
|
800 | 802 | When "if" is absent, or the instance successfully
|
801 | 803 | validates against its subschema, validation against
|
802 |
| - this keyword always succeeds. Implementations |
803 |
| - SHOULD avoid attempting to validate against |
| 804 | + this keyword always succeeds, regardless of the |
| 805 | + validation outcome of the instance against its subschema. |
| 806 | + Implementations SHOULD avoid attempting to validate against |
804 | 807 | the subschema in these cases.
|
805 | 808 | </t>
|
806 | 809 | </section>
|
|
0 commit comments