Commit b15c410 1 parent 7f81b1a commit b15c410 Copy full SHA for b15c410
File tree 3 files changed +42
-8
lines changed
3 files changed +42
-8
lines changed Original file line number Diff line number Diff line change 3
3
"type" : " object" ,
4
4
"properties" : {
5
5
"privileged" : {
6
- "description" : " Option to set the --priviliged flag when running the Docker container" ,
6
+ "description" : " Option to set the --privileged flag when running the Docker container" ,
7
7
"type" : " boolean"
8
8
}
9
9
},
Original file line number Diff line number Diff line change 420
420
"type" : " array"
421
421
},
422
422
"required" : {
423
+ "additionalItems" : true ,
423
424
"description" : " Required extensions for this bundle" ,
424
- "items" : {
425
- "anyOf" : []
426
- },
427
- "type" : " array"
425
+ "items" : [
426
+ {
427
+ "properties" : {
428
+ "docker" : {
429
+ "$schema" : " http://json-schema.org/draft-07/schema#" ,
430
+ "additionalProperties" : false ,
431
+ "properties" : {
432
+ "privileged" : {
433
+ "description" : " Option to set the --privileged flag when running the Docker container" ,
434
+ "type" : " boolean"
435
+ }
436
+ },
437
+ "type" : " object"
438
+ }
439
+ },
440
+ "type" : " object"
441
+ }
442
+ ],
443
+ "type" : " array" ,
444
+ "uniqueItems" : true
428
445
},
429
446
"tag" : {
430
447
"description" : " The tag to use when the bundle is published to an OCI registry" ,
Original file line number Diff line number Diff line change 236
236
"required" : {
237
237
"description" : " Required extensions for this bundle" ,
238
238
"type" : " array" ,
239
- "items" : {
240
- "anyOf" : []
241
- }
239
+ "items" : [
240
+ {
241
+ "type" : " object" ,
242
+ "properties" : {
243
+ "docker" : {
244
+ "$schema" : " http://json-schema.org/draft-07/schema#" ,
245
+ "type" : " object" ,
246
+ "properties" : {
247
+ "privileged" : {
248
+ "description" : " Option to set the --privileged flag when running the Docker container" ,
249
+ "type" : " boolean"
250
+ }
251
+ },
252
+ "additionalProperties" : false
253
+ }
254
+ }
255
+ }
256
+ ],
257
+ "uniqueItems" : true ,
258
+ "additionalItems" : true
242
259
},
243
260
"uninstall" : {
244
261
"type" : " array" ,
You can’t perform that action at this time.
0 commit comments