|
2 | 2 | "$schema": "https://json.schemastore.org/schema-catalog.json", |
3 | 3 | "version": 1, |
4 | 4 | "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 | + }, |
5 | 33 | { |
6 | 34 | "name": "1Password SSH Agent Config", |
7 | 35 | "description": "Configuration file for the 1Password SSH agent", |
|
0 commit comments