This commit is contained in:
DaanV2
2021-06-08 18:26:40 +02:00
parent a4961fc8e2
commit 9b9154b3d5
14 changed files with 476 additions and 18 deletions

View File

@@ -27,7 +27,7 @@
"properties": {
"title": {
"type": "string",
"pattern": "^([A-Z0-9][a-z0-9]*(| ))*$"
"pattern": "^([A-Z0-9][a-z0-9\\.]*(| ))*$"
}
}
},