github.com/lyraproj/hiera@v1.0.0-rc4/schema/README.md (about)

     1  ## Schema for the hiera.yaml config
     2  
     3  This directory contains the [json schema](https://json-schema.org/) for the hiera.yaml configuration. The schema is maintained
     4  in yaml and the json version is generated from this directory like so:
     5  ```bash
     6  go run ../yaml2json < hiera_v5.yaml > hiera_v5.json
     7  ```