Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vojtechhabarta/heat-template-schema
OpenStack Heat Orchestration Template JSON Schema
https://github.com/vojtechhabarta/heat-template-schema
json json-schema openstack openstack-heat template yaml
Last synced: about 18 hours ago
JSON representation
OpenStack Heat Orchestration Template JSON Schema
- Host: GitHub
- URL: https://github.com/vojtechhabarta/heat-template-schema
- Owner: vojtechhabarta
- Created: 2017-09-17T13:45:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T04:16:43.000Z (almost 2 years ago)
- Last Synced: 2024-04-16T19:15:37.130Z (10 months ago)
- Topics: json, json-schema, openstack, openstack-heat, template, yaml
- Language: JavaScript
- Size: 121 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
heat-template-schema
====================This npm module provides JSON schema for OpenStack Heat Orchestration Templates.
Currently it is mainly useful in Visual Studio Code with [YAML Support by Red Hat](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml) extension.Ready to use schema is in `schema/heat-template.schema.json` file.
You can also generate your schema using `lib/download-resource-types.js` and `lib/resource-types-to-json-schema.js` scripts.