diff --git a/src/api/json/catalog.json b/src/api/json/catalog.json index 9edc04dc022..c8edace0788 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -9253,6 +9253,16 @@ "description": "pgxgen configuration file", "fileMatch": ["pgxgen.yml", "pgxgen.yaml"], "url": "https://raw.githubusercontent.com/tkcrm/pgxgen/refs/heads/master/schemas/pgxgen-schema.json" + }, + { + "name": "Espanso match.yml", + "description": "define WHAT Espanso does", + "url": "https://raw.githubusercontent.com/espanso/espanso/refs/heads/dev/schemas/match.schema.json" + }, + { + "name": "Espanso config.yml", + "description": "define HOW Espanso acts", + "url": "https://raw.githubusercontent.com/espanso/espanso/refs/heads/dev/schemas/config.schema.json" } ] }