Seating plans: Do not allow GUIDs starting or ending with spaces (#4093)

This commit is contained in:
Raphael Michel
2024-04-22 11:31:34 +02:00
committed by GitHub
parent 159658ae46
commit f490c89e98

View File

@@ -106,6 +106,7 @@
"properties": {
"seat_guid": {
"type": "string",
"pattern": "^[^ ].*[^ ]$",
"description": "Seat global ID by which it can be identified. It should be globally unique (not just per row). It doesn't have to be pretty since it won't be shown to the user."
},
"seat_number": {