Skip to content
Snippets Groups Projects
Commit af7fa99c authored by Felix Blanke's avatar Felix Blanke
Browse files

Fix solver-input schema

parent 172ad53a
No related branches found
No related tags found
1 merge request!268Merge fork for interoperability of KoMa solver
......@@ -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": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment