Add 'provders' back into packages.yaml schema
This commit is contained in:
parent
b637f75164
commit
c4fddcc6e9
@ -224,6 +224,15 @@
|
||||
'type': 'boolean',
|
||||
'default': False,
|
||||
},
|
||||
'providers': {
|
||||
'type': 'object',
|
||||
'default': {},
|
||||
'additionalProperties': False,
|
||||
'patternProperties': {
|
||||
r'\w[\w-]*': {
|
||||
'type' : 'array',
|
||||
'default' : [],
|
||||
'items' : { 'type' : 'string' },},},},
|
||||
'paths': {
|
||||
'type' : 'object',
|
||||
'default' : {},
|
||||
|
Loading…
Reference in New Issue
Block a user