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

Fix solver-input schema

parent 0d3b1ac6
No related branches found
No related tags found
1 merge request!25Feature: Use JSON schema
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
"aks": {"type": "array", "items": {"$ref": "/schema/ak.schema.json"}}, "aks": {"type": "array", "items": {"$ref": "/schema/ak.schema.json"}},
"rooms": {"type": "array", "items": {"$ref": "/schema/room.schema.json"}}, "rooms": {"type": "array", "items": {"$ref": "/schema/room.schema.json"}},
"participants": {"type": "array", "items": {"$ref": "/schema/participant.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": { "info": {
"type": "object", "type": "object",
"properties": { "properties": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment