File tree Expand file tree Collapse file tree 1 file changed +7
-20
lines changed Expand file tree Collapse file tree 1 file changed +7
-20
lines changed Original file line number Diff line number Diff line change 605
605
606
606
<section title =" allOf" >
607
607
<t >
608
- This keyword's value MUST be an array.
609
- This array MUST have at least one element.
610
- </t >
611
- <t >
612
- Elements of the array MUST be objects. Each object MUST be a valid JSON
613
- Schema.
608
+ This keyword's value MUST be a non-empty array.
609
+ Each item of the array MUST be a valid JSON Schema.
614
610
</t >
615
611
<t >
616
612
An instance validates successfully against this keyword if it validates
620
616
621
617
<section title =" anyOf" >
622
618
<t >
623
- This keyword's value MUST be an array.
624
- This array MUST have at least one element.
625
- </t >
626
- <t >
627
- Elements of the array MUST be objects.
628
- Each object MUST be a valid JSON Schema.
619
+ This keyword's value MUST be a non-empty array.
620
+ Each item of the array MUST be a valid JSON Schema.
629
621
</t >
630
622
<t >
631
623
An instance validates successfully against this keyword if it validates
635
627
636
628
<section title =" oneOf" >
637
629
<t >
638
- This keyword's value MUST be an array.
639
- This array MUST have at least one element.
640
- </t >
641
- <t >
642
- Elements of the array MUST be objects.
643
- Each object MUST be a valid JSON Schema.
630
+ This keyword's value MUST be a non-empty array.
631
+ Each item of the array MUST be a valid JSON Schema.
644
632
</t >
645
633
<t >
646
634
An instance validates successfully against this keyword if it validates
650
638
651
639
<section title =" not" >
652
640
<t >
653
- This keyword's value MUST be an object.
654
- This object MUST be a valid JSON Schema.
641
+ This keyword's value MUST be a valid JSON Schema.
655
642
</t >
656
643
<t >
657
644
An instance is valid against this keyword if it fails to validate
You can’t perform that action at this time.
0 commit comments