object type, allowing for customization of the field sequence in JSON data structures.{
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
},
"x-apidog-orders": [ // Field ordering, used for display
"id",
"name"
]
}