object
{ "properties": { "id": { "type": "string" }, "name": { "type": "string" } }, "x-apidog-orders": [ // フィールド順の制御(表示用) "id", "name" ] }