mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-10-10 09:09:50 +00:00
Allow manifest "sources" to be any valid file name.
This commit is contained in:
parent
29d4bdf70d
commit
40d55ded4a
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
||||||
"sources": {
|
"sources": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"patternProperties": {
|
"patternProperties": {
|
||||||
"^\\w+$": {
|
"^[^\/\\0]+$": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|
Loading…
Add table
Reference in a new issue