23andMe / Yamale

A schema and validator for YAML.
MIT License
672 stars 88 forks source link

Add support for 'rec' core type #77

Closed slw07g closed 4 years ago

slw07g commented 4 years ago

Please add support for the rec core type.

mildebrandt commented 4 years ago

Thanks for your interest in Yamale. I don't know exactly what you mean by the "rec" type. The only reference I could find is from the Rx tool: http://rx.codesimply.com/coretypes.html

If that's what you're referring to, Yamale already supports this in the schema itself using the include validator: https://github.com/23andMe/Yamale#includes

If you want something else, please post an example of the yaml and the suggested schema and we'll see if there's a solution.