forked from loafle/openapi-generator-original
10 lines
381 B
JSON
10 lines
381 B
JSON
{
|
|
"!include": "bin/ruby-petstore.json",
|
|
"generatorName": "ruby",
|
|
"inputSpec": "modules/openapi-generator/src/test/resources/3_0/petstore-with-fake-endpoints-models-for-testing.yaml",
|
|
"outputDir": "samples/openapi3/client/petstore/ruby",
|
|
"templateDir": "modules/openapi-generator/src/main/resources/ruby-client",
|
|
"additionalProperties": {
|
|
"skipFormModel": true
|
|
}
|
|
} |