From 55a57dced23def0c974c7387f31e347512cbccd5 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Sun, 31 May 2020 12:34:46 +0200 Subject: [PATCH] Update seating-plan.schema.json --- src/pretix/static/seating/seating-plan.schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pretix/static/seating/seating-plan.schema.json b/src/pretix/static/seating/seating-plan.schema.json index ce6282b87..a95dd40b5 100644 --- a/src/pretix/static/seating/seating-plan.schema.json +++ b/src/pretix/static/seating/seating-plan.schema.json @@ -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"