Skip to content

Commit a82fcce

Browse files
authored
zerops: also match .yaml extensions for both schemas, update descriptions (#5678)
1 parent cb9cdce commit a82fcce

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

src/api/json/catalog.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8821,19 +8821,19 @@
88218821
"url": "https://www.schemastore.org/any.json"
88228822
},
88238823
{
8824-
"name": "Zerops.io config",
8825-
"description": "Zerops.io (https://zerops.io) configuration YAML file, for setting how to build and deploy your services",
8826-
"fileMatch": ["zerops.yaml", "zerops.yml"],
8824+
"name": "zerops.yml",
8825+
"description": "Zerops build, deploy and run configuration YAML file",
8826+
"fileMatch": ["zerops.yml", "zerops.yaml"],
88278827
"url": "https://api.app-prg1.zerops.io/api/rest/public/settings/zerops-yml-json-schema.json"
88288828
},
88298829
{
8830-
"name": "Zerops.io import",
8831-
"description": "Zerops.io (https://zerops.io) infrastructure-as-code import YAML file",
8830+
"name": "Zerops import file",
8831+
"description": "Zerops infrastructure-as-code import YAML file",
88328832
"fileMatch": [
8833-
"zerops-import.yaml",
8834-
"zerops-*-import.yaml",
88358833
"zerops-import.yml",
8836-
"zerops-*-import.yml"
8834+
"zerops-import.yaml",
8835+
"zerops-*-import.yml",
8836+
"zerops-*-import.yaml"
88378837
],
88388838
"url": "https://api.app-prg1.zerops.io/api/rest/public/settings/import-project-yml-json-schema.json"
88398839
},

0 commit comments

Comments
 (0)