From 0d3b1ac66498db3763270c90c4cec54d938f705d Mon Sep 17 00:00:00 2001 From: Felix Blanke <info@fblanke.de> Date: Tue, 4 Mar 2025 02:19:59 +0100 Subject: [PATCH] Move back out of static files --- {static_common/common/schemas => schemas}/ak.schema.json | 0 .../common/schemas => schemas}/common/constraints.schema.json | 0 {static_common/common/schemas => schemas}/common/id.schema.json | 0 .../common/schemas => schemas}/common/id_array.schema.json | 0 {static_common/common/schemas => schemas}/participant.schema.json | 0 {static_common/common/schemas => schemas}/room.schema.json | 0 {static_common/common/schemas => schemas}/solver-input.json | 0 {static_common/common/schemas => schemas}/solver-output.json | 0 {static_common/common/schemas => schemas}/timeslot.schema.json | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename {static_common/common/schemas => schemas}/ak.schema.json (100%) rename {static_common/common/schemas => schemas}/common/constraints.schema.json (100%) rename {static_common/common/schemas => schemas}/common/id.schema.json (100%) rename {static_common/common/schemas => schemas}/common/id_array.schema.json (100%) rename {static_common/common/schemas => schemas}/participant.schema.json (100%) rename {static_common/common/schemas => schemas}/room.schema.json (100%) rename {static_common/common/schemas => schemas}/solver-input.json (100%) rename {static_common/common/schemas => schemas}/solver-output.json (100%) rename {static_common/common/schemas => schemas}/timeslot.schema.json (100%) diff --git a/static_common/common/schemas/ak.schema.json b/schemas/ak.schema.json similarity index 100% rename from static_common/common/schemas/ak.schema.json rename to schemas/ak.schema.json diff --git a/static_common/common/schemas/common/constraints.schema.json b/schemas/common/constraints.schema.json similarity index 100% rename from static_common/common/schemas/common/constraints.schema.json rename to schemas/common/constraints.schema.json diff --git a/static_common/common/schemas/common/id.schema.json b/schemas/common/id.schema.json similarity index 100% rename from static_common/common/schemas/common/id.schema.json rename to schemas/common/id.schema.json diff --git a/static_common/common/schemas/common/id_array.schema.json b/schemas/common/id_array.schema.json similarity index 100% rename from static_common/common/schemas/common/id_array.schema.json rename to schemas/common/id_array.schema.json diff --git a/static_common/common/schemas/participant.schema.json b/schemas/participant.schema.json similarity index 100% rename from static_common/common/schemas/participant.schema.json rename to schemas/participant.schema.json diff --git a/static_common/common/schemas/room.schema.json b/schemas/room.schema.json similarity index 100% rename from static_common/common/schemas/room.schema.json rename to schemas/room.schema.json diff --git a/static_common/common/schemas/solver-input.json b/schemas/solver-input.json similarity index 100% rename from static_common/common/schemas/solver-input.json rename to schemas/solver-input.json diff --git a/static_common/common/schemas/solver-output.json b/schemas/solver-output.json similarity index 100% rename from static_common/common/schemas/solver-output.json rename to schemas/solver-output.json diff --git a/static_common/common/schemas/timeslot.schema.json b/schemas/timeslot.schema.json similarity index 100% rename from static_common/common/schemas/timeslot.schema.json rename to schemas/timeslot.schema.json -- GitLab