Enable renaming schemas using attribute on struct
This commit is contained in:
parent
67d44533d6
commit
1d0fd18c9e
6 changed files with 78 additions and 60 deletions
|
@ -4,7 +4,7 @@
|
|||
"type": "object",
|
||||
"properties": {
|
||||
"inner": {
|
||||
"$ref": "#/definitions/MySimpleStruct"
|
||||
"$ref": "#/definitions/another-new-name"
|
||||
},
|
||||
"t": {
|
||||
"type": "integer"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue