Generate Go types for definitions and responses in a Swagger V2 spec.
- Use
x-nullable: trueto make something a pointer, defaults to false - Use
requiredon the object to make a field notomitempty, defaults toomitempty. - Use
titleof a schema to set the Go struct of field name.