mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-12 20:50:55 +00:00
11 lines
456 B
YAML
11 lines
456 B
YAML
# for .net Unity
|
|
generatorName: csharp
|
|
outputDir: samples/client/petstore/csharp/unityWebRequest/net9/Petstore
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/csharp/petstore-with-fake-endpoints-models-for-testing-with-http-signature.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/csharp
|
|
library: unityWebRequest
|
|
additionalProperties:
|
|
targetFramework: net9.0
|
|
equatable: true
|
|
disallowAdditionalPropertiesIfNotPresent: true
|