Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upType name hints via extensions #25
Comments
|
@deepmap-marcinr @mgurevin |
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up|
@deepmap-marcinr @mgurevin |
Schemas, Operations, support Swagger extensions. Rather than inferring Go type names from those properties, we can also allow specifying them. Adding support for an extension like
x-go-typenameon those would allow for more flexibility in naming the Swagger properties more clearly since they don't have to map to the same Go type.