ni / systemlink-OpenAPI-documents

MIT License
16 stars 22 forks source link

Escape yaml key 'y' to avoid boolean conversion #68

Closed tschmittni closed 4 years ago

tschmittni commented 4 years ago

According to the yaml spec, the key "y" will be converted to a boolean key. Escaping y so that it is treated as a string.

See https://yaml.org/type/bool.html

Some yaml parses will otherwise reject this file.