chore(eslint): update regex for url_suffix
This commit is contained in:
parent
ebe46caa45
commit
baa29fe963
|
@ -93,7 +93,7 @@
|
||||||
},
|
},
|
||||||
"url_suffix": {
|
"url_suffix": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"pattern": "^/[a-z0-9-_]+$"
|
"pattern": "^/[a-z0-9-_/]+$"
|
||||||
},
|
},
|
||||||
"form_fields": {
|
"form_fields": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
|
@ -125,18 +125,5 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": ["name", "available", "port", "id", "tipi_version", "version", "categories", "description", "short_desc", "author", "source", "form_fields"]
|
||||||
"name",
|
|
||||||
"available",
|
|
||||||
"port",
|
|
||||||
"id",
|
|
||||||
"tipi_version",
|
|
||||||
"version",
|
|
||||||
"categories",
|
|
||||||
"description",
|
|
||||||
"short_desc",
|
|
||||||
"author",
|
|
||||||
"source",
|
|
||||||
"form_fields"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user