Update cover.schema.json

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Alexa Amundson
2025-11-24 04:54:43 -06:00
committed by GitHub
parent b65da64b22
commit e5f00cca96

View File

@@ -6,7 +6,7 @@
"id": {"type": "string", "minLength": 1}, "id": {"type": "string", "minLength": 1},
"title": {"type": "string", "minLength": 1}, "title": {"type": "string", "minLength": 1},
"type": {"type": "string", "enum": ["repo", "project", "artifact"]}, "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"}, "timeframe": {"type": "string"},
"primary_repo": {"type": "string"}, "primary_repo": {"type": "string"},
"linked_repos": { "linked_repos": {