From f96f5a1f1bfb707b4dfb61afc71b9a04d070bd20 Mon Sep 17 00:00:00 2001 From: Simon Billinge Date: Sun, 24 Mar 2024 16:28:13 -0400 Subject: [PATCH] validation now working with schema read from json file --- regolith/schemas.py | 1 + 1 file changed, 1 insertion(+) diff --git a/regolith/schemas.py b/regolith/schemas.py index 7d2652d74..1d9320eef 100644 --- a/regolith/schemas.py +++ b/regolith/schemas.py @@ -111,6 +111,7 @@ "majoredits" ], "SERVICE_TYPES": ["profession", "university", "school", "department"], + "SORTED_POSITION": SORTED_POSITION, "TODO_STATI": ["started", "finished", "cancelled", "paused"], "OPTIONAL_KEYS_INSTITUTIONS": [ "aka",