Currently I am trying to use the given openapi specs to generate go code.
Generation works fine after a few manual steps.
But i realized that there are a lot of fields missing for models in the openapi specs.
E.g. Variation only has field "id", but in real http response there are a lot more.
This results in an object only having "id" field.
Can you fix this please an provide all model fields foreach object in your openapi specs ?
Currently I am trying to use the given openapi specs to generate go code. Generation works fine after a few manual steps.
But i realized that there are a lot of fields missing for models in the openapi specs. E.g. Variation only has field "id", but in real http response there are a lot more.
This results in an object only having "id" field.
Can you fix this please an provide all model fields foreach object in your openapi specs ?