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 9
9
"title" : " Validation vocabulary meta-schema" ,
10
10
"type" : [" object" , " boolean" ],
11
11
"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
+ },
12
28
"multipleOf" : {
13
29
"type" : " number" ,
14
30
"exclusiveMinimum" : 0
50
66
"additionalProperties" : {
51
67
"$ref" : " #/$defs/stringArray"
52
68
}
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
- ]
69
69
}
70
70
},
71
71
"$defs" : {
You can’t perform that action at this time.
0 commit comments