File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change 99 "title" : " Validation vocabulary meta-schema" ,
1010 "type" : [" object" , " boolean" ],
1111 "properties" : {
12+ "type" : {
13+ "anyOf" : [
14+ { "$ref" : " #/$defs/simpleTypes" },
15+ {
16+ "type" : " array" ,
17+ "items" : { "$ref" : " #/$defs/simpleTypes" },
18+ "minItems" : 1 ,
19+ "uniqueItems" : true
20+ }
21+ ]
22+ },
23+ "const" : true ,
24+ "enum" : {
25+ "type" : " array" ,
26+ "items" : true
27+ },
1228 "multipleOf" : {
1329 "type" : " number" ,
1430 "exclusiveMinimum" : 0
5066 "additionalProperties" : {
5167 "$ref" : " #/$defs/stringArray"
5268 }
53- },
54- "const" : true ,
55- "enum" : {
56- "type" : " array" ,
57- "items" : true
58- },
59- "type" : {
60- "anyOf" : [
61- { "$ref" : " #/$defs/simpleTypes" },
62- {
63- "type" : " array" ,
64- "items" : { "$ref" : " #/$defs/simpleTypes" },
65- "minItems" : 1 ,
66- "uniqueItems" : true
67- }
68- ]
6969 }
7070 },
7171 "$defs" : {
You can’t perform that action at this time.
0 commit comments