From 66262595d397b85532ca1ea30ee331bcc215f775 Mon Sep 17 00:00:00 2001 From: Quinn Hegeman <102350242+itsfinniii@users.noreply.github.com> Date: Fri, 27 Feb 2026 20:05:36 +0100 Subject: [PATCH] Create schema.json --- directus/schema.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 directus/schema.json diff --git a/directus/schema.json b/directus/schema.json new file mode 100644 index 0000000..067f2c3 --- /dev/null +++ b/directus/schema.json @@ -0,0 +1,5 @@ +{ + "collections": [], + "fields": [], + "relations": [] +} \ No newline at end of file