Re-add preserve_order feature, to preserve order of struct fields in a schema's properties

This commit is contained in:
Graham Esau 2024-05-18 21:55:05 +01:00
parent c4d42ec11a
commit d3b6ff5aeb
60 changed files with 757 additions and 773 deletions

View file

@ -3,10 +3,10 @@
"title": "OsStrings",
"type": "object",
"properties": {
"borrowed": {
"owned": {
"$ref": "#/definitions/OsString"
},
"owned": {
"borrowed": {
"$ref": "#/definitions/OsString"
}
},