File tree 5 files changed +21
-21
lines changed
5 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 17
17
},
18
18
"properties" : {
19
19
"type" : " object" ,
20
- "additionalProperties" : { "$dynamicRef" : " #meta" },
21
- "default" : {}
20
+ "additionalProperties" : { "$dynamicRef" : " #meta" }
22
21
},
23
22
"patternProperties" : {
24
23
"type" : " object" ,
25
24
"additionalProperties" : { "$dynamicRef" : " #meta" },
26
- "propertyNames" : { "format" : " regex" },
27
- "default" : {}
25
+ "propertyNames" : { "format" : " regex" }
28
26
},
29
27
"dependentSchemas" : {
30
28
"type" : " object" ,
31
- "additionalProperties" : { "$dynamicRef" : " #meta" },
32
- "default" : {}
29
+ "additionalProperties" : { "$dynamicRef" : " #meta" }
33
30
},
34
31
"propertyNames" : {
35
32
"$dynamicRef" : " #meta"
Original file line number Diff line number Diff line change 31
31
},
32
32
"$defs" : {
33
33
"type" : " object" ,
34
- "additionalProperties" : { "$dynamicRef" : " #meta" },
35
- "default" : {}
34
+ "additionalProperties" : { "$dynamicRef" : " #meta" }
36
35
}
37
36
},
37
+ "default" : {
38
+ "$schema" : " https://json-schema.org/draft/2020-12/schema"
39
+ },
38
40
"$defs" : {
39
41
"anchorString" : {
40
42
"type" : " string" ,
Original file line number Diff line number Diff line change 18
18
},
19
19
"default" : true ,
20
20
"deprecated" : {
21
- "type" : " boolean" ,
22
- "default" : false
21
+ "type" : " boolean"
23
22
},
24
23
"readOnly" : {
25
- "type" : " boolean" ,
26
- "default" : false
24
+ "type" : " boolean"
27
25
},
28
26
"writeOnly" : {
29
- "type" : " boolean" ,
30
- "default" : false
27
+ "type" : " boolean"
31
28
},
32
29
"examples" : {
33
30
"type" : " array" ,
34
31
"items" : true
35
32
}
33
+ },
34
+ "default" : {
35
+ "deprecated" : false ,
36
+ "readOnly" : false ,
37
+ "writeOnly" : false
36
38
}
37
39
}
Original file line number Diff line number Diff line change 50
50
"maxItems" : { "$ref" : " #/$defs/nonNegativeInteger" },
51
51
"minItems" : { "$ref" : " #/$defs/nonNegativeIntegerDefault0" },
52
52
"uniqueItems" : {
53
- "type" : " boolean" ,
54
- "default" : false
53
+ "type" : " boolean"
55
54
},
56
55
"maxContains" : { "$ref" : " #/$defs/nonNegativeInteger" },
57
56
"minContains" : {
58
- "$ref" : " #/$defs/nonNegativeInteger" ,
59
- "default" : 1
57
+ "$ref" : " #/$defs/nonNegativeInteger"
60
58
},
61
59
"maxProperties" : { "$ref" : " #/$defs/nonNegativeInteger" },
62
60
"minProperties" : { "$ref" : " #/$defs/nonNegativeIntegerDefault0" },
65
63
"type" : " object" ,
66
64
"additionalProperties" : {
67
65
"$ref" : " #/$defs/stringArray"
68
- },
69
- "default" : {}
66
+ }
70
67
}
71
68
},
69
+ "default" : {
70
+ "minContains" : 1
71
+ },
72
72
"$defs" : {
73
73
"nonNegativeInteger" : {
74
74
"type" : " integer" ,
Original file line number Diff line number Diff line change 29
29
"$comment" : " \" definitions\" has been replaced by \" $defs\" ." ,
30
30
"type" : " object" ,
31
31
"additionalProperties" : { "$dynamicRef" : " #meta" },
32
- "default" : {},
33
32
"deprecated" : true
34
33
},
35
34
"dependencies" : {
You can’t perform that action at this time.
0 commit comments