Re-add preserve_order feature, to preserve order of struct fields in a schema's properties
This commit is contained in:
parent
c4d42ec11a
commit
d3b6ff5aeb
60 changed files with 757 additions and 773 deletions
|
|
@ -3,10 +3,10 @@
|
|||
"title": "OsStrings",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"borrowed": {
|
||||
"owned": {
|
||||
"$ref": "#/definitions/OsString"
|
||||
},
|
||||
"owned": {
|
||||
"borrowed": {
|
||||
"$ref": "#/definitions/OsString"
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue