mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 23:36:29 +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
|
@ -16,7 +16,7 @@
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"pattern": "^[^/]+(/[^/]+)?$"
|
"pattern": "^[^/]+$"
|
||||||
},
|
},
|
||||||
"minItems": 1
|
"minItems": 1
|
||||||
},
|
},
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"pattern": "^[^/]+(/[^/]+)?$"
|
"pattern": "^[^/]+$"
|
||||||
},
|
},
|
||||||
"minItems": 1
|
"minItems": 1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue