File tree 1 file changed +20
-15
lines changed
1 file changed +20
-15
lines changed Original file line number Diff line number Diff line change 85
85
},
86
86
"ruleset" : {
87
87
"type" : " object" ,
88
- "properties" : {
89
- "rules" : {
90
- "type" : " object" ,
91
- "additionalProperties" : {
92
- "$ref" : " #/definitions/rule"
88
+ "minProperties" : 1 ,
89
+ "maxProperties" : 1 ,
90
+ "additionalProperties" : {
91
+ "type" : " object" ,
92
+ "properties" : {
93
+ "rules" : {
94
+ "type" : " object" ,
95
+ "additionalProperties" : {
96
+ "$ref" : " #/definitions/rule"
97
+ }
98
+ },
99
+ "ignore" : {
100
+ "$ref" : " #/definitions/pathList"
101
+ },
102
+ "only" : {
103
+ "$ref" : " #/definitions/pathList"
93
104
}
94
105
},
95
- "ignore" : {
96
- "$ref" : " #/definitions/pathList"
97
- },
98
- "only" : {
99
- "$ref" : " #/definitions/pathList"
100
- }
101
- },
102
- "required" : [
103
- " rules"
104
- ]
106
+ "required" : [
107
+ " rules"
108
+ ]
109
+ }
105
110
},
106
111
"pathList" : {
107
112
"type" : " array" ,
You can’t perform that action at this time.
0 commit comments