Skip to content

Update Zerops.io yaml schemas #4689

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 11 additions & 6 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -7541,15 +7541,20 @@
"url": "https://json.schemastore.org/any.json"
},
{
"name": "zerops.yml",
"description": "zerops.io, dev-first cloud platform - https://zerops.io, configuration YAML file",
"fileMatch": ["zerops.yml"],
"name": "Zerops.io config",
"description": "Zerops.io (https://zerops.io) configuration YAML file, for setting how to build and deploy your services",
"fileMatch": ["zerops.yaml", "zerops.yml"],
"url": "https://api.app-prg1.zerops.io/api/rest/public/settings/zerops-yml-json-schema.json"
},
{
"name": "zerops.io import file",
"description": "zerops.io, dev-first cloud platform - https://zerops.io, infrastructure-as-code import YAML file",
"fileMatch": ["zerops-import.yml", "zerops-*-import.yml"],
"name": "Zerops.io import",
"description": "Zerops.io (https://zerops.io) infrastructure-as-code import YAML file",
"fileMatch": [
"zerops-import.yaml",
"zerops-*-import.yaml",
"zerops-import.yml",
"zerops-*-import.yml"
],
"url": "https://api.app-prg1.zerops.io/api/rest/public/settings/import-project-yml-json-schema.json"
},
{
Expand Down