diff --git a/static_common/common/schemas/solver-input.json b/static_common/common/schemas/solver-input.json index afd8f412d1209b009dbbedbc1fc07d3f54804e5b..c19ec06e95b387413d525d8b533a397a89ab84a9 100644 --- a/static_common/common/schemas/solver-input.json +++ b/static_common/common/schemas/solver-input.json @@ -3,10 +3,10 @@ "$id": "/schema/solver-input.schema.json", "type": "object", "properties": { - "aks": {"$ref": "/schema/ak.schema.json"}, - "rooms": {"$ref": "/schema/room.schema.json"}, - "participants": {"$ref": "/schema/participant.schema.json"}, - "timeslots": {"$ref": "/schema/timeslot.schema.json"}, + "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"}}, "info": { "type": "object", "properties": {