Skip to content

Commit 44a1d76

Browse files
authored
add prefect.yaml schema entry (#5253)
1 parent 0463cc5 commit 44a1d76

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/api/json/catalog.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4937,6 +4937,12 @@
49374937
"fileMatch": ["prefect.toml"],
49384938
"url": "https://raw.githubusercontent.com/PrefectHQ/prefect/refs/heads/main/schemas/settings.schema.json"
49394939
},
4940+
{
4941+
"name": "prefect.yaml",
4942+
"description": "Prefect deployment configuration file",
4943+
"fileMatch": ["prefect.yaml", "prefect.yml"],
4944+
"url": "https://raw.githubusercontent.com/PrefectHQ/prefect/refs/heads/main/schemas/prefect.yaml.schema.json"
4945+
},
49404946
{
49414947
"name": "prettierrc.json",
49424948
"description": ".prettierrc configuration file",

0 commit comments

Comments
 (0)