/pusta-schema

A yaml schema for pusta modules

MIT LicenseMIT

pusta transcribed in tengwar

pusta schema contains the yaml schema for pusta modules



Pusta   •   Issues


Usage

The schema is accessiable under the raw GitHub file url. This url can then be used to add schema validator to your editor of choice.

For example when using Visual Studio Code with the yaml extension you can add pusta schema validation like this:

// vistual studio code user settings (settings.json)

{
    yaml.schemas: {
        "https://raw.githubusercontent.com/WhySoBad/pusta-schema/master/pusta-schema.json": "module.yml"
    }
}

License

This project is licensed under the MIT License