File tree 1 file changed +12
-6
lines changed
1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 55
55
],
56
56
"description" : " Watch for files in static content directory."
57
57
}
58
- }
58
+ },
59
+ "required" : [" directory" ]
59
60
},
60
61
"StaticString" : {
61
62
"type" : " string" ,
138
139
},
139
140
"WatchFilesObject" : {
140
141
"type" : " object" ,
142
+ "cli" : {
143
+ "exclude" : true
144
+ },
141
145
"properties" : {
142
146
"paths" : {
143
147
"anyOf" : [
159
163
"additionalProperties" : true
160
164
}
161
165
},
162
- "additionalProperties" : false
166
+ "additionalProperties" : false ,
167
+ "required" : [" paths" ]
163
168
},
164
169
"WebSocketServerEnum" : {
165
170
"enum" : [" sockjs" , " ws" ]
173
178
},
174
179
"WebSocketServerObject" : {
175
180
"type" : " object" ,
181
+ "cli" : {
182
+ "exclude" : true
183
+ },
176
184
"properties" : {
177
185
"type" : {
178
186
"anyOf" : [
515
523
"$ref" : " #/definitions/OpenObject"
516
524
}
517
525
]
518
- },
519
- "minItems" : 1
526
+ }
520
527
},
521
528
{
522
529
"$ref" : " #/definitions/OpenBoolean"
587
594
"$ref" : " #/definitions/StaticObject"
588
595
}
589
596
]
590
- },
591
- "minItems" : 1
597
+ }
592
598
},
593
599
{
594
600
"type" : " boolean"
You can’t perform that action at this time.
0 commit comments