json

ポーズの設定ファイルのJSONスキーマ

    1. {

    2. "description" :"ポーズの設定",

    3. "type":"object",

    4. "properties":{

    5. "parts_visible":

    6. {

    7. "type":"array",

    8. "items":

    9. {

    10. "group":

    11. {

    12. "description":"排他的ID設定",

    13. "type":"array",

    14. "item":

    15. {

    16. "id":{ "type":"string" },

    17. "link":{ "type":"array", "item":"string" }

    18. }

    19. }

    20. }

    21. }

    22. }

    23. }