Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 485 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 485 Bytes

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 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.