Skip to content

Commit e00e850

Browse files
committed
Update catalog at 2026-01-02T13:00:02Z
1 parent ba662cb commit e00e850

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

data/schemata.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

import/SchemaStore.vim

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6073,6 +6073,15 @@ export const schemata =
60736073
"prefect.toml"
60746074
]
60756075
},
6076+
{
6077+
"url": "https://raw.githubusercontent.com/PrefectHQ/prefect/refs/heads/main/schemas/prefect.yaml.schema.json",
6078+
"description": "Prefect deployment configuration file",
6079+
"name": "prefect.yaml",
6080+
"fileMatch": [
6081+
"prefect.yaml",
6082+
"prefect.yml"
6083+
]
6084+
},
60766085
{
60776086
"url": "https://www.schemastore.org/prettierrc.json",
60786087
"description": ".prettierrc configuration file",
@@ -11219,6 +11228,14 @@ export const schemata =
1121911228
"fileMatch": [
1122011229
"**/.changepacks/config.json"
1122111230
]
11231+
},
11232+
{
11233+
"url": "https://www.schemastore.org/devup.json",
11234+
"description": "JSX Zero-Runtime UI Styling Library",
11235+
"name": "Devup",
11236+
"fileMatch": [
11237+
"devup.json"
11238+
]
1122211239
}
1122311240
]
1122411241
export const schemas = schemata

0 commit comments

Comments
 (0)