ポーズの設定ファイルのJSONスキーマ
{ "description" :"ポーズの設定", "type":"object", "properties":{ "parts_visible": { "type":"array", "items": { "group": { "description":"排他的ID設定", "type":"array", "item": { "id":{ "type":"string" }, "link":{ "type":"array", "item":"string" } } } } } } }
|
|