Skip to content

Commit 4195cc1

Browse files
authored
feat: add platformsh and upsun schemas (SchemaStore#4640)
1 parent 76c3370 commit 4195cc1

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

src/api/json/catalog.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22
"$schema": "https://json.schemastore.org/schema-catalog.json",
33
"version": 1,
44
"schemas": [
5+
{
6+
"name": "Upsun config",
7+
"description": "Upsun configuration file",
8+
"fileMatch": ["**/.upsun/config.yml", "**/.upsun/config.yaml"],
9+
"url": "https://raw.githubusercontent.com/platformsh/platformify/refs/heads/main/validator/schema/upsun.json"
10+
},
11+
{
12+
"name": "Platform.sh application",
13+
"description": "Platform.sh application configuration file",
14+
"fileMatch": [
15+
".platform.app.yml",
16+
".platform.app.yaml",
17+
"**/.platform.app.yml"
18+
],
19+
"url": "https://raw.githubusercontent.com/platformsh/platformify/refs/heads/main/validator/schema/platformsh.application.json"
20+
},
21+
{
22+
"name": "Platform.sh routes",
23+
"description": "Platform.sh routes configuration file",
24+
"fileMatch": ["**/.platform/routes.yml", "**/.platform/routes.yaml"],
25+
"url": "https://raw.githubusercontent.com/platformsh/platformify/refs/heads/main/validator/schema/platformsh.routes.json"
26+
},
27+
{
28+
"name": "Platform.sh services",
29+
"description": "Platform.sh services configuration file",
30+
"fileMatch": ["**/.platform/services.yml", "**/.platform/services.yaml"],
31+
"url": "https://raw.githubusercontent.com/platformsh/platformify/refs/heads/main/validator/schema/platformsh.services.json"
32+
},
533
{
634
"name": "1Password SSH Agent Config",
735
"description": "Configuration file for the 1Password SSH agent",

0 commit comments

Comments
 (0)