File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2806
2806
with no further details.
2807
2807
</t >
2808
2808
<t >
2809
- Basic - Provides validation information in a flat list structure.
2809
+ List - Provides validation information in a flat list structure.
2810
2810
</t >
2811
2811
<t >
2812
2812
Hierarchical - Provides validation information in a hierarchical
2815
2815
</t >
2816
2816
</list >
2817
2817
An implementation MUST provide the "flag" format and SHOULD provide at least one
2818
- of the "basic " or "hierarchical" formats. Implementations SHOULD specify in
2818
+ of the "list " or "hierarchical" formats. Implementations SHOULD specify in
2819
2819
their documentation which formats they support.
2820
2820
</t >
2821
2821
@@ -2984,7 +2984,7 @@ https://example.com/schemas/common#/$defs/allOf/1
2984
2984
array of output units, even if only a single output unit is produced.
2985
2985
</t >
2986
2986
<t >
2987
- For "basic ", this property will appear only at the root output unit
2987
+ For "list ", this property will appear only at the root output unit
2988
2988
and will hold all output units in a flat list.
2989
2989
</t >
2990
2990
<t >
@@ -3201,9 +3201,9 @@ https://example.com/schemas/common#/$defs/allOf/1
3201
3201
</t >
3202
3202
</section >
3203
3203
3204
- <section title =" Basic " >
3204
+ <section title =" List " >
3205
3205
<t >
3206
- The "Basic " structure is a flat list of output units contained within a
3206
+ The "List " structure is a flat list of output units contained within a
3207
3207
root output unit.
3208
3208
</t >
3209
3209
<t >
Original file line number Diff line number Diff line change 5
5
6
6
"anyOf" : [
7
7
{ "$ref" : " #/$defs/flag" },
8
- { "$ref" : " #/$defs/basic " },
8
+ { "$ref" : " #/$defs/list " },
9
9
{ "$ref" : " #/$defs/hierarchical" }
10
10
],
11
11
"$defs" : {
81
81
},
82
82
"required" : [ " valid" ]
83
83
},
84
- "basic " : {
84
+ "list " : {
85
85
"properties" : {
86
86
"valid" : { "type" : " boolean" },
87
87
"nested" : {
You can’t perform that action at this time.
0 commit comments