You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use command openapi-generator generate -i openapi.yaml -g go -o ./generated --global-property models the definitions are in different files , like modes_on_search.go etc. How it has been generated earlier ? Or I need to any post processing ?
Hi team, What command has been used to generate the ondc schema definitions ?
There are changes in existing schema definition and latest schema https://github.com/ONDC-Official/ONDC-FIS-Specifications/blob/release-FIS14-2.0.0/api/build/build.yaml
When I use command
openapi-generator generate -i openapi.yaml -g go -o ./generated --global-property modelsthe definitions are in different files , like modes_on_search.go etc. How it has been generated earlier ? Or I need to any post processing ?