mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-07 02:55:19 +00:00
11 lines
410 B
JSON
11 lines
410 B
JSON
|
{
|
||
|
"generatorName": "dart-jaguar",
|
||
|
"inputSpec": "modules/openapi-generator/src/test/resources/2_0/petstore-proto.yaml",
|
||
|
"outputDir": "samples/client/petstore/dart-jaguar/flutter_proto_petstore/openapi",
|
||
|
"templateDir": "modules/openapi-generator/src/main/resources/dart-jaguar",
|
||
|
"additionalProperties": {
|
||
|
"serialization": "proto",
|
||
|
"hideGenerationTimestamp": true,
|
||
|
"pubName": "openapi"
|
||
|
}
|
||
|
}
|