Files
2025-10-12 13:54:51 +02:00

38 lines
885 B
YAML

inputSpec: /api/generated/example/dotnet-models/example-schemas/openapi/openapi/openapi.yaml
generatorName: aspnetcore
templateDir: /api/templates/7.3.0/aspnetcore/
outputDir: /api/generated/example/dotnet-models/example-schemas
modelNameSuffix: Dto
typeMappings:
file: "IFormFile"
importMappings:
IFormFile: "Microsoft.AspNetCore.Http.IFormFile"
schemaMappings:
IFormFile: "Microsoft.AspNetCore.Http.IFormFile"
additionalProperties:
aspnetCoreVersion: "6.0"
packageName: "Example.Common"
packageVersion: "1.0.0"
generateBody: "false"
classModifier: "abstract"
operationModifier: "abstract"
isLibrary: "true"
buildTarget: "library"
enumNameSuffix: ""
enumValueSuffix: ""
operationResultTask: true
operationIsAsync: true
removeModelPackage: true
packageReferences: [
]
modelNamespaces: [
]