Gib
Gib
I'm adding functionality to another code generator that consumes the OpenAPI spec, and I realized that it would be nice to propagate the enum names from Rust into other languages....
This is a simple PR that replaces the `roots` of a Schema with the `ReferencePath` instead of erroring out.
Changed behavior from using the term `x_type_0` to `x_type_y` if x is a Schema that defines a `Title` property string `y`. This provides an easier interface for understanding what users...