File tree Expand file tree Collapse file tree 1 file changed +18
-9
lines changed
extensions/configuration-editing/schemas Expand file tree Collapse file tree 1 file changed +18
-9
lines changed Original file line number Diff line number Diff line change 282
282
]
283
283
}
284
284
},
285
- "allOf " : [
285
+ "oneOf " : [
286
286
{
287
- "oneOf " : [
287
+ "allOf " : [
288
288
{
289
- "allOf " : [
289
+ "oneOf " : [
290
290
{
291
- "oneOf " : [
291
+ "allOf " : [
292
292
{
293
- "$ref" : " #/definitions/dockerfileContainer"
293
+ "oneOf" : [
294
+ {
295
+ "$ref" : " #/definitions/dockerfileContainer"
296
+ },
297
+ {
298
+ "$ref" : " #/definitions/imageContainer"
299
+ }
300
+ ]
294
301
},
295
302
{
296
- "$ref" : " #/definitions/imageContainer "
303
+ "$ref" : " #/definitions/nonComposeBase "
297
304
}
298
305
]
299
306
},
300
307
{
301
- "$ref" : " #/definitions/nonComposeBase "
308
+ "$ref" : " #/definitions/composeContainer "
302
309
}
303
310
]
304
311
},
305
312
{
306
- "$ref" : " #/definitions/composeContainer "
313
+ "$ref" : " #/definitions/devContainerCommon "
307
314
}
308
315
]
309
316
},
310
317
{
311
- "$ref" : " #/definitions/devContainerCommon"
318
+ "type" : " object" ,
319
+ "$ref" : " #/definitions/devContainerCommon" ,
320
+ "additionalProperties" : false
312
321
}
313
322
]
314
323
}
You can’t perform that action at this time.
0 commit comments