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: 5 months ago
JSON representation

OpenStack Heat Orchestration Template JSON Schema

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.