mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
Don't allow target in include/exclude_packages
Fix indentation in schema
This commit is contained in:
parent
1ee1e7b645
commit
07dc9ec2a9
1 changed files with 4 additions and 4 deletions
|
@ -15,16 +15,16 @@
|
||||||
"include_packages": {
|
"include_packages": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"pattern": "^[^/]+(/[^/]+)?$"
|
"pattern": "^[^/]+$"
|
||||||
},
|
},
|
||||||
"minItems": 1
|
"minItems": 1
|
||||||
},
|
},
|
||||||
"exclude_packages": {
|
"exclude_packages": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"pattern": "^[^/]+(/[^/]+)?$"
|
"pattern": "^[^/]+$"
|
||||||
},
|
},
|
||||||
"minItems": 1
|
"minItems": 1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue