From e5f00cca9675f8f17d06f7809cbf5557bbbb9925 Mon Sep 17 00:00:00 2001 From: Alexa Amundson <118287761+blackboxprogramming@users.noreply.github.com> Date: Mon, 24 Nov 2025 04:54:43 -0600 Subject: [PATCH] Update cover.schema.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- schemas/cover.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/cover.schema.json b/schemas/cover.schema.json index a4ac9f8..d65b817 100644 --- a/schemas/cover.schema.json +++ b/schemas/cover.schema.json @@ -6,7 +6,7 @@ "id": {"type": "string", "minLength": 1}, "title": {"type": "string", "minLength": 1}, "type": {"type": "string", "enum": ["repo", "project", "artifact"]}, - "status": {"type": "string", "enum": ["active", "archived", "legacy"]}, + "status": {"type": "string", "enum": ["active", "archived", "experimental", "legacy"]}, "timeframe": {"type": "string"}, "primary_repo": {"type": "string"}, "linked_repos": {