Add model name mapping feature to C# codegen (#16209)

* add model name mapping feature to C# codegen

* rename file

* update samples

* update doc
This commit is contained in:
William Cheng
2023-08-02 10:06:11 +08:00
committed by GitHub
parent 3278eea9a4
commit 4602f18ca8
30 changed files with 509 additions and 59 deletions

View File

@@ -48,12 +48,22 @@ paths:
style: form
responses:
"200":
content:
application/json:
schema:
$ref: '#/components/schemas/Environment'
description: OK
summary: parameter name mapping test
tags:
- fake
components:
schemas:
Environment:
example:
dummy: dummy
properties:
dummy:
type: string
PropertyNameMapping:
properties:
http_debug_operation: