Thank you for creating the Go API.
I'm trying to generate Go code for the vendorOrders.json model. I put the file in the same directory as the compiled gosdk-codegen executable and ran the following but got an error:
./gosdk-codegen vendorOrders.json
error loading swagger spec
: failed to resolve "#/definitions/SubmitAcknowledgementRequest" in fragment in URI: "definitions": struct field "definitions" not found%
The vendorOrders.json does actually have a definitions root node on line 2739 so I'm not sure how to proceed. Could you please point me in the right direction?