mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-02 21:50:55 +00:00
* add a sample that catches swagger-parser issues with external refs * generate samples for new test spec
7 lines
275 B
YAML
7 lines
275 B
YAML
generatorName: go
|
|
outputDir: samples/client/echo_api/go-external-refs
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/external-refs/echo_api.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/go
|
|
additionalProperties:
|
|
hideGenerationTimestamp: "true"
|