object ํ์
๋ด ๋ค์ํ ํ๋์ ์์๋ฅผ ์ ์ดํ๋ ๋ฐ ์ฌ์ฉ๋๋ฉฐ, JSON ๋ฐ์ดํฐ ๊ตฌ์กฐ์์ ํ๋ ์์๋ฅผ ์ฌ์ฉ์ ์ง์ ํ ์ ์์ต๋๋ค.{
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
},
"x-apidog-orders": [ // Field ordering, used for display
"id",
"name"
]
}