From a78d7ff5f10e3921ddbad8c5539f6784eb3339e4 Mon Sep 17 00:00:00 2001 From: Pavel Bychko Date: Tue, 20 Jan 2026 20:06:36 +0300 Subject: [PATCH] feat: add Awesome Repositories schema (self-hosted) --- src/api/json/catalog.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/api/json/catalog.json b/src/api/json/catalog.json index 938073a44a6..25b37066528 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -476,6 +476,16 @@ "fileMatch": ["*.avsc"], "url": "https://www.schemastore.org/avro-avsc.json" }, + { + "name": "Awesome Repositories", + "description": "Configuration for awesome repository catalogs with categories", + "fileMatch": [ + "awesome-repositories.json", + "awesome-repositories.yaml", + "awesome-repositories.yml" + ], + "url": "https://raw.githubusercontent.com/abordage/schemas/main/schemas/awesome-repositories/awesome-repositories.schema.json" + }, { "name": "AWS AppConfig Feature Flags-v1", "description": "AWS CDK AppConfig Feature Flags",