From 9e376015bbe62ebcde564130dc3db8d922d56ac8 Mon Sep 17 00:00:00 2001 From: Felix Blanke <info@fblanke.de> Date: Tue, 4 Mar 2025 02:20:21 +0100 Subject: [PATCH] Fix solver-input schema --- schemas/solver-input.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/solver-input.json b/schemas/solver-input.json index c19ec06..f3b0637 100644 --- a/schemas/solver-input.json +++ b/schemas/solver-input.json @@ -6,7 +6,7 @@ "aks": {"type": "array", "items": {"$ref": "/schema/ak.schema.json"}}, "rooms": {"type": "array", "items": {"$ref": "/schema/room.schema.json"}}, "participants": {"type": "array", "items": {"$ref": "/schema/participant.schema.json"}}, - "timeslots": {"type": "array", "items": {"$ref": "/schema/timeslot.schema.json"}}, + "timeslots": {"$ref": "/schema/timeslot.schema.json"}, "info": { "type": "object", "properties": { -- GitLab