Update seating-plan.schema.json

This commit is contained in:
Raphael Michel
2020-05-31 12:34:46 +02:00
parent 62db01e353
commit 55a57dced2

View File

@@ -110,6 +110,10 @@
"type": "string",
"description": "Human-readable seat number."
},
"start_direction": {
"type": ["string", "null"],
"description": "Declares this seat as a start point for ordered booking in its row. Can contain '<', '>' or '<>'."
},
"radius": {
"type": "integer",
"description": "Defaults to 10"