forked from loafle/openapi-generator-original
* add test for oneOf model in ruby * add new files * add tests for oneOf model without discriminator
12 lines
401 B
YAML
12 lines
401 B
YAML
generatorName: ruby
|
|
outputDir: samples/client/petstore/ruby
|
|
library: typhoeus
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/ruby/petstore-with-fake-endpoints-models-for-testing.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/ruby-client
|
|
additionalProperties:
|
|
gemVersion: 1.0.0
|
|
moduleName: Petstore
|
|
gemName: petstore
|
|
skipFormModel: "true"
|
|
strictSpecBehavior: false
|