diff --git a/src/api/json/catalog.json b/src/api/json/catalog.json index 5f72015f48f..9ee054957f1 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -12,6 +12,15 @@ ], "url": "https://raw.githubusercontent.com/hashgraph-online/skill-publish/main/schemas/skill.schema.json" }, + { + "name": "Patchwork Recipe", + "description": "Patchwork recipe YAML file for chained automation workflows", + "fileMatch": ["*.patchwork.yaml", "*.patchwork.yml"], + "url": "https://raw.githubusercontent.com/patchworkos/recipes/main/schema/recipe.v1.json", + "versions": { + "v1": "https://raw.githubusercontent.com/patchworkos/recipes/main/schema/recipe.v1.json" + } + }, { "name": "release-hub.json", "description": "Configuration file for Release Hub",