Skip to content

Commit a9cb043

Browse files
Update Zerops.io yaml schemas (SchemaStore#4689)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f142680 commit a9cb043

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

src/api/json/catalog.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7541,15 +7541,20 @@
75417541
"url": "https://json.schemastore.org/any.json"
75427542
},
75437543
{
7544-
"name": "zerops.yml",
7545-
"description": "zerops.io, dev-first cloud platform - https://zerops.io, configuration YAML file",
7546-
"fileMatch": ["zerops.yml"],
7544+
"name": "Zerops.io config",
7545+
"description": "Zerops.io (https://zerops.io) configuration YAML file, for setting how to build and deploy your services",
7546+
"fileMatch": ["zerops.yaml", "zerops.yml"],
75477547
"url": "https://api.app-prg1.zerops.io/api/rest/public/settings/zerops-yml-json-schema.json"
75487548
},
75497549
{
7550-
"name": "zerops.io import file",
7551-
"description": "zerops.io, dev-first cloud platform - https://zerops.io, infrastructure-as-code import YAML file",
7552-
"fileMatch": ["zerops-import.yml", "zerops-*-import.yml"],
7550+
"name": "Zerops.io import",
7551+
"description": "Zerops.io (https://zerops.io) infrastructure-as-code import YAML file",
7552+
"fileMatch": [
7553+
"zerops-import.yaml",
7554+
"zerops-*-import.yaml",
7555+
"zerops-import.yml",
7556+
"zerops-*-import.yml"
7557+
],
75537558
"url": "https://api.app-prg1.zerops.io/api/rest/public/settings/import-project-yml-json-schema.json"
75547559
},
75557560
{

0 commit comments

Comments
 (0)