Object name must contain on the characters a-z, 0-9, and hyphen

pull/263/head
Jakub Onderka 2020-06-23 09:43:13 +02:00
parent b7c2562a4f
commit 9101b52a61
1 changed files with 2 additions and 1 deletions

View File

@ -269,7 +269,8 @@
"type": "string"
},
"name": {
"type": "string"
"type": "string",
"pattern": "^[a-z0-9\\-]+$"
},
"required": {
"items": {