google / gnostic

A compiler for APIs described by the OpenAPI Specification with plugins for code generation and other API support tasks.
Apache License 2.0
2.03k stars 241 forks source link

fix: Explicitly use strings for boolean-named enums #413

Open zaakn opened 7 months ago

zaakn commented 7 months ago

use yaml type tag !!str to represent boolean-like and NULL enum values.

fixes: #407