From b078b85ff64fa83dfd700b4374e4782f0304cfe1 Mon Sep 17 00:00:00 2001 From: Songmu Date: Mon, 23 Sep 2024 00:00:52 +0900 Subject: [PATCH] Add schema for podbard --- src/api/json/catalog.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/api/json/catalog.json b/src/api/json/catalog.json index 2a49c2e13a9..65f6ff8a21e 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -3855,6 +3855,12 @@ "0.0": "https://json.schemastore.org/plagiarize-me-0.0.json" } }, + { + "name": "podbard.yaml", + "description": "Configuration file for Podbard - a podcast site generator", + "fileMatch": ["podbard.yaml"], + "url": "https://raw.githubusercontent.com/Songmu/podbard/main/schema.yaml" + }, { "name": "portman.json", "description": "Portman's configuration file",