object, cho phép tùy chỉnh trình tự trường trong cấu trúc dữ liệu JSON.{
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
},
"x-apidog-orders": [ // Field ordering, used for display
"id",
"name"
]
}