File tree Expand file tree Collapse file tree 2 files changed +11
-15
lines changed Expand file tree Collapse file tree 2 files changed +11
-15
lines changed Original file line number Diff line number Diff line change 1584
1584
"required" : [
1585
1585
" message" ,
1586
1586
" doc" ,
1587
- " checksum" ,
1588
- " plugin_deps"
1587
+ " checksum"
1589
1588
],
1590
1589
"properties" : {
1591
1590
"message" : {
1603
1602
"items" : {
1604
1603
"type" : " string"
1605
1604
},
1606
- "description" : " plugin dependencies in the format of ['team_name/kind/plugin_name@version']" ,
1607
- "minItems" : 1
1605
+ "description" : " plugin dependencies in the format of ['team_name/kind/plugin_name@version']"
1608
1606
},
1609
1607
"addon_deps" : {
1610
1608
"type" : " array" ,
1611
1609
"items" : {
1612
1610
"type" : " string"
1613
1611
},
1614
- "description" : " addon dependencies in the format of ['team_name/addon_name@version']"
1612
+ "description" : " addon dependencies in the format of ['team_name/type/ addon_name@version']"
1615
1613
},
1616
1614
"checksum" : {
1617
1615
"type" : " string" ,
4386
4384
" name" ,
4387
4385
" message" ,
4388
4386
" doc" ,
4389
- " plugin_deps" ,
4390
4387
" draft" ,
4391
4388
" retracted" ,
4392
4389
" checksum"
4423
4420
"plugin_deps" : {
4424
4421
"type" : " array" ,
4425
4422
"items" : {
4426
- "type" : " string" ,
4427
- "minItems" : 1
4423
+ "type" : " string"
4428
4424
},
4429
4425
"description" : " list of plugins the addon depends on in the format of team_name/kind/name@version"
4430
4426
},
4433
4429
"items" : {
4434
4430
"type" : " string"
4435
4431
},
4436
- "description" : " list of other addons this addon depends on in the format of team_name/name@version"
4432
+ "description" : " list of other addons this addon depends on in the format of team_name/type/ name@version"
4437
4433
},
4438
4434
"retracted" : {
4439
4435
"type" : " boolean" ,
4475
4471
"items" : {
4476
4472
"type" : " string"
4477
4473
},
4478
- "description" : " list of other addons this addon depends on in the format of team_name/name@version"
4474
+ "description" : " list of other addons this addon depends on in the format of team_name/type/ name@version"
4479
4475
},
4480
4476
"retracted" : {
4481
4477
"type" : " boolean" ,
You can’t perform that action at this time.
0 commit comments