{
    "name": "Game.Press",
    "description": "",
    "url": "https:\/\/game.press",
    "home": "https:\/\/game.press\/ja",
    "gmt_offset": 1,
    "timezone_string": "Europe\/London",
    "namespaces": [
        "oembed\/1.0",
        "akismet\/v1",
        "envato-elements\/v2",
        "fluentform\/v1",
        "oceanwp\/v1",
        "rankmath\/v1",
        "rankmath\/v1\/setupWizard",
        "sowb\/v1",
        "template-kit-import\/v2",
        "wordfence\/v1",
        "happy\/v1",
        "hfe\/v1",
        "wpraddons\/v1\/ajaxselect2",
        "wpraddons\/v1",
        "elementskit\/v1\/ajaxselect2",
        "rankmath\/v1\/ca",
        "rankmath\/v1\/an",
        "rankmath\/v1\/status",
        "elementor\/v1\/documents",
        "elementor\/v1",
        "elementor-ai\/v1",
        "elementskit\/v1\/widget\/mailchimp",
        "elementskit\/v1\/dynamic-content",
        "elementskit\/v1\/layout-manager-api",
        "elementskit\/v1\/my-template",
        "elementskit\/v1\/megamenu",
        "elementskit\/v1\/widget-builder",
        "nps-survey\/v1",
        "wp\/v2",
        "wp-site-health\/v1",
        "wp-block-editor\/v1"
    ],
    "authentication": [],
    "routes": {
        "\/": {
            "namespace": "",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/"
                    }
                ]
            }
        },
        "\/batch\/v1": {
            "namespace": "",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "validation": {
                            "type": "string",
                            "enum": [
                                "require-all-validate",
                                "normal"
                            ],
                            "default": "normal",
                            "required": false
                        },
                        "requests": {
                            "type": "array",
                            "maxItems": 25,
                            "items": {
                                "type": "object",
                                "properties": {
                                    "method": {
                                        "type": "string",
                                        "enum": [
                                            "POST",
                                            "PUT",
                                            "PATCH",
                                            "DELETE"
                                        ],
                                        "default": "POST"
                                    },
                                    "path": {
                                        "type": "string",
                                        "required": true
                                    },
                                    "body": {
                                        "type": "object",
                                        "properties": [],
                                        "additionalProperties": true
                                    },
                                    "headers": {
                                        "type": "object",
                                        "properties": [],
                                        "additionalProperties": {
                                            "type": [
                                                "string",
                                                "array"
                                            ],
                                            "items": {
                                                "type": "string"
                                            }
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/batch\/v1"
                    }
                ]
            }
        },
        "\/oembed\/1.0": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "oembed\/1.0",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/oembed\/1.0"
                    }
                ]
            }
        },
        "\/oembed\/1.0\/embed": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "oEmbed \u30c7\u30fc\u30bf\u3092\u53d6\u5f97\u3059\u308b\u30ea\u30bd\u30fc\u30b9\u306e URL\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "format": {
                            "default": "json",
                            "required": false
                        },
                        "maxwidth": {
                            "default": 600,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/oembed\/1.0\/embed"
                    }
                ]
            }
        },
        "\/oembed\/1.0\/proxy": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "oEmbed \u30c7\u30fc\u30bf\u3092\u53d6\u5f97\u3059\u308b\u30ea\u30bd\u30fc\u30b9\u306e URL\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "format": {
                            "description": "\u4f7f\u7528\u3059\u308b oEmbed \u5f62\u5f0f\u3002",
                            "type": "string",
                            "default": "json",
                            "enum": [
                                "json",
                                "xml"
                            ],
                            "required": false
                        },
                        "maxwidth": {
                            "description": "\u57cb\u3081\u8fbc\u307f\u30d5\u30ec\u30fc\u30e0\u306e\u6700\u5927\u5e45 (\u30d4\u30af\u30bb\u30eb)\u3002",
                            "type": "integer",
                            "default": 600,
                            "required": false
                        },
                        "maxheight": {
                            "description": "\u57cb\u3081\u8fbc\u307f\u30d5\u30ec\u30fc\u30e0\u306e\u6700\u5927\u306e\u9ad8\u3055 (\u30d4\u30af\u30bb\u30eb)\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "discover": {
                            "description": "\u8a31\u53ef\u3055\u308c\u3066\u3044\u306a\u3044\u30d7\u30ed\u30d0\u30a4\u30c0\u30fc\u306b\u5bfe\u3057\u3066 oEmbed \u691c\u51fa\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u884c\u3046\u304b\u3069\u3046\u304b\u3002",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/oembed\/1.0\/proxy"
                    }
                ]
            }
        },
        "\/akismet\/v1": {
            "namespace": "akismet\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "akismet\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/akismet\/v1"
                    }
                ]
            }
        },
        "\/akismet\/v1\/key": {
            "namespace": "akismet\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "key": {
                            "type": "string",
                            "description": "12\u6587\u5b57\u306e Akismet API \u30ad\u30fc\u3067\u3059\u3002akismet.com\/get\/ \u3067\u5165\u624b\u3067\u304d\u307e\u3059\u3002",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/akismet\/v1\/key"
                    }
                ]
            }
        },
        "\/akismet\/v1\/settings": {
            "namespace": "akismet\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "akismet_strictness": {
                            "type": "boolean",
                            "description": "\u771f\u3067\u3042\u308c\u3070\u3001Akismet \u306f\u6700\u3082\u60aa\u8cea\u306a\u7a2e\u985e\u306e\u30b9\u30d1\u30e0\u3092\u30b9\u30d1\u30e0\u30d5\u30a9\u30eb\u30c0\u30fc\u306b\u632f\u308a\u5206\u3051\u308b\u306e\u3067\u306f\u306a\u304f\u3001\u81ea\u52d5\u7684\u306b\u524a\u9664\u3057\u307e\u3059\u3002",
                            "required": false
                        },
                        "akismet_show_user_comments_approved": {
                            "type": "boolean",
                            "description": "\u771f\u3067\u3042\u308c\u3070\u3001\u30b3\u30e1\u30f3\u30c8\u30ea\u30b9\u30c8\u306e\u30da\u30fc\u30b8\u306e\u30b3\u30e1\u30f3\u30c8\u6295\u7a3f\u8005\u306e\u6a2a\u306b\u3001\u627f\u8a8d\u3055\u308c\u305f\u30b3\u30e1\u30f3\u30c8\u6570\u3092\u8868\u793a\u3057\u307e\u3059\u3002",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/akismet\/v1\/settings"
                    }
                ]
            }
        },
        "\/akismet\/v1\/stats": {
            "namespace": "akismet\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "interval": {
                            "type": "string",
                            "description": "\u7d71\u8a08\u60c5\u5831\u3092\u53d6\u5f97\u3059\u308b\u671f\u9593\u3002\u9078\u629e\u80a2: 60\u65e5\u9593\u30016\u30f6\u6708\u9593\u3001\u5168\u671f\u9593",
                            "default": "all",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/akismet\/v1\/stats"
                    }
                ]
            }
        },
        "\/akismet\/v1\/stats\/(?P<interval>[\\w+])": {
            "namespace": "akismet\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "interval": {
                            "description": "\u7d71\u8a08\u60c5\u5831\u3092\u53d6\u5f97\u3059\u308b\u671f\u9593\u3002\u9078\u629e\u80a2: 60\u65e5\u9593\u30016\u30f6\u6708\u9593\u3001\u5168\u671f\u9593",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/akismet\/v1\/alert": {
            "namespace": "akismet\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "key": {
                            "type": "string",
                            "description": "12\u6587\u5b57\u306e Akismet API \u30ad\u30fc\u3067\u3059\u3002akismet.com\/get\/ \u3067\u5165\u624b\u3067\u304d\u307e\u3059\u3002",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "key": {
                            "type": "string",
                            "description": "12\u6587\u5b57\u306e Akismet API \u30ad\u30fc\u3067\u3059\u3002akismet.com\/get\/ \u3067\u5165\u624b\u3067\u304d\u307e\u3059\u3002",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "key": {
                            "type": "string",
                            "description": "12\u6587\u5b57\u306e Akismet API \u30ad\u30fc\u3067\u3059\u3002akismet.com\/get\/ \u3067\u5165\u624b\u3067\u304d\u307e\u3059\u3002",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/akismet\/v1\/alert"
                    }
                ]
            }
        },
        "\/akismet\/v1\/webhook": {
            "namespace": "akismet\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/akismet\/v1\/webhook"
                    }
                ]
            }
        },
        "\/envato-elements\/v2": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "envato-elements\/v2",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/envato-elements\/v2"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/fetchPremiumTemplateKitSearchResults": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/envato-elements\/v2\/fetchPremiumTemplateKitSearchResults"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/fetchFreeTemplateKitSearchResults": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/envato-elements\/v2\/fetchFreeTemplateKitSearchResults"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/fetchFreeBlockSearchResults": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/envato-elements\/v2\/fetchFreeBlockSearchResults"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/fetchPhotosSearchResults": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/envato-elements\/v2\/fetchPhotosSearchResults"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/fetchInstalledTemplateKits": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/envato-elements\/v2\/fetchInstalledTemplateKits"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/fetchIndividualTemplates": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/envato-elements\/v2\/fetchIndividualTemplates"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/importSingleTemplate": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/envato-elements\/v2\/importSingleTemplate"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/importFreeBlock": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/envato-elements\/v2\/importFreeBlock"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/getSingleTemplateImportData": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/envato-elements\/v2\/getSingleTemplateImportData"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/importElementorTemplateImage": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/envato-elements\/v2\/importElementorTemplateImage"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/installPremiumTemplateKit": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/envato-elements\/v2\/installPremiumTemplateKit"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/installFreeTemplateKit": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/envato-elements\/v2\/installFreeTemplateKit"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/uploadTemplateKitZipFile": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/envato-elements\/v2\/uploadTemplateKitZipFile"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/deleteTemplateKit": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/envato-elements\/v2\/deleteTemplateKit"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/verifyExtensionsToken": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/envato-elements\/v2\/verifyExtensionsToken"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/dismissBanner": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/envato-elements\/v2\/dismissBanner"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/setProjectName": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/envato-elements\/v2\/setProjectName"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/resetUserSettings": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/envato-elements\/v2\/resetUserSettings"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/savePreferredStartPage": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/envato-elements\/v2\/savePreferredStartPage"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/getServerLimits": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/envato-elements\/v2\/getServerLimits"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/getElementorGlobalStyleTemplates": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/envato-elements\/v2\/getElementorGlobalStyleTemplates"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/saveElementorGlobalStyleTemplate": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/envato-elements\/v2\/saveElementorGlobalStyleTemplate"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/importPhoto": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/envato-elements\/v2\/importPhoto"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/installRequirement": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/envato-elements\/v2\/installRequirement"
                    }
                ]
            }
        },
        "\/fluentform\/v1": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "fluentform\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/fluentform\/v1"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/forms": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/fluentform\/v1\/forms"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/forms\/templates": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/fluentform\/v1\/forms\/templates"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/forms\/ping": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/fluentform\/v1\/forms\/ping"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/forms\/(?P<form_id>[^\\s(?!\/)]+)": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "form_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "form_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/forms\/(?P<form_id>[^\\s(?!\/)]+)\/duplicate": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/forms\/(?P<form_id>[^\\s(?!\/)]+)\/convert": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/forms\/(?P<form_id>[^\\s(?!\/)]+)\/resources": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/forms\/(?P<form_id>[^\\s(?!\/)]+)\/pages": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/forms\/(?P<form_id>[^\\s(?!\/)]+)\/fields": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/forms\/(?P<form_id>[^\\s(?!\/)]+)\/shortcodes": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/forms\/(?P<form_id>[^\\s(?!\/)]+)\/findShortCodePage": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/forms\/(?P<form_id>[^\\s(?!\/)]+)\/editHistory": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/forms\/(?P<form_id>[^\\s(?!\/)]+)\/clearHistory": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/settings\/(?P<form_id>[^\\s(?!\/)]+)": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "form_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "form_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/settings\/(?P<form_id>[^\\s(?!\/)]+)\/general": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "form_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/settings\/(?P<form_id>[^\\s(?!\/)]+)\/customizer": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "form_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/settings\/(?P<form_id>[^\\s(?!\/)]+)\/entry-columns": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/settings\/(?P<form_id>[^\\s(?!\/)]+)\/conversational-design": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/settings\/(?P<form_id>[^\\s(?!\/)]+)\/store-conversational-design": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/settings\/(?P<form_id>[^\\s(?!\/)]+)\/preset": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/settings\/(?P<form_id>[^\\s(?!\/)]+)\/save-preset": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/submissions": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/fluentform\/v1\/submissions"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/submissions\/resources": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/fluentform\/v1\/submissions\/resources"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/submissions\/bulk-actions": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/fluentform\/v1\/submissions\/bulk-actions"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/submissions\/print": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/fluentform\/v1\/submissions\/print"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/submissions\/all": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/fluentform\/v1\/submissions\/all"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/submissions\/(?P<entry_id>[^\\s(?!\/)]+)": {
            "namespace": "fluentform\/v1",
            "methods": [
                "DELETE",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "entry_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "entry_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/submissions\/(?P<entry_id>[^\\s(?!\/)]+)\/status": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "entry_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/submissions\/(?P<entry_id>[^\\s(?!\/)]+)\/is-favorite": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "entry_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/submissions\/(?P<entry_id>[^\\s(?!\/)]+)\/logs": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "entry_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "entry_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/submissions\/(?P<entry_id>[^\\s(?!\/)]+)\/notes": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "entry_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "entry_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/submissions\/(?P<entry_id>[^\\s(?!\/)]+)\/submission-users": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "entry_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/submissions\/(?P<entry_id>[^\\s(?!\/)]+)\/update-submission-user": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "entry_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/logs": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/fluentform\/v1\/logs"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/logs\/filters": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/fluentform\/v1\/logs\/filters"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/integrations": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/fluentform\/v1\/integrations"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/integrations\/update-status": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/fluentform\/v1\/integrations\/update-status"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/integrations\/(?P<form_id>[^\\s(?!\/)]+)\/form-integrations": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/integrations\/(?P<form_id>[^\\s(?!\/)]+)": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "form_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "form_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/integrations\/(?P<form_id>[^\\s(?!\/)]+)\/integration-list-id": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/global-settings": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/fluentform\/v1\/global-settings"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/roles": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/fluentform\/v1\/roles"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/managers": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/fluentform\/v1\/managers"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/managers\/users": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/fluentform\/v1\/managers\/users"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/analytics\/(?P<form_id>[^\\s(?!\/)]+)\/reset": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/form-submit": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/fluentform\/v1\/form-submit"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/report\/overview-chart": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/fluentform\/v1\/report\/overview-chart"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/report\/revenue-chart": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/fluentform\/v1\/report\/revenue-chart"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/report\/completion-rate": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/fluentform\/v1\/report\/completion-rate"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/report\/form-stats": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/fluentform\/v1\/report\/form-stats"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/report\/heatmap-data": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/fluentform\/v1\/report\/heatmap-data"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/report\/country-heatmap": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/fluentform\/v1\/report\/country-heatmap"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/report\/api-logs": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/fluentform\/v1\/report\/api-logs"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/report\/top-performing-forms": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/fluentform\/v1\/report\/top-performing-forms"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/report\/subscriptions": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/fluentform\/v1\/report\/subscriptions"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/report\/payment-types": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/fluentform\/v1\/report\/payment-types"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/report\/select-forms": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/fluentform\/v1\/report\/select-forms"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/report\/net-revenue": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/fluentform\/v1\/report\/net-revenue"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/report\/submissions-analysis": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/fluentform\/v1\/report\/submissions-analysis"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/report\/submissions": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/fluentform\/v1\/report\/submissions"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/report\/forms\/(?P<form_id>[^\\s(?!\/)]+)": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/notice": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/fluentform\/v1\/notice"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/global-search": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/fluentform\/v1\/global-search"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/suggested-plugins\/check-plugin-statuses": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/fluentform\/v1\/suggested-plugins\/check-plugin-statuses"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/suggested-plugins\/install-plugin": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/fluentform\/v1\/suggested-plugins\/install-plugin"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/suggested-plugins\/activate-plugin": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/fluentform\/v1\/suggested-plugins\/activate-plugin"
                    }
                ]
            }
        },
        "\/oceanwp\/v1": {
            "namespace": "oceanwp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "oceanwp\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/oceanwp\/v1"
                    }
                ]
            }
        },
        "\/oceanwp\/v1\/onboarding\/options": {
            "namespace": "oceanwp\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/oceanwp\/v1\/onboarding\/options"
                    }
                ]
            }
        },
        "\/oceanwp\/v1\/onboarding\/reset-site": {
            "namespace": "oceanwp\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/oceanwp\/v1\/onboarding\/reset-site"
                    }
                ]
            }
        },
        "\/oceanwp\/v1\/onboarding\/install-plugin": {
            "namespace": "oceanwp\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/oceanwp\/v1\/onboarding\/install-plugin"
                    }
                ]
            }
        },
        "\/oceanwp\/v1\/onboarding\/activate-plugin": {
            "namespace": "oceanwp\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/oceanwp\/v1\/onboarding\/activate-plugin"
                    }
                ]
            }
        },
        "\/oceanwp\/v1\/onboarding\/plugin-status": {
            "namespace": "oceanwp\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/oceanwp\/v1\/onboarding\/plugin-status"
                    }
                ]
            }
        },
        "\/oceanwp\/v1\/onboarding\/get-templates": {
            "namespace": "oceanwp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/oceanwp\/v1\/onboarding\/get-templates"
                    }
                ]
            }
        },
        "\/oceanwp\/v1\/onboarding\/sync-templates": {
            "namespace": "oceanwp\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/oceanwp\/v1\/onboarding\/sync-templates"
                    }
                ]
            }
        },
        "\/oceanwp\/v1\/onboarding\/select-template": {
            "namespace": "oceanwp\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/oceanwp\/v1\/onboarding\/select-template"
                    }
                ]
            }
        },
        "\/oceanwp\/v1\/onboarding\/get-plugins": {
            "namespace": "oceanwp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/oceanwp\/v1\/onboarding\/get-plugins"
                    }
                ]
            }
        },
        "\/oceanwp\/v1\/onboarding\/finish-setup": {
            "namespace": "oceanwp\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/oceanwp\/v1\/onboarding\/finish-setup"
                    }
                ]
            }
        },
        "\/oceanwp\/v1\/onboarding\/color-mode": {
            "namespace": "oceanwp\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/oceanwp\/v1\/onboarding\/color-mode"
                    }
                ]
            }
        },
        "\/rankmath\/v1": {
            "namespace": "rankmath\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "rankmath\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/rankmath\/v1"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/saveModule": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "module": {
                            "type": "string",
                            "description": "\u30e2\u30b8\u30e5\u30fc\u30eb\u30b9\u30e9\u30c3\u30b0",
                            "required": true
                        },
                        "state": {
                            "type": "string",
                            "description": "\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u72b6\u614b\u304c\u30aa\u30f3\u307e\u305f\u306f\u30aa\u30d5\u306e\u3044\u305a\u308c\u304b",
                            "enum": [
                                "on",
                                "off"
                            ],
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/rankmath\/v1\/saveModule"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/toolsAction": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "action": {
                            "type": "string",
                            "description": "Action to perform",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/rankmath\/v1\/toolsAction"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/updateMode": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "mode": {
                            "type": "string",
                            "description": "Mode to set",
                            "enum": [
                                "easy",
                                "advanced",
                                "custom"
                            ],
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/rankmath\/v1\/updateMode"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/dashboardWidget": {
            "namespace": "rankmath\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/rankmath\/v1\/dashboardWidget"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/updateSeoScore": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "postScores": {
                            "type": "object",
                            "description": "Post scores",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/rankmath\/v1\/updateSeoScore"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/updateSettings": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/rankmath\/v1\/updateSettings"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/searchPage": {
            "namespace": "rankmath\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST",
                        "PUT",
                        "PATCH",
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/rankmath\/v1\/searchPage"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/disconnectSite": {
            "namespace": "rankmath\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "token": {
                            "type": "string",
                            "description": "\u30b5\u30a4\u30c8\u30c8\u30fc\u30af\u30f3",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/rankmath\/v1\/disconnectSite"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/getFeaturedImageId": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "postId": {
                            "type": "integer",
                            "description": "\u6295\u7a3f ID",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/rankmath\/v1\/getFeaturedImageId"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/updateRedirection": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "objectID": {
                            "type": "integer",
                            "description": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u4e00\u610f\u306e ID",
                            "required": true
                        },
                        "objectType": {
                            "type": "string",
                            "default": "post",
                            "description": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30bf\u30a4\u30d7\uff08\u6295\u7a3f\u3001\u5358\u8a9e\u3001\u30e6\u30fc\u30b6\u30fc\uff09",
                            "required": true
                        },
                        "hasRedirect": {
                            "type": "boolean",
                            "description": "Whether the object has a redirect or not",
                            "required": true
                        },
                        "redirectionID": {
                            "type": "string",
                            "description": "Redirection ID",
                            "required": false
                        },
                        "redirectionUrl": {
                            "type": "string",
                            "description": "Redirection URL",
                            "required": false
                        },
                        "redirectionType": {
                            "type": "string",
                            "default": "301",
                            "description": "\u30ea\u30c0\u30a4\u30ec\u30af\u30c8\u306e\u7a2e\u985e",
                            "enum": [
                                "301",
                                "302",
                                "307",
                                "410",
                                "451"
                            ],
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/rankmath\/v1\/updateRedirection"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/updateMeta": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "objectType": {
                            "type": "string",
                            "description": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30bf\u30a4\u30d7\uff08\u6295\u7a3f\u3001\u5358\u8a9e\u3001\u30e6\u30fc\u30b6\u30fc\uff09",
                            "required": true
                        },
                        "objectID": {
                            "type": "integer",
                            "description": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u4e00\u610f\u306e ID",
                            "required": true
                        },
                        "meta": {
                            "description": "\u30c7\u30fc\u30bf\u3092\u8ffd\u52a0\u307e\u305f\u306f\u66f4\u65b0\u3059\u308b\u305f\u3081\u306e\u30e1\u30bf\u3002",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/rankmath\/v1\/updateMeta"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/updateSchemas": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "objectType": {
                            "type": "string",
                            "description": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30bf\u30a4\u30d7\uff08\u6295\u7a3f\u3001\u5358\u8a9e\u3001\u30e6\u30fc\u30b6\u30fc\uff09",
                            "required": true
                        },
                        "objectID": {
                            "type": "integer",
                            "description": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u4e00\u610f\u306e ID",
                            "required": true
                        },
                        "schemas": {
                            "description": "\u30c7\u30fc\u30bf\u3092\u8ffd\u52a0\u307e\u305f\u306f\u66f4\u65b0\u3059\u308b\u30b9\u30ad\u30fc\u30de\u3002",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/rankmath\/v1\/updateSchemas"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/updateMetaBulk": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "rows": {
                            "description": "Selected posts to update the data for.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/rankmath\/v1\/updateMetaBulk"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/setupWizard": {
            "namespace": "rankmath\/v1\/setupWizard",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "rankmath\/v1\/setupWizard",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/rankmath\/v1\/setupWizard"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/setupWizard\/getStepData": {
            "namespace": "rankmath\/v1\/setupWizard",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "step": {
                            "type": "string",
                            "description": "Current Step",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/rankmath\/v1\/setupWizard\/getStepData"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/setupWizard\/updateStepData": {
            "namespace": "rankmath\/v1\/setupWizard",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "step": {
                            "type": "string",
                            "description": "Current Step",
                            "required": true
                        },
                        "value": {
                            "type": "object",
                            "description": "Current Step Data",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/rankmath\/v1\/setupWizard\/updateStepData"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/setupWizard\/updateTrackingOptin": {
            "namespace": "rankmath\/v1\/setupWizard",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "enable_tracking": {
                            "type": "string",
                            "description": "Enable Tracking",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/rankmath\/v1\/setupWizard\/updateTrackingOptin"
                    }
                ]
            }
        },
        "\/sowb\/v1": {
            "namespace": "sowb\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "sowb\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/sowb\/v1"
                    }
                ]
            }
        },
        "\/sowb\/v1\/widgets\/forms": {
            "namespace": "sowb\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "widgetClass": {
                            "required": false
                        },
                        "widgetData": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/sowb\/v1\/widgets\/forms"
                    }
                ]
            }
        },
        "\/sowb\/v1\/widgets\/previews": {
            "namespace": "sowb\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "widgetClass": {
                            "required": false
                        },
                        "widgetData": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/sowb\/v1\/widgets\/previews"
                    }
                ]
            }
        },
        "\/sowb\/v1\/widgets\/permission": {
            "namespace": "sowb\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/sowb\/v1\/widgets\/permission"
                    }
                ]
            }
        },
        "\/template-kit-import\/v2": {
            "namespace": "template-kit-import\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "template-kit-import\/v2",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/template-kit-import\/v2"
                    }
                ]
            }
        },
        "\/template-kit-import\/v2\/fetchInstalledTemplateKits": {
            "namespace": "template-kit-import\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/template-kit-import\/v2\/fetchInstalledTemplateKits"
                    }
                ]
            }
        },
        "\/template-kit-import\/v2\/fetchIndividualTemplates": {
            "namespace": "template-kit-import\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/template-kit-import\/v2\/fetchIndividualTemplates"
                    }
                ]
            }
        },
        "\/template-kit-import\/v2\/importSingleTemplate": {
            "namespace": "template-kit-import\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/template-kit-import\/v2\/importSingleTemplate"
                    }
                ]
            }
        },
        "\/template-kit-import\/v2\/getSingleTemplateImportData": {
            "namespace": "template-kit-import\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/template-kit-import\/v2\/getSingleTemplateImportData"
                    }
                ]
            }
        },
        "\/template-kit-import\/v2\/importElementorTemplateImage": {
            "namespace": "template-kit-import\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/template-kit-import\/v2\/importElementorTemplateImage"
                    }
                ]
            }
        },
        "\/template-kit-import\/v2\/fetchPermissions": {
            "namespace": "template-kit-import\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/template-kit-import\/v2\/fetchPermissions"
                    }
                ]
            }
        },
        "\/template-kit-import\/v2\/uploadTemplateKitZipFile": {
            "namespace": "template-kit-import\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/template-kit-import\/v2\/uploadTemplateKitZipFile"
                    }
                ]
            }
        },
        "\/template-kit-import\/v2\/deleteTemplateKit": {
            "namespace": "template-kit-import\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/template-kit-import\/v2\/deleteTemplateKit"
                    }
                ]
            }
        },
        "\/template-kit-import\/v2\/installRequirement": {
            "namespace": "template-kit-import\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/template-kit-import\/v2\/installRequirement"
                    }
                ]
            }
        },
        "\/wordfence\/v1": {
            "namespace": "wordfence\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wordfence\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wordfence\/v1"
                    }
                ]
            }
        },
        "\/wordfence\/v1\/authenticate": {
            "namespace": "wordfence\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wordfence\/v1\/authenticate"
                    }
                ]
            }
        },
        "\/wordfence\/v1\/authenticate-premium": {
            "namespace": "wordfence\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wordfence\/v1\/authenticate-premium"
                    }
                ]
            }
        },
        "\/wordfence\/v1\/config": {
            "namespace": "wordfence\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wordfence\/v1\/config"
                    }
                ]
            }
        },
        "\/wordfence\/v1\/disconnect": {
            "namespace": "wordfence\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wordfence\/v1\/disconnect"
                    }
                ]
            }
        },
        "\/wordfence\/v1\/premium-connect": {
            "namespace": "wordfence\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wordfence\/v1\/premium-connect"
                    }
                ]
            }
        },
        "\/wordfence\/v1\/scan\/issues": {
            "namespace": "wordfence\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wordfence\/v1\/scan\/issues"
                    }
                ]
            }
        },
        "\/wordfence\/v1\/scan": {
            "namespace": "wordfence\/v1",
            "methods": [
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wordfence\/v1\/scan"
                    }
                ]
            }
        },
        "\/wordfence\/v1\/scan\/issue": {
            "namespace": "wordfence\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wordfence\/v1\/scan\/issue"
                    }
                ]
            }
        },
        "\/happy\/v1": {
            "namespace": "happy\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "happy\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/happy\/v1"
                    }
                ]
            }
        },
        "\/happy\/v1\/wizard\/dummy": {
            "namespace": "happy\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/happy\/v1\/wizard\/dummy"
                    }
                ]
            }
        },
        "\/happy\/v1\/wizard\/cache": {
            "namespace": "happy\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/happy\/v1\/wizard\/cache"
                    }
                ]
            }
        },
        "\/happy\/v1\/wizard\/preset\/normal": {
            "namespace": "happy\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/happy\/v1\/wizard\/preset\/normal"
                    }
                ]
            }
        },
        "\/happy\/v1\/wizard\/preset\/pro": {
            "namespace": "happy\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/happy\/v1\/wizard\/preset\/pro"
                    }
                ]
            }
        },
        "\/happy\/v1\/wizard\/save": {
            "namespace": "happy\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/happy\/v1\/wizard\/save"
                    }
                ]
            }
        },
        "\/happy\/v1\/wizard\/save-cache": {
            "namespace": "happy\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/happy\/v1\/wizard\/save-cache"
                    }
                ]
            }
        },
        "\/happy\/v1\/wizard\/skip": {
            "namespace": "happy\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/happy\/v1\/wizard\/skip"
                    }
                ]
            }
        },
        "\/hfe\/v1": {
            "namespace": "hfe\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "hfe\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/hfe\/v1"
                    }
                ]
            }
        },
        "\/hfe\/v1\/widgets": {
            "namespace": "hfe\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/hfe\/v1\/widgets"
                    }
                ]
            }
        },
        "\/hfe\/v1\/plugins": {
            "namespace": "hfe\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/hfe\/v1\/plugins"
                    }
                ]
            }
        },
        "\/hfe\/v1\/templates": {
            "namespace": "hfe\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/hfe\/v1\/templates"
                    }
                ]
            }
        },
        "\/hfe\/v1\/email-webhook": {
            "namespace": "hfe\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/hfe\/v1\/email-webhook"
                    }
                ]
            }
        },
        "\/hfe\/v1\/recommended-plugins": {
            "namespace": "hfe\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/hfe\/v1\/recommended-plugins"
                    }
                ]
            }
        },
        "\/wpraddons\/v1\/ajaxselect2": {
            "namespace": "wpraddons\/v1\/ajaxselect2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wpraddons\/v1\/ajaxselect2",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wpraddons\/v1\/ajaxselect2"
                    }
                ]
            }
        },
        "\/wpraddons\/v1\/ajaxselect2\/(?P<action>\\w+)": {
            "namespace": "wpraddons\/v1\/ajaxselect2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wpraddons\/v1": {
            "namespace": "wpraddons\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wpraddons\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wpraddons\/v1"
                    }
                ]
            }
        },
        "\/wpraddons\/v1\/wprmegamenu": {
            "namespace": "wpraddons\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wpraddons\/v1\/wprmegamenu"
                    }
                ]
            }
        },
        "\/elementskit\/v1\/ajaxselect2": {
            "namespace": "elementskit\/v1\/ajaxselect2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "elementskit\/v1\/ajaxselect2",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/elementskit\/v1\/ajaxselect2"
                    }
                ]
            }
        },
        "\/elementskit\/v1\/ajaxselect2\/(?P<action>\\w+)": {
            "namespace": "elementskit\/v1\/ajaxselect2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST",
                        "PUT",
                        "PATCH",
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/rankmath\/v1\/ca": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "rankmath\/v1\/ca",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/rankmath\/v1\/ca"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/researchKeyword": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "keyword": {
                            "description": "The keyword to be researched.",
                            "type": "string",
                            "required": true
                        },
                        "country": {
                            "description": "The country for which the keyword should be researched.",
                            "type": "string",
                            "required": true
                        },
                        "objectID": {
                            "description": "The ID of the post initiating the keyword research request.",
                            "type": "integer",
                            "required": true
                        },
                        "force_update": {
                            "description": "If true, forces a fresh research request.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/rankmath\/v1\/ca\/researchKeyword"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/getCredits": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/rankmath\/v1\/ca\/getCredits"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/createPost": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "content": {
                            "description": "The content of the new post.",
                            "type": "string",
                            "required": true
                        },
                        "title": {
                            "description": "The title of the new post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/rankmath\/v1\/ca\/createPost"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/saveOutput": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "outputs": {
                            "description": "An array of AI-generated and existing outputs to be saved.",
                            "type": "array",
                            "required": true
                        },
                        "endpoint": {
                            "description": "The API endpoint for which the output was generated.",
                            "type": "string",
                            "required": true
                        },
                        "isChat": {
                            "description": "Indicates if the request was for the Chat endpoint.",
                            "type": "boolean",
                            "required": false
                        },
                        "attributes": {
                            "description": "The parameters used to generate the AI output.",
                            "type": "object",
                            "required": false
                        },
                        "credits": {
                            "description": "Credit usage details returned by the API.",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/rankmath\/v1\/ca\/saveOutput"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/deleteOutput": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "isChat": {
                            "description": "Indicates if the request to delete the output was for the Chat endpoint.",
                            "type": "boolean",
                            "required": false
                        },
                        "index": {
                            "description": "The output index to delete, applicable only to the Chat endpoint.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/rankmath\/v1\/ca\/deleteOutput"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/updateRecentPrompt": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "prompt": {
                            "description": "The selected prompt to be updated in the recent prompts.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/rankmath\/v1\/ca\/updateRecentPrompt"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/updatePrompt": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "prompt": {
                            "description": "The prompt data to be saved in the database.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/rankmath\/v1\/ca\/updatePrompt"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/savePrompts": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "prompts": {
                            "description": "A list of prompts received from the API to be saved in the database.",
                            "type": "array",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/rankmath\/v1\/ca\/savePrompts"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/pingContentAI": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "plan": {
                            "description": "Content AI plan to update in the Database.",
                            "type": "string",
                            "required": true
                        },
                        "refreshDate": {
                            "description": "Content AI reset date to update in the Database",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/rankmath\/v1\/ca\/pingContentAI"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/generateAlt": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "attachmentIds": {
                            "description": "List of attachment IDs for which to generate alt text.",
                            "type": "array",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/rankmath\/v1\/ca\/generateAlt"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/updateCredits": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "credits": {
                            "description": "Credit usage details returned by the API.",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/rankmath\/v1\/ca\/updateCredits"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "rankmath\/v1\/an",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/rankmath\/v1\/an"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/dashboard": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/rankmath\/v1\/an\/dashboard"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/keywordsOverview": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/rankmath\/v1\/an\/keywordsOverview"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/postsSummary": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/rankmath\/v1\/an\/postsSummary"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/postsRowsByObjects": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/rankmath\/v1\/an\/postsRowsByObjects"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/post\/(?P<id>\\d+)": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Post ID.",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/rankmath\/v1\/an\/keywordsSummary": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/rankmath\/v1\/an\/keywordsSummary"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/analyticsSummary": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "postType": {
                            "description": "Post Type.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/rankmath\/v1\/an\/analyticsSummary"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/keywordsRows": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "page": {
                            "description": "Page number.",
                            "type": "integer",
                            "required": false
                        },
                        "perPage": {
                            "description": "Results per page.",
                            "type": "integer",
                            "required": false
                        },
                        "orderBy": {
                            "description": "Order by.",
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "description": "Order.",
                            "type": "string",
                            "required": false
                        },
                        "search": {
                            "description": "Search.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/rankmath\/v1\/an\/keywordsRows"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/userPreferences": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "preferences": {
                            "description": "User preferences.",
                            "type": "object",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/rankmath\/v1\/an\/userPreferences"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/inspectionResults": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "page": {
                            "description": "Page number.",
                            "type": "integer",
                            "required": false
                        },
                        "perPage": {
                            "description": "Results per page.",
                            "type": "integer",
                            "required": false
                        },
                        "orderBy": {
                            "description": "Order by.",
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "description": "Order.",
                            "type": "string",
                            "required": false
                        },
                        "search": {
                            "description": "Search.",
                            "type": "string",
                            "required": false
                        },
                        "filter": {
                            "description": "Filter.",
                            "type": "string",
                            "required": false
                        },
                        "filterType": {
                            "description": "Filter type.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/rankmath\/v1\/an\/inspectionResults"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/removeFrontendStats": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "toggleBar": {
                            "description": "Toggle bar.",
                            "type": "boolean",
                            "required": false
                        },
                        "hide": {
                            "description": "Hide.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/rankmath\/v1\/an\/removeFrontendStats"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/status": {
            "namespace": "rankmath\/v1\/status",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "rankmath\/v1\/status",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/rankmath\/v1\/status"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/status\/getViewData": {
            "namespace": "rankmath\/v1\/status",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/rankmath\/v1\/status\/getViewData"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/status\/updateViewData": {
            "namespace": "rankmath\/v1\/status",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/rankmath\/v1\/status\/updateViewData"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/status\/importSettings": {
            "namespace": "rankmath\/v1\/status",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/rankmath\/v1\/status\/importSettings"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/status\/exportSettings": {
            "namespace": "rankmath\/v1\/status",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/rankmath\/v1\/status\/exportSettings"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/status\/runBackup": {
            "namespace": "rankmath\/v1\/status",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/rankmath\/v1\/status\/runBackup"
                    }
                ]
            }
        },
        "\/elementor\/v1\/documents": {
            "namespace": "elementor\/v1\/documents",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "elementor\/v1\/documents",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/elementor\/v1\/documents"
                    }
                ]
            }
        },
        "\/elementor\/v1\/documents\/(?P<id>\\d+)\/media\/import": {
            "namespace": "elementor\/v1\/documents",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/elementor\/v1": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "elementor\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/elementor\/v1"
                    }
                ]
            }
        },
        "\/elementor\/v1\/cache": {
            "namespace": "elementor\/v1",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/elementor\/v1\/cache"
                    }
                ]
            }
        },
        "\/elementor\/v1\/globals": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/elementor\/v1\/globals"
                    }
                ]
            }
        },
        "\/elementor\/v1\/globals\/colors": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/elementor\/v1\/globals\/colors"
                    }
                ]
            }
        },
        "\/elementor\/v1\/globals\/colors\/(?P<id>[\\w]+)": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/elementor\/v1\/globals\/typography": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/elementor\/v1\/globals\/typography"
                    }
                ]
            }
        },
        "\/elementor\/v1\/globals\/typography\/(?P<id>[\\w]+)": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/elementor\/v1\/settings\/(?P<key>[\\w_-]+)": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/elementor-ai\/v1": {
            "namespace": "elementor-ai\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "elementor-ai\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/elementor-ai\/v1"
                    }
                ]
            }
        },
        "\/elementor-ai\/v1\/permissions": {
            "namespace": "elementor-ai\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/elementor-ai\/v1\/permissions"
                    }
                ]
            }
        },
        "\/elementor\/v1\/favorites": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/elementor\/v1\/favorites"
                    }
                ]
            }
        },
        "\/elementor\/v1\/favorites\/(?P<id>[\\w]+)": {
            "namespace": "elementor\/v1",
            "methods": [
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Type of favorites.",
                            "type": "string",
                            "required": true
                        },
                        "favorite": {
                            "description": "The favorite slug to create.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Type of favorites.",
                            "type": "string",
                            "required": true
                        },
                        "favorite": {
                            "description": "The favorite slug to delete.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/elementor\/v1\/kit-elements-defaults": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/elementor\/v1\/kit-elements-defaults"
                    }
                ]
            }
        },
        "\/elementor\/v1\/kit-elements-defaults\/(?P<type>[\\w\\-\\_]+)": {
            "namespace": "elementor\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "type": {
                            "type": "string",
                            "description": "The type of the element.",
                            "required": true
                        },
                        "settings": {
                            "description": "All the default values for the requested type",
                            "type": "object",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "type": {
                            "type": "string",
                            "description": "The type of the element.",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/elementor\/v1\/site-navigation\/recent-posts": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "posts_per_page": {
                            "description": "Number of posts to return",
                            "type": "integer",
                            "required": true
                        },
                        "post_type": {
                            "description": "Post types to retrieve",
                            "type": "array",
                            "default": [
                                "page",
                                "post",
                                "elementor_library"
                            ],
                            "required": false
                        },
                        "post__not_in": {
                            "description": "Post id`s to exclude",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/elementor\/v1\/site-navigation\/recent-posts"
                    }
                ]
            }
        },
        "\/elementor\/v1\/site-navigation\/add-new-post": {
            "namespace": "elementor\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "post_type": {
                            "description": "Post type to create",
                            "type": "string",
                            "default": "post",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/elementor\/v1\/site-navigation\/add-new-post"
                    }
                ]
            }
        },
        "\/elementor\/v1\/template-library\/templates": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "title": {
                            "type": "string",
                            "description": "The title of the document",
                            "required": false
                        },
                        "type": {
                            "description": "The document type.",
                            "type": "string",
                            "enum": [
                                "page",
                                "section",
                                "landing-page"
                            ],
                            "required": true
                        },
                        "content": {
                            "description": "Elementor data object",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/elementor\/v1\/template-library\/templates"
                    }
                ]
            }
        },
        "\/elementskit\/v1\/widget\/mailchimp": {
            "namespace": "elementskit\/v1\/widget\/mailchimp",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "elementskit\/v1\/widget\/mailchimp",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/elementskit\/v1\/widget\/mailchimp"
                    }
                ]
            }
        },
        "\/elementskit\/v1\/widget\/mailchimp\/(?P<action>\\w+)": {
            "namespace": "elementskit\/v1\/widget\/mailchimp",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST",
                        "PUT",
                        "PATCH",
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/elementskit\/v1\/dynamic-content": {
            "namespace": "elementskit\/v1\/dynamic-content",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "elementskit\/v1\/dynamic-content",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/elementskit\/v1\/dynamic-content"
                    }
                ]
            }
        },
        "\/elementskit\/v1\/dynamic-content\/(?P<action>\\w+)\/(?P<type>\\w+)\/(?P<key>\\w+(|[-]\\w+))": {
            "namespace": "elementskit\/v1\/dynamic-content",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST",
                        "PUT",
                        "PATCH",
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/elementskit\/v1\/layout-manager-api": {
            "namespace": "elementskit\/v1\/layout-manager-api",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "elementskit\/v1\/layout-manager-api",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/elementskit\/v1\/layout-manager-api"
                    }
                ]
            }
        },
        "\/elementskit\/v1\/layout-manager-api\/(?P<action>\\w+)": {
            "namespace": "elementskit\/v1\/layout-manager-api",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST",
                        "PUT",
                        "PATCH",
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/elementskit\/v1\/my-template": {
            "namespace": "elementskit\/v1\/my-template",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "elementskit\/v1\/my-template",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/elementskit\/v1\/my-template"
                    }
                ]
            }
        },
        "\/elementskit\/v1\/my-template\/(?P<action>\\w+)\/(?P<id>\\w+)": {
            "namespace": "elementskit\/v1\/my-template",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST",
                        "PUT",
                        "PATCH",
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/elementskit\/v1\/megamenu": {
            "namespace": "elementskit\/v1\/megamenu",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "elementskit\/v1\/megamenu",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/elementskit\/v1\/megamenu"
                    }
                ]
            }
        },
        "\/elementskit\/v1\/megamenu\/(?P<action>\\w+)": {
            "namespace": "elementskit\/v1\/megamenu",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST",
                        "PUT",
                        "PATCH",
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/elementskit\/v1\/widget-builder": {
            "namespace": "elementskit\/v1\/widget-builder",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "elementskit\/v1\/widget-builder",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/elementskit\/v1\/widget-builder"
                    }
                ]
            }
        },
        "\/elementskit\/v1\/widget-builder\/(?P<action>\\w+)\/(?P<id>\\w+(|[-]\\w+))": {
            "namespace": "elementskit\/v1\/widget-builder",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST",
                        "PUT",
                        "PATCH",
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/nps-survey\/v1": {
            "namespace": "nps-survey\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "nps-survey\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/nps-survey\/v1"
                    }
                ]
            }
        },
        "\/nps-survey\/v1\/rating": {
            "namespace": "nps-survey\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/nps-survey\/v1\/rating"
                    }
                ]
            }
        },
        "\/nps-survey\/v1\/dismiss-nps-survey": {
            "namespace": "nps-survey\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/nps-survey\/v1\/dismiss-nps-survey"
                    }
                ]
            }
        },
        "\/elementor\/v1\/send-event": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "event_data": {
                            "description": "All the recorded event data in JSON format",
                            "type": "object",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/elementor\/v1\/send-event"
                    }
                ]
            }
        },
        "\/wp\/v2": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wp\/v2",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp\/v2"
                    }
                ]
            }
        },
        "\/wp\/v2\/posts": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "\u7279\u5b9a\u306e\u6295\u7a3f\u8005\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\u7279\u5b9a\u306e\u6295\u7a3f\u8005\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6295\u7a3f\u306e\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u691c\u7d22\u3059\u308b\u5217\u540d\u306e\u914d\u5217\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u7279\u5b9a\u306e\u30b9\u30e9\u30c3\u30b0\u3092\u6301\u3064\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u30b9\u30c6\u30fc\u30bf\u30b9\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "\u7d50\u679c\u30bb\u30c3\u30c8\u3092\u8907\u6570\u306e\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u9593\u306e\u95a2\u4fc2\u306b\u57fa\u3065\u3044\u3066\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "categories": {
                            "description": "\u300ccategories\u300d\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u7279\u5b9a\u306e\u30bf\u30fc\u30e0\u3092\u6301\u3064\u9805\u76ee\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u30bf\u30fc\u30e0 ID \u4e00\u89a7",
                                    "description": "\u30ea\u30b9\u30c8\u3057\u305f ID \u3068\u5408\u81f4\u3059\u308b\u30bf\u30fc\u30e0\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u30bf\u30fc\u30e0 ID \u30bf\u30af\u30bd\u30ce\u30df\u30fc\u30af\u30a8\u30ea\u30fc",
                                    "description": "\u9ad8\u5ea6\u306a\u30bf\u30fc\u30e0\u30af\u30a8\u30ea\u30fc\u3092\u5b9f\u884c\u3057\u307e\u3059\u3002",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "\u30bf\u30fc\u30e0 ID\u3002",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "\u7d50\u679c\u3092\u9650\u5b9a\u3057\u305f\u30bf\u30fc\u30e0\u306b\u5b50\u30bf\u30fc\u30e0\u3092\u542b\u3081\u308b\u304b\u3069\u3046\u304b\u3002",
                                            "type": "boolean",
                                            "default": false
                                        },
                                        "operator": {
                                            "description": "\u7279\u5b9a\u306e\u30bf\u30fc\u30e0\u306e\u3059\u3079\u3066\u306b\u9805\u76ee\u3092\u5272\u308a\u5f53\u3066\u308b\u304b\u3001\u4e00\u90e8\u306b\u5272\u308a\u5f53\u3066\u308b\u304b\u3002",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "categories_exclude": {
                            "description": "\u300ccategories\u300d\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u7279\u5b9a\u306e\u30bf\u30fc\u30e0\u3092\u6301\u3064\u9805\u76ee\u4ee5\u5916\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u30bf\u30fc\u30e0 ID \u4e00\u89a7",
                                    "description": "\u30ea\u30b9\u30c8\u3057\u305f ID \u3068\u5408\u81f4\u3059\u308b\u30bf\u30fc\u30e0\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u30bf\u30fc\u30e0 ID \u30bf\u30af\u30bd\u30ce\u30df\u30fc\u30af\u30a8\u30ea\u30fc",
                                    "description": "\u9ad8\u5ea6\u306a\u30bf\u30fc\u30e0\u30af\u30a8\u30ea\u30fc\u3092\u5b9f\u884c\u3057\u307e\u3059\u3002",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "\u30bf\u30fc\u30e0 ID\u3002",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "\u7d50\u679c\u3092\u9650\u5b9a\u3057\u305f\u30bf\u30fc\u30e0\u306b\u5b50\u30bf\u30fc\u30e0\u3092\u542b\u3081\u308b\u304b\u3069\u3046\u304b\u3002",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags": {
                            "description": "\u300ctags\u300d\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u7279\u5b9a\u306e\u30bf\u30fc\u30e0\u3092\u6301\u3064\u9805\u76ee\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u30bf\u30fc\u30e0 ID \u4e00\u89a7",
                                    "description": "\u30ea\u30b9\u30c8\u3057\u305f ID \u3068\u5408\u81f4\u3059\u308b\u30bf\u30fc\u30e0\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u30bf\u30fc\u30e0 ID \u30bf\u30af\u30bd\u30ce\u30df\u30fc\u30af\u30a8\u30ea\u30fc",
                                    "description": "\u9ad8\u5ea6\u306a\u30bf\u30fc\u30e0\u30af\u30a8\u30ea\u30fc\u3092\u5b9f\u884c\u3057\u307e\u3059\u3002",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "\u30bf\u30fc\u30e0 ID\u3002",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "\u7279\u5b9a\u306e\u30bf\u30fc\u30e0\u306e\u3059\u3079\u3066\u306b\u9805\u76ee\u3092\u5272\u308a\u5f53\u3066\u308b\u304b\u3001\u4e00\u90e8\u306b\u5272\u308a\u5f53\u3066\u308b\u304b\u3002",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags_exclude": {
                            "description": "\u300ctags\u300d\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u7279\u5b9a\u306e\u30bf\u30fc\u30e0\u3092\u6301\u3064\u9805\u76ee\u4ee5\u5916\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u30bf\u30fc\u30e0 ID \u4e00\u89a7",
                                    "description": "\u30ea\u30b9\u30c8\u3057\u305f ID \u3068\u5408\u81f4\u3059\u308b\u30bf\u30fc\u30e0\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u30bf\u30fc\u30e0 ID \u30bf\u30af\u30bd\u30ce\u30df\u30fc\u30af\u30a8\u30ea\u30fc",
                                    "description": "\u9ad8\u5ea6\u306a\u30bf\u30fc\u30e0\u30af\u30a8\u30ea\u30fc\u3092\u5b9f\u884c\u3057\u307e\u3059\u3002",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "\u30bf\u30fc\u30e0 ID\u3002",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "sticky": {
                            "description": "\u5148\u982d\u56fa\u5b9a\u8868\u793a\u306e\u9805\u76ee\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6295\u7a3f\u8005\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u6295\u7a3f\u306e\u629c\u7c8b\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u629c\u7c8b\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u306e\u629c\u7c8b\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u629c\u7c8b\u304c\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3055\u308c\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "\u6295\u7a3f\u306e\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u3068\u306a\u308b\u30e1\u30c7\u30a3\u30a2\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\u6295\u7a3f\u304c\u30b3\u30e1\u30f3\u30c8\u3092\u53d7\u3051\u4ed8\u3051\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\u6295\u7a3f\u304c\u30d4\u30f3\u30d0\u30c3\u30af\u3092\u53d7\u3051\u4ed8\u3051\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "\u6295\u7a3f\u306e\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u3002",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "ocean_post_layout": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_both_sidebars_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_both_sidebars_content_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_both_sidebars_sidebars_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_sidebar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_second_sidebar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_margins": {
                                    "type": "string",
                                    "description": "",
                                    "default": "enable"
                                },
                                "ocean_add_body_class": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_has_shortcode": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_display_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_display_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_header_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_center_header_left_menu": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_custom_header_template": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_custom_logo": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_retina_logo": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_tablet_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_mobile_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_tablet_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_mobile_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_header_custom_menu": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_family": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_subset": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_size": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": "px"
                                },
                                "ocean_menu_typo_font_weight": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_weight_tablet": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_weight_mobile": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform_tablet": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform_mobile": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_line_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_spacing": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color_hover": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color_active": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_hover_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_active_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_links_bg": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_hover_links_bg": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_hover_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_disable_heading": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_post_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_subheading": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_background_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_background": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_post_title_bg_image_position": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_attachment": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_repeat": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_size": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_post_title_bg_overlay": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0.5
                                },
                                "ocean_post_title_bg_overlay_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_breadcrumbs": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_breadcrumbs_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_separator_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_links_hover_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_display_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_display_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_custom_footer_template": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "title": "Elementor edit mode",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "title": "Elementor template type",
                                    "enum": [
                                        "not-supported",
                                        "page",
                                        "section",
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "wpr-theme-builder",
                                        "wpr-popups",
                                        "kit",
                                        "landing-page",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "title": "Elementor data",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "title": "Elementor page settings",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "ocean_post_oembed": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_self_hosted_media": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_video_embed": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_link_format": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_link_format_target": {
                                    "type": "string",
                                    "description": "",
                                    "default": "self"
                                },
                                "ocean_quote_format": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_quote_format_link": {
                                    "type": "string",
                                    "description": "",
                                    "default": "post"
                                },
                                "ocean_gallery_link_images": {
                                    "type": "string",
                                    "description": "",
                                    "default": "on"
                                },
                                "ocean_gallery_id": {
                                    "type": "array",
                                    "description": "",
                                    "default": "",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "footnotes": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "\u6295\u7a3f\u3092\u5148\u982d\u56fa\u5b9a\u8868\u793a\u306b\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u300ccategory\u300d\u306b\u5c5e\u3057\u3001\u305d\u306e\u6295\u7a3f\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u3066\u3044\u308b\u30bf\u30fc\u30e0\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u300cpost_tag\u300d\u306b\u5c5e\u3057\u3001\u305d\u306e\u6295\u7a3f\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u3066\u3044\u308b\u30bf\u30fc\u30e0\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp\/v2\/posts"
                    }
                ]
            }
        },
        "\/wp\/v2\/posts\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306e\u6295\u7a3f\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6295\u7a3f\u8005\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u6295\u7a3f\u306e\u629c\u7c8b\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u629c\u7c8b\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u306e\u629c\u7c8b\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u629c\u7c8b\u304c\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3055\u308c\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "\u6295\u7a3f\u306e\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u3068\u306a\u308b\u30e1\u30c7\u30a3\u30a2\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\u6295\u7a3f\u304c\u30b3\u30e1\u30f3\u30c8\u3092\u53d7\u3051\u4ed8\u3051\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\u6295\u7a3f\u304c\u30d4\u30f3\u30d0\u30c3\u30af\u3092\u53d7\u3051\u4ed8\u3051\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "\u6295\u7a3f\u306e\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u3002",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "ocean_post_layout": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_both_sidebars_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_both_sidebars_content_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_both_sidebars_sidebars_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_sidebar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_second_sidebar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_margins": {
                                    "type": "string",
                                    "description": "",
                                    "default": "enable"
                                },
                                "ocean_add_body_class": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_has_shortcode": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_display_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_display_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_header_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_center_header_left_menu": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_custom_header_template": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_custom_logo": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_retina_logo": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_tablet_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_mobile_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_tablet_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_mobile_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_header_custom_menu": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_family": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_subset": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_size": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": "px"
                                },
                                "ocean_menu_typo_font_weight": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_weight_tablet": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_weight_mobile": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform_tablet": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform_mobile": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_line_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_spacing": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color_hover": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color_active": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_hover_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_active_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_links_bg": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_hover_links_bg": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_hover_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_disable_heading": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_post_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_subheading": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_background_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_background": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_post_title_bg_image_position": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_attachment": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_repeat": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_size": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_post_title_bg_overlay": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0.5
                                },
                                "ocean_post_title_bg_overlay_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_breadcrumbs": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_breadcrumbs_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_separator_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_links_hover_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_display_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_display_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_custom_footer_template": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "title": "Elementor edit mode",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "title": "Elementor template type",
                                    "enum": [
                                        "not-supported",
                                        "page",
                                        "section",
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "wpr-theme-builder",
                                        "wpr-popups",
                                        "kit",
                                        "landing-page",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "title": "Elementor data",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "title": "Elementor page settings",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "ocean_post_oembed": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_self_hosted_media": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_video_embed": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_link_format": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_link_format_target": {
                                    "type": "string",
                                    "description": "",
                                    "default": "self"
                                },
                                "ocean_quote_format": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_quote_format_link": {
                                    "type": "string",
                                    "description": "",
                                    "default": "post"
                                },
                                "ocean_gallery_link_images": {
                                    "type": "string",
                                    "description": "",
                                    "default": "on"
                                },
                                "ocean_gallery_id": {
                                    "type": "array",
                                    "description": "",
                                    "default": "",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "footnotes": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "\u6295\u7a3f\u3092\u5148\u982d\u56fa\u5b9a\u8868\u793a\u306b\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u300ccategory\u300d\u306b\u5c5e\u3057\u3001\u305d\u306e\u6295\u7a3f\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u3066\u3044\u308b\u30bf\u30fc\u30e0\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u300cpost_tag\u300d\u306b\u5c5e\u3057\u3001\u305d\u306e\u6295\u7a3f\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u3066\u3044\u308b\u30bf\u30fc\u30e0\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30b4\u30df\u7bb1\u306b\u5165\u308c\u305a\u306b\u5f37\u5236\u7684\u306b\u524a\u9664\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3073\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u304c\u30b4\u30df\u7bb1\u6a5f\u80fd\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u306a\u3044\u305f\u3081\u3001true \u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6295\u7a3f\u8005\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u6295\u7a3f\u306e\u629c\u7c8b\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u629c\u7c8b\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u306e\u629c\u7c8b\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u629c\u7c8b\u304c\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3055\u308c\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "\u6295\u7a3f\u306e\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u3068\u306a\u308b\u30e1\u30c7\u30a3\u30a2\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\u6295\u7a3f\u304c\u30b3\u30e1\u30f3\u30c8\u3092\u53d7\u3051\u4ed8\u3051\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\u6295\u7a3f\u304c\u30d4\u30f3\u30d0\u30c3\u30af\u3092\u53d7\u3051\u4ed8\u3051\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "\u6295\u7a3f\u306e\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u3002",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "ocean_post_layout": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_both_sidebars_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_both_sidebars_content_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_both_sidebars_sidebars_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_sidebar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_second_sidebar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_margins": {
                                    "type": "string",
                                    "description": "",
                                    "default": "enable"
                                },
                                "ocean_add_body_class": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_has_shortcode": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_display_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_display_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_header_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_center_header_left_menu": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_custom_header_template": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_custom_logo": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_retina_logo": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_tablet_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_mobile_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_tablet_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_mobile_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_header_custom_menu": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_family": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_subset": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_size": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": "px"
                                },
                                "ocean_menu_typo_font_weight": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_weight_tablet": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_weight_mobile": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform_tablet": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform_mobile": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_line_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_spacing": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color_hover": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color_active": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_hover_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_active_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_links_bg": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_hover_links_bg": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_hover_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_disable_heading": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_post_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_subheading": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_background_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_background": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_post_title_bg_image_position": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_attachment": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_repeat": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_size": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_post_title_bg_overlay": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0.5
                                },
                                "ocean_post_title_bg_overlay_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_breadcrumbs": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_breadcrumbs_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_separator_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_links_hover_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_display_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_display_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_custom_footer_template": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "title": "Elementor edit mode",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "title": "Elementor template type",
                                    "enum": [
                                        "not-supported",
                                        "page",
                                        "section",
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "wpr-theme-builder",
                                        "wpr-popups",
                                        "kit",
                                        "landing-page",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "title": "Elementor data",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "title": "Elementor page settings",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "ocean_post_oembed": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_self_hosted_media": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_video_embed": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_link_format": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_link_format_target": {
                                    "type": "string",
                                    "description": "",
                                    "default": "self"
                                },
                                "ocean_quote_format": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_quote_format_link": {
                                    "type": "string",
                                    "description": "",
                                    "default": "post"
                                },
                                "ocean_gallery_link_images": {
                                    "type": "string",
                                    "description": "",
                                    "default": "on"
                                },
                                "ocean_gallery_id": {
                                    "type": "array",
                                    "description": "",
                                    "default": "",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "footnotes": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "\u6295\u7a3f\u3092\u5148\u982d\u56fa\u5b9a\u8868\u793a\u306b\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u300ccategory\u300d\u306b\u5c5e\u3057\u3001\u305d\u306e\u6295\u7a3f\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u3066\u3044\u308b\u30bf\u30fc\u30e0\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u300cpost_tag\u300d\u306b\u5c5e\u3057\u3001\u305d\u306e\u6295\u7a3f\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u3066\u3044\u308b\u30bf\u30fc\u30e0\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "\u7279\u5b9a\u306e\u6295\u7a3f\u8005\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\u7279\u5b9a\u306e\u6295\u7a3f\u8005\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u7279\u5b9a\u306e menu_order \u5024\u3092\u6301\u3064\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6295\u7a3f\u306e\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u7279\u5b9a\u306e\u89aa ID \u306b\u5c5e\u3059\u308b\u9805\u76ee\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u7279\u5b9a\u306e\u89aa ID \u306b\u5c5e\u3055\u306a\u3044\u9805\u76ee\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u691c\u7d22\u3059\u308b\u5217\u540d\u306e\u914d\u5217\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u7279\u5b9a\u306e\u30b9\u30e9\u30c3\u30b0\u3092\u6301\u3064\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u30b9\u30c6\u30fc\u30bf\u30b9\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u89aa\u6295\u7a3f\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6295\u7a3f\u8005\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u6295\u7a3f\u306e\u629c\u7c8b\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u629c\u7c8b\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u306e\u629c\u7c8b\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u629c\u7c8b\u304c\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3055\u308c\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "\u6295\u7a3f\u306e\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u3068\u306a\u308b\u30e1\u30c7\u30a3\u30a2\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\u6295\u7a3f\u304c\u30b3\u30e1\u30f3\u30c8\u3092\u53d7\u3051\u4ed8\u3051\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\u6295\u7a3f\u304c\u30d4\u30f3\u30d0\u30c3\u30af\u3092\u53d7\u3051\u4ed8\u3051\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u4ed6\u306e\u6295\u7a3f\u3068\u306e\u95a2\u9023\u306b\u3088\u308b\u3001\u6295\u7a3f\u306e\u9806\u756a\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "ocean_post_layout": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_both_sidebars_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_both_sidebars_content_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_both_sidebars_sidebars_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_sidebar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_second_sidebar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_margins": {
                                    "type": "string",
                                    "description": "",
                                    "default": "enable"
                                },
                                "ocean_add_body_class": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_has_shortcode": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_display_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_display_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_header_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_center_header_left_menu": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_custom_header_template": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_custom_logo": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_retina_logo": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_tablet_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_mobile_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_tablet_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_mobile_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_header_custom_menu": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_family": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_subset": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_size": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": "px"
                                },
                                "ocean_menu_typo_font_weight": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_weight_tablet": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_weight_mobile": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform_tablet": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform_mobile": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_line_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_spacing": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color_hover": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color_active": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_hover_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_active_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_links_bg": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_hover_links_bg": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_hover_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_disable_heading": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_post_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_subheading": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_background_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_background": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_post_title_bg_image_position": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_attachment": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_repeat": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_size": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_post_title_bg_overlay": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0.5
                                },
                                "ocean_post_title_bg_overlay_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_breadcrumbs": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_breadcrumbs_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_separator_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_links_hover_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_display_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_display_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_custom_footer_template": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "title": "Elementor edit mode",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "title": "Elementor template type",
                                    "enum": [
                                        "not-supported",
                                        "page",
                                        "section",
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "wpr-theme-builder",
                                        "wpr-popups",
                                        "kit",
                                        "landing-page",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "title": "Elementor data",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "title": "Elementor page settings",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp\/v2\/pages"
                    }
                ]
            }
        },
        "\/wp\/v2\/pages\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306e\u6295\u7a3f\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u89aa\u6295\u7a3f\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6295\u7a3f\u8005\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u6295\u7a3f\u306e\u629c\u7c8b\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u629c\u7c8b\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u306e\u629c\u7c8b\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u629c\u7c8b\u304c\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3055\u308c\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "\u6295\u7a3f\u306e\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u3068\u306a\u308b\u30e1\u30c7\u30a3\u30a2\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\u6295\u7a3f\u304c\u30b3\u30e1\u30f3\u30c8\u3092\u53d7\u3051\u4ed8\u3051\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\u6295\u7a3f\u304c\u30d4\u30f3\u30d0\u30c3\u30af\u3092\u53d7\u3051\u4ed8\u3051\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u4ed6\u306e\u6295\u7a3f\u3068\u306e\u95a2\u9023\u306b\u3088\u308b\u3001\u6295\u7a3f\u306e\u9806\u756a\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "ocean_post_layout": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_both_sidebars_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_both_sidebars_content_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_both_sidebars_sidebars_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_sidebar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_second_sidebar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_margins": {
                                    "type": "string",
                                    "description": "",
                                    "default": "enable"
                                },
                                "ocean_add_body_class": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_has_shortcode": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_display_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_display_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_header_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_center_header_left_menu": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_custom_header_template": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_custom_logo": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_retina_logo": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_tablet_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_mobile_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_tablet_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_mobile_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_header_custom_menu": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_family": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_subset": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_size": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": "px"
                                },
                                "ocean_menu_typo_font_weight": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_weight_tablet": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_weight_mobile": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform_tablet": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform_mobile": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_line_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_spacing": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color_hover": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color_active": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_hover_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_active_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_links_bg": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_hover_links_bg": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_hover_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_disable_heading": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_post_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_subheading": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_background_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_background": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_post_title_bg_image_position": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_attachment": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_repeat": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_size": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_post_title_bg_overlay": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0.5
                                },
                                "ocean_post_title_bg_overlay_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_breadcrumbs": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_breadcrumbs_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_separator_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_links_hover_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_display_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_display_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_custom_footer_template": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "title": "Elementor edit mode",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "title": "Elementor template type",
                                    "enum": [
                                        "not-supported",
                                        "page",
                                        "section",
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "wpr-theme-builder",
                                        "wpr-popups",
                                        "kit",
                                        "landing-page",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "title": "Elementor data",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "title": "Elementor page settings",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30b4\u30df\u7bb1\u306b\u5165\u308c\u305a\u306b\u5f37\u5236\u7684\u306b\u524a\u9664\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3073\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u304c\u30b4\u30df\u7bb1\u6a5f\u80fd\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u306a\u3044\u305f\u3081\u3001true \u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u6295\u7a3f\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6295\u7a3f\u8005\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u6295\u7a3f\u306e\u629c\u7c8b\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u629c\u7c8b\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u306e\u629c\u7c8b\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u629c\u7c8b\u304c\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3055\u308c\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "\u6295\u7a3f\u306e\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u3068\u306a\u308b\u30e1\u30c7\u30a3\u30a2\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\u6295\u7a3f\u304c\u30b3\u30e1\u30f3\u30c8\u3092\u53d7\u3051\u4ed8\u3051\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\u6295\u7a3f\u304c\u30d4\u30f3\u30d0\u30c3\u30af\u3092\u53d7\u3051\u4ed8\u3051\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u4ed6\u306e\u6295\u7a3f\u3068\u306e\u95a2\u9023\u306b\u3088\u308b\u3001\u6295\u7a3f\u306e\u9806\u756a\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "ocean_post_layout": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_both_sidebars_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_both_sidebars_content_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_both_sidebars_sidebars_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_sidebar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_second_sidebar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_margins": {
                                    "type": "string",
                                    "description": "",
                                    "default": "enable"
                                },
                                "ocean_add_body_class": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_has_shortcode": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_display_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_display_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_header_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_center_header_left_menu": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_custom_header_template": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_custom_logo": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_retina_logo": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_tablet_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_mobile_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_tablet_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_mobile_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_header_custom_menu": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_family": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_subset": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_size": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": "px"
                                },
                                "ocean_menu_typo_font_weight": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_weight_tablet": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_weight_mobile": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform_tablet": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform_mobile": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_line_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_spacing": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color_hover": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color_active": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_hover_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_active_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_links_bg": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_hover_links_bg": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_hover_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_disable_heading": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_post_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_subheading": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_background_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_background": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_post_title_bg_image_position": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_attachment": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_repeat": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_size": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_post_title_bg_overlay": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0.5
                                },
                                "ocean_post_title_bg_overlay_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_breadcrumbs": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_breadcrumbs_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_separator_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_links_hover_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_display_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_display_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_custom_footer_template": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "title": "Elementor edit mode",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "title": "Elementor template type",
                                    "enum": [
                                        "not-supported",
                                        "page",
                                        "section",
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "wpr-theme-builder",
                                        "wpr-popups",
                                        "kit",
                                        "landing-page",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "title": "Elementor data",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "title": "Elementor page settings",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/media": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "\u7279\u5b9a\u306e\u6295\u7a3f\u8005\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\u7279\u5b9a\u306e\u6295\u7a3f\u8005\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6295\u7a3f\u306e\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u7279\u5b9a\u306e\u89aa ID \u306b\u5c5e\u3059\u308b\u9805\u76ee\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u7279\u5b9a\u306e\u89aa ID \u306b\u5c5e\u3055\u306a\u3044\u9805\u76ee\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u691c\u7d22\u3059\u308b\u5217\u540d\u306e\u914d\u5217\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u7279\u5b9a\u306e\u30b9\u30e9\u30c3\u30b0\u3092\u6301\u3064\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "inherit",
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u30b9\u30c6\u30fc\u30bf\u30b9\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "inherit",
                                    "private",
                                    "trash"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "media_type": {
                            "default": null,
                            "description": "\u7279\u5b9a\u306e\u30e1\u30c7\u30a3\u30a2\u30bf\u30a4\u30d7\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "image",
                                "video",
                                "audio",
                                "application"
                            ],
                            "required": false
                        },
                        "mime_type": {
                            "default": null,
                            "description": "\u7279\u5b9a\u306e MIME \u30bf\u30a4\u30d7\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6295\u7a3f\u8005\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "\u6295\u7a3f\u306e\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u3068\u306a\u308b\u30e1\u30c7\u30a3\u30a2\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\u6295\u7a3f\u304c\u30b3\u30e1\u30f3\u30c8\u3092\u53d7\u3051\u4ed8\u3051\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\u6295\u7a3f\u304c\u30d4\u30f3\u30d0\u30c3\u30af\u3092\u53d7\u3051\u4ed8\u3051\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "ocean_post_layout": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_both_sidebars_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_both_sidebars_content_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_both_sidebars_sidebars_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_sidebar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_second_sidebar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_margins": {
                                    "type": "string",
                                    "description": "",
                                    "default": "enable"
                                },
                                "ocean_add_body_class": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_has_shortcode": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_display_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_display_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_header_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_center_header_left_menu": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_custom_header_template": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_custom_logo": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_retina_logo": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_tablet_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_mobile_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_tablet_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_mobile_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_header_custom_menu": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_family": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_subset": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_size": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": "px"
                                },
                                "ocean_menu_typo_font_weight": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_weight_tablet": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_weight_mobile": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform_tablet": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform_mobile": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_line_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_spacing": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color_hover": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color_active": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_hover_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_active_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_links_bg": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_hover_links_bg": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_hover_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_disable_heading": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_post_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_subheading": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_background_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_background": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_post_title_bg_image_position": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_attachment": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_repeat": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_size": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_post_title_bg_overlay": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0.5
                                },
                                "ocean_post_title_bg_overlay_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_breadcrumbs": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_breadcrumbs_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_separator_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_links_hover_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_display_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_display_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_custom_footer_template": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "title": "Elementor edit mode",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "title": "Elementor template type",
                                    "enum": [
                                        "not-supported",
                                        "page",
                                        "section",
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "wpr-theme-builder",
                                        "wpr-popups",
                                        "kit",
                                        "landing-page",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "title": "Elementor data",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "title": "Elementor page settings",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        },
                        "alt_text": {
                            "description": "\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u304c\u8868\u793a\u3055\u308c\u306a\u3044\u3068\u304d\u306b\u8868\u793a\u3059\u308b\u4ee3\u66ff\u30c6\u30ad\u30b9\u30c8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "caption": {
                            "description": "\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u306e\u30ad\u30e3\u30d7\u30b7\u30e7\u30f3\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u306e\u30ad\u30e3\u30d7\u30b7\u30e7\u30f3\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u306e HTML \u30ad\u30e3\u30d7\u30b7\u30e7\u30f3\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u306e\u8aac\u660e\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u306e\u8aac\u660e\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u306e HTML \u306e\u8aac\u660e\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u306e\u95a2\u9023\u6295\u7a3f\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp\/v2\/media"
                    }
                ]
            }
        },
        "\/wp\/v2\/media\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6295\u7a3f\u8005\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "\u6295\u7a3f\u306e\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u3068\u306a\u308b\u30e1\u30c7\u30a3\u30a2\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\u6295\u7a3f\u304c\u30b3\u30e1\u30f3\u30c8\u3092\u53d7\u3051\u4ed8\u3051\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\u6295\u7a3f\u304c\u30d4\u30f3\u30d0\u30c3\u30af\u3092\u53d7\u3051\u4ed8\u3051\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "ocean_post_layout": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_both_sidebars_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_both_sidebars_content_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_both_sidebars_sidebars_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_sidebar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_second_sidebar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_margins": {
                                    "type": "string",
                                    "description": "",
                                    "default": "enable"
                                },
                                "ocean_add_body_class": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_has_shortcode": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_display_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_display_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_header_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_center_header_left_menu": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_custom_header_template": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_custom_logo": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_retina_logo": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_tablet_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_mobile_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_tablet_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_mobile_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_header_custom_menu": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_family": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_subset": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_size": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": "px"
                                },
                                "ocean_menu_typo_font_weight": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_weight_tablet": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_weight_mobile": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform_tablet": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform_mobile": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_line_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_spacing": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color_hover": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color_active": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_hover_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_active_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_links_bg": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_hover_links_bg": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_hover_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_disable_heading": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_post_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_subheading": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_background_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_background": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_post_title_bg_image_position": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_attachment": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_repeat": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_size": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_post_title_bg_overlay": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0.5
                                },
                                "ocean_post_title_bg_overlay_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_breadcrumbs": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_breadcrumbs_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_separator_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_links_hover_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_display_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_display_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_custom_footer_template": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "title": "Elementor edit mode",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "title": "Elementor template type",
                                    "enum": [
                                        "not-supported",
                                        "page",
                                        "section",
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "wpr-theme-builder",
                                        "wpr-popups",
                                        "kit",
                                        "landing-page",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "title": "Elementor data",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "title": "Elementor page settings",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        },
                        "alt_text": {
                            "description": "\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u304c\u8868\u793a\u3055\u308c\u306a\u3044\u3068\u304d\u306b\u8868\u793a\u3059\u308b\u4ee3\u66ff\u30c6\u30ad\u30b9\u30c8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "caption": {
                            "description": "\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u306e\u30ad\u30e3\u30d7\u30b7\u30e7\u30f3\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u306e\u30ad\u30e3\u30d7\u30b7\u30e7\u30f3\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u306e HTML \u30ad\u30e3\u30d7\u30b7\u30e7\u30f3\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u306e\u8aac\u660e\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u306e\u8aac\u660e\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u306e HTML \u306e\u8aac\u660e\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u306e\u95a2\u9023\u6295\u7a3f\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30b4\u30df\u7bb1\u306b\u5165\u308c\u305a\u306b\u5f37\u5236\u7684\u306b\u524a\u9664\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/media\/(?P<id>[\\d]+)\/post-process": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "action": {
                            "type": "string",
                            "enum": [
                                "create-image-subsizes"
                            ],
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/media\/(?P<id>[\\d]+)\/edit": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "src": {
                            "description": "\u7de8\u96c6\u3055\u308c\u305f\u753b\u50cf\u30d5\u30a1\u30a4\u30eb\u306e URL\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "modifiers": {
                            "description": "\u753b\u50cf\u7de8\u96c6\u306e\u914d\u5217\u3002",
                            "type": "array",
                            "minItems": 1,
                            "items": {
                                "description": "\u753b\u50cf\u7de8\u96c6\u3002",
                                "type": "object",
                                "required": [
                                    "type",
                                    "args"
                                ],
                                "oneOf": [
                                    {
                                        "title": "\u56de\u8ee2",
                                        "properties": {
                                            "type": {
                                                "description": "\u56de\u8ee2\u306e\u30bf\u30a4\u30d7\u3002",
                                                "type": "string",
                                                "enum": [
                                                    "rotate"
                                                ]
                                            },
                                            "args": {
                                                "description": "\u56de\u8ee2\u306e\u5f15\u6570\u3002",
                                                "type": "object",
                                                "required": [
                                                    "angle"
                                                ],
                                                "properties": {
                                                    "angle": {
                                                        "description": "\u6642\u8a08\u56de\u308a\u306b\u56de\u8ee2\u3059\u308b\u89d2\u5ea6\u3002",
                                                        "type": "number"
                                                    }
                                                }
                                            }
                                        }
                                    },
                                    {
                                        "title": "\u5207\u308a\u629c\u304d",
                                        "properties": {
                                            "type": {
                                                "description": "\u5207\u308a\u629c\u304d\u306e\u7a2e\u985e\u3002",
                                                "type": "string",
                                                "enum": [
                                                    "crop"
                                                ]
                                            },
                                            "args": {
                                                "description": "\u5207\u308a\u629c\u304d\u306e\u5f15\u6570\u3002",
                                                "type": "object",
                                                "required": [
                                                    "left",
                                                    "top",
                                                    "width",
                                                    "height"
                                                ],
                                                "properties": {
                                                    "left": {
                                                        "description": "\u753b\u50cf\u306e\u5e45\u306b\u5bfe\u3059\u308b\u3001\u5207\u308a\u629c\u304d\u3092\u958b\u59cb\u3059\u308b\u5de6\u304b\u3089\u306e\u6c34\u5e73\u4f4d\u7f6e\u306e\u30d1\u30fc\u30bb\u30f3\u30c8\u6307\u5b9a\u3002",
                                                        "type": "number"
                                                    },
                                                    "top": {
                                                        "description": "\u753b\u50cf\u306e\u9ad8\u3055\u306b\u5bfe\u3059\u308b\u3001\u5207\u308a\u629c\u304d\u3092\u958b\u59cb\u3059\u308b\u4e0a\u304b\u3089\u306e\u5782\u76f4\u4f4d\u7f6e\u306e\u30d1\u30fc\u30bb\u30f3\u30c8\u6307\u5b9a\u3002",
                                                        "type": "number"
                                                    },
                                                    "width": {
                                                        "description": "\u5143\u306e\u753b\u50cf\u306b\u5bfe\u3059\u308b\u3001\u5207\u308a\u629c\u304f\u753b\u50cf\u306e\u5e45\u306e\u30d1\u30fc\u30bb\u30f3\u30c8\u6307\u5b9a\u3002",
                                                        "type": "number"
                                                    },
                                                    "height": {
                                                        "description": "\u5143\u306e\u753b\u50cf\u306b\u5bfe\u3059\u308b\u3001\u5207\u308a\u629c\u304f\u753b\u50cf\u306e\u9ad8\u3055\u306e\u30d1\u30fc\u30bb\u30f3\u30c8\u6307\u5b9a\u3002",
                                                        "type": "number"
                                                    }
                                                }
                                            }
                                        }
                                    }
                                ]
                            },
                            "required": false
                        },
                        "rotation": {
                            "description": "\u56de\u8ee2\u3059\u308b\u753b\u50cf\u306e\u6642\u8a08\u56de\u308a\u306e\u89d2\u5ea6\u3002\u975e\u63a8\u5968: \u4ee3\u308f\u308a\u306b `modifiers` \u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002",
                            "type": "integer",
                            "minimum": 0,
                            "exclusiveMinimum": true,
                            "maximum": 360,
                            "exclusiveMaximum": true,
                            "required": false
                        },
                        "x": {
                            "description": "\u5143\u306e\u753b\u50cf\u306b\u5bfe\u3059\u308b\u3001\u5207\u308a\u629c\u304f\u958b\u59cb\u4f4d\u7f6e\u306e x \u5ea7\u6a19\u306e\u30d1\u30fc\u30bb\u30f3\u30c8\u6307\u5b9a\u3002\u975e\u63a8\u5968: \u4ee3\u308f\u308a\u306b `modifiers` \u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "y": {
                            "description": "\u5143\u306e\u753b\u50cf\u306b\u5bfe\u3059\u308b\u3001\u5207\u308a\u629c\u304f\u958b\u59cb\u4f4d\u7f6e\u306e y \u5ea7\u6a19\u306e\u30d1\u30fc\u30bb\u30f3\u30c8\u6307\u5b9a\u3002\u975e\u63a8\u5968: \u4ee3\u308f\u308a\u306b `modifiers` \u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "width": {
                            "description": "\u5143\u306e\u753b\u50cf\u306b\u5bfe\u3059\u308b\u3001\u5207\u308a\u629c\u304f\u753b\u50cf\u306e\u5e45\u306e\u30d1\u30fc\u30bb\u30f3\u30c8\u6307\u5b9a\u3002\u975e\u63a8\u5968: \u4ee3\u308f\u308a\u306b `modifiers` \u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "height": {
                            "description": "\u5143\u306e\u753b\u50cf\u306b\u5bfe\u3059\u308b\u3001\u5207\u308a\u629c\u304f\u753b\u50cf\u306e\u9ad8\u3055\u306e\u30d1\u30fc\u30bb\u30f3\u30c8\u6307\u5b9a\u3002\u975e\u63a8\u5968: \u4ee3\u308f\u308a\u306b `modifiers` \u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 100,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3073\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "menu_order",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u691c\u7d22\u3059\u308b\u5217\u540d\u306e\u914d\u5217\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u7279\u5b9a\u306e\u30b9\u30e9\u30c3\u30b0\u3092\u6301\u3064\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u30b9\u30c6\u30fc\u30bf\u30b9\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "\u7d50\u679c\u30bb\u30c3\u30c8\u3092\u8907\u6570\u306e\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u9593\u306e\u95a2\u4fc2\u306b\u57fa\u3065\u3044\u3066\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "menus": {
                            "description": "\u300cmenus\u300d\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u7279\u5b9a\u306e\u30bf\u30fc\u30e0\u3092\u6301\u3064\u9805\u76ee\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u30bf\u30fc\u30e0 ID \u4e00\u89a7",
                                    "description": "\u30ea\u30b9\u30c8\u3057\u305f ID \u3068\u5408\u81f4\u3059\u308b\u30bf\u30fc\u30e0\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u30bf\u30fc\u30e0 ID \u30bf\u30af\u30bd\u30ce\u30df\u30fc\u30af\u30a8\u30ea\u30fc",
                                    "description": "\u9ad8\u5ea6\u306a\u30bf\u30fc\u30e0\u30af\u30a8\u30ea\u30fc\u3092\u5b9f\u884c\u3057\u307e\u3059\u3002",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "\u30bf\u30fc\u30e0 ID\u3002",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "\u7279\u5b9a\u306e\u30bf\u30fc\u30e0\u306e\u3059\u3079\u3066\u306b\u9805\u76ee\u3092\u5272\u308a\u5f53\u3066\u308b\u304b\u3001\u4e00\u90e8\u306b\u5272\u308a\u5f53\u3066\u308b\u304b\u3002",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "menus_exclude": {
                            "description": "\u300cmenus\u300d\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u7279\u5b9a\u306e\u30bf\u30fc\u30e0\u3092\u6301\u3064\u9805\u76ee\u4ee5\u5916\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u30bf\u30fc\u30e0 ID \u4e00\u89a7",
                                    "description": "\u30ea\u30b9\u30c8\u3057\u305f ID \u3068\u5408\u81f4\u3059\u308b\u30bf\u30fc\u30e0\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u30bf\u30fc\u30e0 ID \u30bf\u30af\u30bd\u30ce\u30df\u30fc\u30af\u30a8\u30ea\u30fc",
                                    "description": "\u9ad8\u5ea6\u306a\u30bf\u30fc\u30e0\u30af\u30a8\u30ea\u30fc\u3092\u5b9f\u884c\u3057\u307e\u3059\u3002",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "\u30bf\u30fc\u30e0 ID\u3002",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u7279\u5b9a\u306e menu_order \u5024\u3092\u6301\u3064\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "title": {
                            "description": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "default": "custom",
                            "description": "\"post_type\" \u3084 \"taxonomy\" \u306e\u3088\u3046\u306b\u3001\u5143\u3005\u8868\u308f\u3055\u308c\u3066\u3044\u305f\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30d5\u30a1\u30df\u30ea\u30fc\u3002",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "parent": {
                            "default": 0,
                            "description": "\u89aa\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e ID\u3002",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "attr_title": {
                            "description": "\u3053\u306e\u30e1\u30cb\u30e5\u30fc\u9805\u76ee\u306e\u30ea\u30f3\u30af\u8981\u7d20\u306e\u30bf\u30a4\u30c8\u30eb\u5c5e\u6027\u306e\u30c6\u30ad\u30b9\u30c8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "\u3053\u306e\u30e1\u30cb\u30e5\u30fc\u9805\u76ee\u306e\u30ea\u30f3\u30af\u8981\u7d20\u306e\u30af\u30e9\u30b9\u540d\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u3053\u306e\u30e1\u30cb\u30e5\u30fc\u9805\u76ee\u306e\u8aac\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "default": 1,
                            "description": "\u3053\u306e\u9805\u76ee\u306e\u89aa\u30e1\u30cb\u30e5\u30fc\u3067\u3042\u308b nav_menu_item \u306e DB ID (\u3082\u3057\u3042\u308c\u3070)\u3002\u306a\u3044\u5834\u5408\u306f0\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "\u300c\u30ab\u30c6\u30b4\u30ea\u30fc\u300d\u3001\u300c\u6295\u7a3f\u300d\u3001\u300c\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u300d\u306a\u3069\u3001\u5143\u3005\u8868\u308f\u3055\u308c\u3066\u3044\u305f\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30bf\u30a4\u30d7\u3002",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "default": 0,
                            "description": "\u3053\u306e\u30e1\u30cb\u30e5\u30fc\u9805\u76ee\u304c\u8868\u3059\u5143\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9 ID\u3002\u4f8b: \u6295\u7a3f\u306e ID \u3084\u30ab\u30c6\u30b4\u30ea\u30fc\u306e term_id\u3002",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "\u3053\u306e\u30e1\u30cb\u30e5\u30fc\u9805\u76ee\u306e\u30ea\u30f3\u30af\u8981\u7d20\u306e\u30bf\u30fc\u30b2\u30c3\u30c8\u5c5e\u6027\u3002",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "\u3053\u306e\u30e1\u30cb\u30e5\u30fc\u9805\u76ee\u304c\u6307\u3059 URL\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "\u3053\u306e\u30e1\u30cb\u30e5\u30fc\u9805\u76ee\u306e\u30ea\u30f3\u30af\u3067\u8868\u73fe\u3055\u308c\u305f XFN \u95a2\u4fc2\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u300cnav_menu\u300d\u306b\u5c5e\u3057\u3001\u305d\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u3066\u3044\u308b\u30bf\u30fc\u30e0\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "ocean_post_layout": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_both_sidebars_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_both_sidebars_content_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_both_sidebars_sidebars_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_sidebar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_second_sidebar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_margins": {
                                    "type": "string",
                                    "description": "",
                                    "default": "enable"
                                },
                                "ocean_add_body_class": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_has_shortcode": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_display_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_display_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_header_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_center_header_left_menu": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_custom_header_template": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_custom_logo": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_retina_logo": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_tablet_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_mobile_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_tablet_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_mobile_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_header_custom_menu": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_family": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_subset": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_size": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": "px"
                                },
                                "ocean_menu_typo_font_weight": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_weight_tablet": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_weight_mobile": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform_tablet": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform_mobile": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_line_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_spacing": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color_hover": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color_active": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_hover_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_active_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_links_bg": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_hover_links_bg": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_hover_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_disable_heading": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_post_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_subheading": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_background_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_background": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_post_title_bg_image_position": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_attachment": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_repeat": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_size": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_post_title_bg_overlay": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0.5
                                },
                                "ocean_post_title_bg_overlay_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_breadcrumbs": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_breadcrumbs_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_separator_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_links_hover_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_display_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_display_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_custom_footer_template": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "title": "Elementor edit mode",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "title": "Elementor template type",
                                    "enum": [
                                        "not-supported",
                                        "page",
                                        "section",
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "wpr-theme-builder",
                                        "wpr-popups",
                                        "kit",
                                        "landing-page",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "title": "Elementor data",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "title": "Elementor page settings",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp\/v2\/menu-items"
                    }
                ]
            }
        },
        "\/wp\/v2\/menu-items\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "description": "\"post_type\" \u3084 \"taxonomy\" \u306e\u3088\u3046\u306b\u3001\u5143\u3005\u8868\u308f\u3055\u308c\u3066\u3044\u305f\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30d5\u30a1\u30df\u30ea\u30fc\u3002",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u89aa\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e ID\u3002",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "attr_title": {
                            "description": "\u3053\u306e\u30e1\u30cb\u30e5\u30fc\u9805\u76ee\u306e\u30ea\u30f3\u30af\u8981\u7d20\u306e\u30bf\u30a4\u30c8\u30eb\u5c5e\u6027\u306e\u30c6\u30ad\u30b9\u30c8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "\u3053\u306e\u30e1\u30cb\u30e5\u30fc\u9805\u76ee\u306e\u30ea\u30f3\u30af\u8981\u7d20\u306e\u30af\u30e9\u30b9\u540d\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u3053\u306e\u30e1\u30cb\u30e5\u30fc\u9805\u76ee\u306e\u8aac\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u3053\u306e\u9805\u76ee\u306e\u89aa\u30e1\u30cb\u30e5\u30fc\u3067\u3042\u308b nav_menu_item \u306e DB ID (\u3082\u3057\u3042\u308c\u3070)\u3002\u306a\u3044\u5834\u5408\u306f0\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "\u300c\u30ab\u30c6\u30b4\u30ea\u30fc\u300d\u3001\u300c\u6295\u7a3f\u300d\u3001\u300c\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u300d\u306a\u3069\u3001\u5143\u3005\u8868\u308f\u3055\u308c\u3066\u3044\u305f\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30bf\u30a4\u30d7\u3002",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "description": "\u3053\u306e\u30e1\u30cb\u30e5\u30fc\u9805\u76ee\u304c\u8868\u3059\u5143\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9 ID\u3002\u4f8b: \u6295\u7a3f\u306e ID \u3084\u30ab\u30c6\u30b4\u30ea\u30fc\u306e term_id\u3002",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "\u3053\u306e\u30e1\u30cb\u30e5\u30fc\u9805\u76ee\u306e\u30ea\u30f3\u30af\u8981\u7d20\u306e\u30bf\u30fc\u30b2\u30c3\u30c8\u5c5e\u6027\u3002",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "\u3053\u306e\u30e1\u30cb\u30e5\u30fc\u9805\u76ee\u304c\u6307\u3059 URL\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "\u3053\u306e\u30e1\u30cb\u30e5\u30fc\u9805\u76ee\u306e\u30ea\u30f3\u30af\u3067\u8868\u73fe\u3055\u308c\u305f XFN \u95a2\u4fc2\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u300cnav_menu\u300d\u306b\u5c5e\u3057\u3001\u305d\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u3066\u3044\u308b\u30bf\u30fc\u30e0\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "ocean_post_layout": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_both_sidebars_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_both_sidebars_content_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_both_sidebars_sidebars_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_sidebar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_second_sidebar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_margins": {
                                    "type": "string",
                                    "description": "",
                                    "default": "enable"
                                },
                                "ocean_add_body_class": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_has_shortcode": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_display_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_display_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_header_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_center_header_left_menu": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_custom_header_template": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_custom_logo": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_retina_logo": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_tablet_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_mobile_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_tablet_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_mobile_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_header_custom_menu": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_family": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_subset": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_size": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": "px"
                                },
                                "ocean_menu_typo_font_weight": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_weight_tablet": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_weight_mobile": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform_tablet": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform_mobile": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_line_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_spacing": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color_hover": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color_active": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_hover_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_active_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_links_bg": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_hover_links_bg": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_hover_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_disable_heading": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_post_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_subheading": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_background_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_background": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_post_title_bg_image_position": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_attachment": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_repeat": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_size": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_post_title_bg_overlay": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0.5
                                },
                                "ocean_post_title_bg_overlay_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_breadcrumbs": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_breadcrumbs_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_separator_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_links_hover_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_display_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_display_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_custom_footer_template": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "title": "Elementor edit mode",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "title": "Elementor template type",
                                    "enum": [
                                        "not-supported",
                                        "page",
                                        "section",
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "wpr-theme-builder",
                                        "wpr-popups",
                                        "kit",
                                        "landing-page",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "title": "Elementor data",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "title": "Elementor page settings",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30b4\u30df\u7bb1\u306b\u5165\u308c\u305a\u306b\u5f37\u5236\u7684\u306b\u524a\u9664\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e ID\u3002",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "title": {
                            "description": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "description": "\"post_type\" \u3084 \"taxonomy\" \u306e\u3088\u3046\u306b\u3001\u5143\u3005\u8868\u308f\u3055\u308c\u3066\u3044\u305f\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30d5\u30a1\u30df\u30ea\u30fc\u3002",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "attr_title": {
                            "description": "\u3053\u306e\u30e1\u30cb\u30e5\u30fc\u9805\u76ee\u306e\u30ea\u30f3\u30af\u8981\u7d20\u306e\u30bf\u30a4\u30c8\u30eb\u5c5e\u6027\u306e\u30c6\u30ad\u30b9\u30c8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "\u3053\u306e\u30e1\u30cb\u30e5\u30fc\u9805\u76ee\u306e\u30ea\u30f3\u30af\u8981\u7d20\u306e\u30af\u30e9\u30b9\u540d\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u3053\u306e\u30e1\u30cb\u30e5\u30fc\u9805\u76ee\u306e\u8aac\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u3053\u306e\u9805\u76ee\u306e\u89aa\u30e1\u30cb\u30e5\u30fc\u3067\u3042\u308b nav_menu_item \u306e DB ID (\u3082\u3057\u3042\u308c\u3070)\u3002\u306a\u3044\u5834\u5408\u306f0\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "\u300c\u30ab\u30c6\u30b4\u30ea\u30fc\u300d\u3001\u300c\u6295\u7a3f\u300d\u3001\u300c\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u300d\u306a\u3069\u3001\u5143\u3005\u8868\u308f\u3055\u308c\u3066\u3044\u305f\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30bf\u30a4\u30d7\u3002",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "description": "\u3053\u306e\u30e1\u30cb\u30e5\u30fc\u9805\u76ee\u304c\u8868\u3059\u5143\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9 ID\u3002\u4f8b: \u6295\u7a3f\u306e ID \u3084\u30ab\u30c6\u30b4\u30ea\u30fc\u306e term_id\u3002",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "\u3053\u306e\u30e1\u30cb\u30e5\u30fc\u9805\u76ee\u306e\u30ea\u30f3\u30af\u8981\u7d20\u306e\u30bf\u30fc\u30b2\u30c3\u30c8\u5c5e\u6027\u3002",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "\u3053\u306e\u30e1\u30cb\u30e5\u30fc\u9805\u76ee\u304c\u6307\u3059 URL\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "\u3053\u306e\u30e1\u30cb\u30e5\u30fc\u9805\u76ee\u306e\u30ea\u30f3\u30af\u3067\u8868\u73fe\u3055\u308c\u305f XFN \u95a2\u4fc2\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u300cnav_menu\u300d\u306b\u5c5e\u3057\u3001\u305d\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u3066\u3044\u308b\u30bf\u30fc\u30e0\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "ocean_post_layout": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_both_sidebars_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_both_sidebars_content_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_both_sidebars_sidebars_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_sidebar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_second_sidebar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_margins": {
                                    "type": "string",
                                    "description": "",
                                    "default": "enable"
                                },
                                "ocean_add_body_class": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_has_shortcode": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_display_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_display_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_header_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_center_header_left_menu": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_custom_header_template": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_custom_logo": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_retina_logo": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_tablet_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_mobile_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_tablet_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_mobile_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_header_custom_menu": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_family": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_subset": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_size": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": "px"
                                },
                                "ocean_menu_typo_font_weight": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_weight_tablet": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_weight_mobile": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform_tablet": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform_mobile": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_line_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_spacing": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color_hover": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color_active": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_hover_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_active_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_links_bg": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_hover_links_bg": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_hover_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_disable_heading": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_post_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_subheading": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_background_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_background": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_post_title_bg_image_position": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_attachment": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_repeat": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_size": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_post_title_bg_overlay": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0.5
                                },
                                "ocean_post_title_bg_overlay_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_breadcrumbs": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_breadcrumbs_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_separator_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_links_hover_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_display_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_display_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_custom_footer_template": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "title": "Elementor edit mode",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "title": "Elementor template type",
                                    "enum": [
                                        "not-supported",
                                        "page",
                                        "section",
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "wpr-theme-builder",
                                        "wpr-popups",
                                        "kit",
                                        "landing-page",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "title": "Elementor data",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "title": "Elementor page settings",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6295\u7a3f\u306e\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u691c\u7d22\u3059\u308b\u5217\u540d\u306e\u914d\u5217\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u7279\u5b9a\u306e\u30b9\u30e9\u30c3\u30b0\u3092\u6301\u3064\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u30b9\u30c6\u30fc\u30bf\u30b9\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "\u7d50\u679c\u30bb\u30c3\u30c8\u3092\u8907\u6570\u306e\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u9593\u306e\u95a2\u4fc2\u306b\u57fa\u3065\u3044\u3066\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "\u300cwp_pattern_category\u300d\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u7279\u5b9a\u306e\u30bf\u30fc\u30e0\u3092\u6301\u3064\u9805\u76ee\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u30bf\u30fc\u30e0 ID \u4e00\u89a7",
                                    "description": "\u30ea\u30b9\u30c8\u3057\u305f ID \u3068\u5408\u81f4\u3059\u308b\u30bf\u30fc\u30e0\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u30bf\u30fc\u30e0 ID \u30bf\u30af\u30bd\u30ce\u30df\u30fc\u30af\u30a8\u30ea\u30fc",
                                    "description": "\u9ad8\u5ea6\u306a\u30bf\u30fc\u30e0\u30af\u30a8\u30ea\u30fc\u3092\u5b9f\u884c\u3057\u307e\u3059\u3002",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "\u30bf\u30fc\u30e0 ID\u3002",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "\u7279\u5b9a\u306e\u30bf\u30fc\u30e0\u306e\u3059\u3079\u3066\u306b\u9805\u76ee\u3092\u5272\u308a\u5f53\u3066\u308b\u304b\u3001\u4e00\u90e8\u306b\u5272\u308a\u5f53\u3066\u308b\u304b\u3002",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "wp_pattern_category_exclude": {
                            "description": "\u300cwp_pattern_category\u300d\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u7279\u5b9a\u306e\u30bf\u30fc\u30e0\u3092\u6301\u3064\u9805\u76ee\u4ee5\u5916\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u30bf\u30fc\u30e0 ID \u4e00\u89a7",
                                    "description": "\u30ea\u30b9\u30c8\u3057\u305f ID \u3068\u5408\u81f4\u3059\u308b\u30bf\u30fc\u30e0\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u30bf\u30fc\u30e0 ID \u30bf\u30af\u30bd\u30ce\u30df\u30fc\u30af\u30a8\u30ea\u30fc",
                                    "description": "\u9ad8\u5ea6\u306a\u30bf\u30fc\u30e0\u30af\u30a8\u30ea\u30fc\u3092\u5b9f\u884c\u3057\u307e\u3059\u3002",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "\u30bf\u30fc\u30e0 ID\u3002",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "ocean_post_layout": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_both_sidebars_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_both_sidebars_content_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_both_sidebars_sidebars_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_sidebar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_second_sidebar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_margins": {
                                    "type": "string",
                                    "description": "",
                                    "default": "enable"
                                },
                                "ocean_add_body_class": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_has_shortcode": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_display_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_display_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_header_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_center_header_left_menu": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_custom_header_template": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_custom_logo": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_retina_logo": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_tablet_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_mobile_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_tablet_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_mobile_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_header_custom_menu": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_family": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_subset": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_size": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": "px"
                                },
                                "ocean_menu_typo_font_weight": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_weight_tablet": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_weight_mobile": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform_tablet": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform_mobile": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_line_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_spacing": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color_hover": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color_active": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_hover_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_active_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_links_bg": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_hover_links_bg": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_hover_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_disable_heading": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_post_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_subheading": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_background_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_background": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_post_title_bg_image_position": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_attachment": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_repeat": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_size": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_post_title_bg_overlay": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0.5
                                },
                                "ocean_post_title_bg_overlay_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_breadcrumbs": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_breadcrumbs_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_separator_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_links_hover_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_display_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_display_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_custom_footer_template": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "title": "Elementor edit mode",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "title": "Elementor template type",
                                    "enum": [
                                        "not-supported",
                                        "page",
                                        "section",
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "wpr-theme-builder",
                                        "wpr-popups",
                                        "kit",
                                        "landing-page",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "title": "Elementor data",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "title": "Elementor page settings",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u300cwp_pattern_category\u300d\u306b\u5c5e\u3057\u3001\u305d\u306e\u6295\u7a3f\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u3066\u3044\u308b\u30bf\u30fc\u30e0\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp\/v2\/blocks"
                    }
                ]
            }
        },
        "\/wp\/v2\/blocks\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306e\u6295\u7a3f\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "ocean_post_layout": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_both_sidebars_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_both_sidebars_content_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_both_sidebars_sidebars_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_sidebar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_second_sidebar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_margins": {
                                    "type": "string",
                                    "description": "",
                                    "default": "enable"
                                },
                                "ocean_add_body_class": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_has_shortcode": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_display_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_display_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_header_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_center_header_left_menu": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_custom_header_template": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_custom_logo": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_retina_logo": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_tablet_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_mobile_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_tablet_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_mobile_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_header_custom_menu": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_family": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_subset": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_size": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": "px"
                                },
                                "ocean_menu_typo_font_weight": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_weight_tablet": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_weight_mobile": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform_tablet": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform_mobile": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_line_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_spacing": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color_hover": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color_active": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_hover_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_active_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_links_bg": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_hover_links_bg": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_hover_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_disable_heading": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_post_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_subheading": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_background_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_background": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_post_title_bg_image_position": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_attachment": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_repeat": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_size": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_post_title_bg_overlay": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0.5
                                },
                                "ocean_post_title_bg_overlay_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_breadcrumbs": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_breadcrumbs_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_separator_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_links_hover_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_display_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_display_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_custom_footer_template": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "title": "Elementor edit mode",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "title": "Elementor template type",
                                    "enum": [
                                        "not-supported",
                                        "page",
                                        "section",
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "wpr-theme-builder",
                                        "wpr-popups",
                                        "kit",
                                        "landing-page",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "title": "Elementor data",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "title": "Elementor page settings",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u300cwp_pattern_category\u300d\u306b\u5c5e\u3057\u3001\u305d\u306e\u6295\u7a3f\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u3066\u3044\u308b\u30bf\u30fc\u30e0\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30b4\u30df\u7bb1\u306b\u5165\u308c\u305a\u306b\u5f37\u5236\u7684\u306b\u524a\u9664\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3073\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u304c\u30b4\u30df\u7bb1\u6a5f\u80fd\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u306a\u3044\u305f\u3081\u3001true \u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "ocean_post_layout": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_both_sidebars_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_both_sidebars_content_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_both_sidebars_sidebars_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_sidebar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_second_sidebar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_margins": {
                                    "type": "string",
                                    "description": "",
                                    "default": "enable"
                                },
                                "ocean_add_body_class": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_has_shortcode": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_display_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_display_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_header_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_center_header_left_menu": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_custom_header_template": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_custom_logo": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_retina_logo": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_tablet_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_mobile_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_tablet_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_mobile_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_header_custom_menu": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_family": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_subset": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_size": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": "px"
                                },
                                "ocean_menu_typo_font_weight": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_weight_tablet": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_weight_mobile": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform_tablet": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform_mobile": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_line_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_spacing": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color_hover": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color_active": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_hover_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_active_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_links_bg": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_hover_links_bg": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_hover_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_disable_heading": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_post_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_subheading": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_background_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_background": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_post_title_bg_image_position": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_attachment": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_repeat": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_size": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_post_title_bg_overlay": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0.5
                                },
                                "ocean_post_title_bg_overlay_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_breadcrumbs": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_breadcrumbs_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_separator_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_links_hover_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_display_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_display_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_custom_footer_template": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "title": "Elementor edit mode",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "title": "Elementor template type",
                                    "enum": [
                                        "not-supported",
                                        "page",
                                        "section",
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "wpr-theme-builder",
                                        "wpr-popups",
                                        "kit",
                                        "landing-page",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "title": "Elementor data",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "title": "Elementor page settings",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u300cwp_pattern_category\u300d\u306b\u5c5e\u3057\u3001\u305d\u306e\u6295\u7a3f\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u3066\u3044\u308b\u30bf\u30fc\u30e0\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e ID",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3073\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e ID",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e ID",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u304c\u30b4\u30df\u7bb1\u6a5f\u80fd\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u306a\u3044\u305f\u3081\u3001true \u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e ID",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e ID",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u3092\u8b58\u5225\u3059\u308b\u56fa\u6709\u306e\u30b9\u30e9\u30c3\u30b0\u3002",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30c6\u30fc\u30de\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30bf\u30a4\u30d7",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u72b6\u614b\u306e\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u72b6\u614b\u306e\u3001\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u8aac\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u72b6\u614b\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u4f5c\u6210\u8005\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e ID",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "wp_id": {
                            "description": "\u6307\u5b9a\u3057\u305f\u6295\u7a3f ID \u306b\u5236\u9650\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "\u7279\u5b9a\u306e\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u30d1\u30fc\u30c4\u30a8\u30ea\u30a2\u306b\u5236\u9650\u3059\u308b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "post_type": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u3092\u53d6\u5f97\u3059\u308b\u6295\u7a3f\u30bf\u30a4\u30d7\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u3092\u8b58\u5225\u3059\u308b\u56fa\u6709\u306e\u30b9\u30e9\u30c3\u30b0\u3002",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": true
                        },
                        "theme": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30c6\u30fc\u30de\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30bf\u30a4\u30d7",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "default": "",
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u72b6\u614b\u306e\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "default": "",
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u72b6\u614b\u306e\u3001\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "default": "",
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u8aac\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u72b6\u614b\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u4f5c\u6210\u8005\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp\/v2\/templates"
                    }
                ]
            }
        },
        "\/wp\/v2\/templates\/lookup": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "\u4ee5\u4e0b\u306e\u30d5\u30a9\u30fc\u30eb\u30d0\u30c3\u30af\u3092\u53d6\u5f97\u3059\u308b\u305f\u3081\u306e\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30b9\u30e9\u30c3\u30b0",
                            "type": "string",
                            "required": true
                        },
                        "is_custom": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u304c\u30ab\u30b9\u30bf\u30e0\u3067\u3042\u308b\u304b\u3001\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u968e\u5c64\u306e\u4e00\u90e8\u3067\u3042\u308b\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059",
                            "type": "boolean",
                            "required": false
                        },
                        "template_prefix": {
                            "description": "\u4f5c\u6210\u3055\u308c\u305f\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u63a5\u982d\u8f9e\u3002\u3053\u308c\u306f\u30e1\u30a4\u30f3\u306e\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u30bf\u30a4\u30d7\u3092\u62bd\u51fa\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3055\u308c\u307e\u3059 (\u4f8b: \"taxonomy-blocks\"\u3067\u306f\u3001\"taxonomy\" \u304c\u62bd\u51fa\u3055\u308c\u307e\u3059)\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp\/v2\/templates\/lookup"
                    }
                ]
            }
        },
        "\/wp\/v2\/templates\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e ID",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e ID",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u3092\u8b58\u5225\u3059\u308b\u56fa\u6709\u306e\u30b9\u30e9\u30c3\u30b0\u3002",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30c6\u30fc\u30de\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30bf\u30a4\u30d7",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u72b6\u614b\u306e\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u72b6\u614b\u306e\u3001\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u8aac\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u72b6\u614b\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u4f5c\u6210\u8005\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e ID",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30b4\u30df\u7bb1\u306b\u5165\u308c\u305a\u306b\u5f37\u5236\u7684\u306b\u524a\u9664\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e ID",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3073\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e ID",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e ID",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u304c\u30b4\u30df\u7bb1\u6a5f\u80fd\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u306a\u3044\u305f\u3081\u3001true \u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e ID",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e ID",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u3092\u8b58\u5225\u3059\u308b\u56fa\u6709\u306e\u30b9\u30e9\u30c3\u30b0\u3002",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30c6\u30fc\u30de\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30bf\u30a4\u30d7",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u72b6\u614b\u306e\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u72b6\u614b\u306e\u3001\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u8aac\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u72b6\u614b\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u4f5c\u6210\u8005\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u30d1\u30fc\u30c4\u306e\u4f7f\u7528\u3092\u76ee\u7684\u3068\u3057\u305f\u5834\u6240 (\u30d8\u30c3\u30c0\u30fc\u3001\u30d5\u30c3\u30bf\u30fc\u3001\u306a\u3069)",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e ID",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "wp_id": {
                            "description": "\u6307\u5b9a\u3057\u305f\u6295\u7a3f ID \u306b\u5236\u9650\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "\u7279\u5b9a\u306e\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u30d1\u30fc\u30c4\u30a8\u30ea\u30a2\u306b\u5236\u9650\u3059\u308b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "post_type": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u3092\u53d6\u5f97\u3059\u308b\u6295\u7a3f\u30bf\u30a4\u30d7\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u3092\u8b58\u5225\u3059\u308b\u56fa\u6709\u306e\u30b9\u30e9\u30c3\u30b0\u3002",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": true
                        },
                        "theme": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30c6\u30fc\u30de\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30bf\u30a4\u30d7",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "default": "",
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u72b6\u614b\u306e\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "default": "",
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u72b6\u614b\u306e\u3001\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "default": "",
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u8aac\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u72b6\u614b\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u4f5c\u6210\u8005\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u30d1\u30fc\u30c4\u306e\u4f7f\u7528\u3092\u76ee\u7684\u3068\u3057\u305f\u5834\u6240 (\u30d8\u30c3\u30c0\u30fc\u3001\u30d5\u30c3\u30bf\u30fc\u3001\u306a\u3069)",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp\/v2\/template-parts"
                    }
                ]
            }
        },
        "\/wp\/v2\/template-parts\/lookup": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "\u4ee5\u4e0b\u306e\u30d5\u30a9\u30fc\u30eb\u30d0\u30c3\u30af\u3092\u53d6\u5f97\u3059\u308b\u305f\u3081\u306e\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30b9\u30e9\u30c3\u30b0",
                            "type": "string",
                            "required": true
                        },
                        "is_custom": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u304c\u30ab\u30b9\u30bf\u30e0\u3067\u3042\u308b\u304b\u3001\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u968e\u5c64\u306e\u4e00\u90e8\u3067\u3042\u308b\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059",
                            "type": "boolean",
                            "required": false
                        },
                        "template_prefix": {
                            "description": "\u4f5c\u6210\u3055\u308c\u305f\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u63a5\u982d\u8f9e\u3002\u3053\u308c\u306f\u30e1\u30a4\u30f3\u306e\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u30bf\u30a4\u30d7\u3092\u62bd\u51fa\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3055\u308c\u307e\u3059 (\u4f8b: \"taxonomy-blocks\"\u3067\u306f\u3001\"taxonomy\" \u304c\u62bd\u51fa\u3055\u308c\u307e\u3059)\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp\/v2\/template-parts\/lookup"
                    }
                ]
            }
        },
        "\/wp\/v2\/template-parts\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e ID",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e ID",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u3092\u8b58\u5225\u3059\u308b\u56fa\u6709\u306e\u30b9\u30e9\u30c3\u30b0\u3002",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30c6\u30fc\u30de\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30bf\u30a4\u30d7",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u72b6\u614b\u306e\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u72b6\u614b\u306e\u3001\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u8aac\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u72b6\u614b\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u4f5c\u6210\u8005\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u30d1\u30fc\u30c4\u306e\u4f7f\u7528\u3092\u76ee\u7684\u3068\u3057\u305f\u5834\u6240 (\u30d8\u30c3\u30c0\u30fc\u3001\u30d5\u30c3\u30bf\u30fc\u3001\u306a\u3069)",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e ID",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30b4\u30df\u7bb1\u306b\u5165\u308c\u305a\u306b\u5f37\u5236\u7684\u306b\u524a\u9664\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6295\u7a3f\u306e\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u691c\u7d22\u3059\u308b\u5217\u540d\u306e\u914d\u5217\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u7279\u5b9a\u306e\u30b9\u30e9\u30c3\u30b0\u3092\u6301\u3064\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u30b9\u30c6\u30fc\u30bf\u30b9\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp\/v2\/navigation"
                    }
                ]
            }
        },
        "\/wp\/v2\/navigation\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306e\u6295\u7a3f\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30b4\u30df\u7bb1\u306b\u5165\u308c\u305a\u306b\u5f37\u5236\u7684\u306b\u524a\u9664\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3073\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u304c\u30b4\u30df\u7bb1\u6a5f\u80fd\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u306a\u3044\u305f\u3081\u3001true \u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/font-families": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6295\u7a3f\u306e\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "id",
                            "enum": [
                                "id",
                                "include"
                            ],
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u7279\u5b9a\u306e\u30b9\u30e9\u30c3\u30b0\u3092\u6301\u3064\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "theme_json_version": {
                            "description": "\u30bf\u30a4\u30dd\u30b0\u30e9\u30d5\u30a3\u8a2d\u5b9a\u306b\u4f7f\u7528\u3055\u308c\u308b theme.json \u30b9\u30ad\u30fc\u30de\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                            "type": "integer",
                            "default": 2,
                            "minimum": 2,
                            "maximum": 2,
                            "required": false
                        },
                        "font_family_settings": {
                            "description": "\u6587\u5b57\u5217\u3067\u30a8\u30f3\u30b3\u30fc\u30c9\u3055\u308c\u305f theme.json \u5f62\u5f0f\u306e font-family \u306e\u5ba3\u8a00\u3002",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp\/v2\/font-families"
                    }
                ]
            }
        },
        "\/wp\/v2\/font-families\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "theme_json_version": {
                            "description": "\u30bf\u30a4\u30dd\u30b0\u30e9\u30d5\u30a3\u8a2d\u5b9a\u306b\u4f7f\u7528\u3055\u308c\u308b theme.json \u30b9\u30ad\u30fc\u30de\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                            "type": "integer",
                            "default": 2,
                            "minimum": 2,
                            "maximum": 2,
                            "required": false
                        },
                        "font_family_settings": {
                            "description": "\u6587\u5b57\u5217\u3067\u30a8\u30f3\u30b3\u30fc\u30c9\u3055\u308c\u305f theme.json \u5f62\u5f0f\u306e font-family \u306e\u5ba3\u8a00\u3002",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30b4\u30df\u7bb1\u306b\u5165\u308c\u305a\u306b\u5f37\u5236\u7684\u306b\u524a\u9664\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/font-families\/(?P<font_family_id>[\\d]+)\/font-faces": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "\u30d5\u30a9\u30f3\u30c8\u30d5\u30a7\u30a4\u30b9\u306e\u89aa\u30d5\u30a9\u30f3\u30c8\u30d5\u30a1\u30df\u30ea\u30fc\u306e ID\u3002",
                            "type": "integer",
                            "required": true
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6295\u7a3f\u306e\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "id",
                            "enum": [
                                "id",
                                "include"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "\u30d5\u30a9\u30f3\u30c8\u30d5\u30a7\u30a4\u30b9\u306e\u89aa\u30d5\u30a9\u30f3\u30c8\u30d5\u30a1\u30df\u30ea\u30fc\u306e ID\u3002",
                            "type": "integer",
                            "required": true
                        },
                        "theme_json_version": {
                            "description": "\u30bf\u30a4\u30dd\u30b0\u30e9\u30d5\u30a3\u8a2d\u5b9a\u306b\u4f7f\u7528\u3055\u308c\u308b theme.json \u30b9\u30ad\u30fc\u30de\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                            "type": "integer",
                            "default": 2,
                            "minimum": 2,
                            "maximum": 2,
                            "required": false
                        },
                        "font_face_settings": {
                            "description": "\u6587\u5b57\u5217\u3067\u30a8\u30f3\u30b3\u30fc\u30c9\u3055\u308c\u305f theme.json \u5f62\u5f0f\u306e font-face \u306e\u5ba3\u8a00\u3002",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/font-families\/(?P<font_family_id>[\\d]+)\/font-faces\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "\u30d5\u30a9\u30f3\u30c8\u30d5\u30a7\u30a4\u30b9\u306e\u89aa\u30d5\u30a9\u30f3\u30c8\u30d5\u30a1\u30df\u30ea\u30fc\u306e ID\u3002",
                            "type": "integer",
                            "required": true
                        },
                        "id": {
                            "description": "\u30d5\u30a9\u30f3\u30c8\u30d5\u30a7\u30a4\u30b9\u306e\u4e00\u610f\u306e\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": true
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "\u30d5\u30a9\u30f3\u30c8\u30d5\u30a7\u30a4\u30b9\u306e\u89aa\u30d5\u30a9\u30f3\u30c8\u30d5\u30a1\u30df\u30ea\u30fc\u306e ID\u3002",
                            "type": "integer",
                            "required": true
                        },
                        "id": {
                            "description": "\u30d5\u30a9\u30f3\u30c8\u30d5\u30a7\u30a4\u30b9\u306e\u4e00\u610f\u306e\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": true
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30b4\u30df\u7bb1\u306b\u5165\u308c\u305a\u306b\u5f37\u5236\u7684\u306b\u524a\u9664\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/elementor_library": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "\u7279\u5b9a\u306e\u6295\u7a3f\u8005\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\u7279\u5b9a\u306e\u6295\u7a3f\u8005\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6295\u7a3f\u306e\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u691c\u7d22\u3059\u308b\u5217\u540d\u306e\u914d\u5217\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u7279\u5b9a\u306e\u30b9\u30e9\u30c3\u30b0\u3092\u6301\u3064\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u30b9\u30c6\u30fc\u30bf\u30b9\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6295\u7a3f\u8005\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "\u6295\u7a3f\u306e\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u3068\u306a\u308b\u30e1\u30c7\u30a3\u30a2\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "ocean_post_layout": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_both_sidebars_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_both_sidebars_content_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_both_sidebars_sidebars_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_sidebar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_second_sidebar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_margins": {
                                    "type": "string",
                                    "description": "",
                                    "default": "enable"
                                },
                                "ocean_add_body_class": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_has_shortcode": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_display_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_display_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_header_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_center_header_left_menu": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_custom_header_template": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_custom_logo": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_retina_logo": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_tablet_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_mobile_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_tablet_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_mobile_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_header_custom_menu": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_family": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_subset": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_size": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": "px"
                                },
                                "ocean_menu_typo_font_weight": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_weight_tablet": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_weight_mobile": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform_tablet": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform_mobile": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_line_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_spacing": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color_hover": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color_active": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_hover_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_active_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_links_bg": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_hover_links_bg": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_hover_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_disable_heading": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_post_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_subheading": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_background_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_background": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_post_title_bg_image_position": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_attachment": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_repeat": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_size": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_post_title_bg_overlay": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0.5
                                },
                                "ocean_post_title_bg_overlay_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_breadcrumbs": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_breadcrumbs_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_separator_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_links_hover_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_display_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_display_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_custom_footer_template": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "title": "Elementor edit mode",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "title": "Elementor template type",
                                    "enum": [
                                        "not-supported",
                                        "page",
                                        "section",
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "wpr-theme-builder",
                                        "wpr-popups",
                                        "kit",
                                        "landing-page",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "title": "Elementor data",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "title": "Elementor page settings",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp\/v2\/elementor_library"
                    }
                ]
            }
        },
        "\/wp\/v2\/elementor_library\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306e\u6295\u7a3f\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6295\u7a3f\u8005\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "\u6295\u7a3f\u306e\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u3068\u306a\u308b\u30e1\u30c7\u30a3\u30a2\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "ocean_post_layout": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_both_sidebars_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_both_sidebars_content_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_both_sidebars_sidebars_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_sidebar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_second_sidebar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_margins": {
                                    "type": "string",
                                    "description": "",
                                    "default": "enable"
                                },
                                "ocean_add_body_class": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_has_shortcode": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_display_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_display_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_header_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_center_header_left_menu": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_custom_header_template": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_custom_logo": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_retina_logo": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_tablet_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_mobile_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_tablet_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_mobile_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_header_custom_menu": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_family": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_subset": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_size": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": "px"
                                },
                                "ocean_menu_typo_font_weight": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_weight_tablet": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_weight_mobile": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform_tablet": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform_mobile": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_line_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_spacing": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color_hover": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color_active": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_hover_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_active_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_links_bg": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_hover_links_bg": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_hover_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_disable_heading": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_post_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_subheading": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_background_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_background": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_post_title_bg_image_position": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_attachment": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_repeat": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_size": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_post_title_bg_overlay": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0.5
                                },
                                "ocean_post_title_bg_overlay_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_breadcrumbs": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_breadcrumbs_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_separator_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_links_hover_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_display_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_display_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_custom_footer_template": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "title": "Elementor edit mode",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "title": "Elementor template type",
                                    "enum": [
                                        "not-supported",
                                        "page",
                                        "section",
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "wpr-theme-builder",
                                        "wpr-popups",
                                        "kit",
                                        "landing-page",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "title": "Elementor data",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "title": "Elementor page settings",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30b4\u30df\u7bb1\u306b\u5165\u308c\u305a\u306b\u5f37\u5236\u7684\u306b\u524a\u9664\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/elementor_library\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3073\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/elementor_library\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u304c\u30b4\u30df\u7bb1\u6a5f\u80fd\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u306a\u3044\u305f\u3081\u3001true \u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/elementor_library\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6295\u7a3f\u8005\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "\u6295\u7a3f\u306e\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u3068\u306a\u308b\u30e1\u30c7\u30a3\u30a2\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "ocean_post_layout": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_both_sidebars_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_both_sidebars_content_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_both_sidebars_sidebars_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_sidebar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_second_sidebar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_margins": {
                                    "type": "string",
                                    "description": "",
                                    "default": "enable"
                                },
                                "ocean_add_body_class": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_has_shortcode": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_display_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_display_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_header_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_center_header_left_menu": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_custom_header_template": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_custom_logo": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_retina_logo": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_tablet_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_mobile_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_tablet_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_mobile_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_header_custom_menu": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_family": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_subset": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_size": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": "px"
                                },
                                "ocean_menu_typo_font_weight": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_weight_tablet": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_weight_mobile": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform_tablet": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform_mobile": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_line_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_spacing": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color_hover": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color_active": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_hover_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_active_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_links_bg": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_hover_links_bg": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_hover_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_disable_heading": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_post_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_subheading": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_background_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_background": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_post_title_bg_image_position": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_attachment": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_repeat": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_size": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_post_title_bg_overlay": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0.5
                                },
                                "ocean_post_title_bg_overlay_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_breadcrumbs": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_breadcrumbs_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_separator_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_links_hover_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_display_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_display_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_custom_footer_template": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "title": "Elementor edit mode",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "title": "Elementor template type",
                                    "enum": [
                                        "not-supported",
                                        "page",
                                        "section",
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "wpr-theme-builder",
                                        "wpr-popups",
                                        "kit",
                                        "landing-page",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "title": "Elementor data",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "title": "Elementor page settings",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/elementor_library\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/elementskit-content": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6295\u7a3f\u306e\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u7279\u5b9a\u306e\u89aa ID \u306b\u5c5e\u3059\u308b\u9805\u76ee\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u7279\u5b9a\u306e\u89aa ID \u306b\u5c5e\u3055\u306a\u3044\u9805\u76ee\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u691c\u7d22\u3059\u308b\u5217\u540d\u306e\u914d\u5217\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u7279\u5b9a\u306e\u30b9\u30e9\u30c3\u30b0\u3092\u6301\u3064\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u30b9\u30c6\u30fc\u30bf\u30b9\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u89aa\u6295\u7a3f\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp\/v2\/elementskit-content"
                    }
                ]
            }
        },
        "\/wp\/v2\/elementskit-content\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306e\u6295\u7a3f\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u89aa\u6295\u7a3f\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30b4\u30df\u7bb1\u306b\u5165\u308c\u305a\u306b\u5f37\u5236\u7684\u306b\u524a\u9664\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/elementskit-content\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3073\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/elementskit-content\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u304c\u30b4\u30df\u7bb1\u6a5f\u80fd\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u306a\u3044\u305f\u3081\u3001true \u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/elementskit-content\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u6295\u7a3f\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/elementskit-content\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/elementskit-template": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6295\u7a3f\u306e\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u691c\u7d22\u3059\u308b\u5217\u540d\u306e\u914d\u5217\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u7279\u5b9a\u306e\u30b9\u30e9\u30c3\u30b0\u3092\u6301\u3064\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u30b9\u30c6\u30fc\u30bf\u30b9\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "\u6295\u7a3f\u306e\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u3068\u306a\u308b\u30e1\u30c7\u30a3\u30a2\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp\/v2\/elementskit-template"
                    }
                ]
            }
        },
        "\/wp\/v2\/elementskit-template\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306e\u6295\u7a3f\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "\u6295\u7a3f\u306e\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u3068\u306a\u308b\u30e1\u30c7\u30a3\u30a2\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30b4\u30df\u7bb1\u306b\u5165\u308c\u305a\u306b\u5f37\u5236\u7684\u306b\u524a\u9664\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/elementskit-template\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3073\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/elementskit-template\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u304c\u30b4\u30df\u7bb1\u6a5f\u80fd\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u306a\u3044\u305f\u3081\u3001true \u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/elementskit-template\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "\u6295\u7a3f\u306e\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u3068\u306a\u308b\u30e1\u30c7\u30a3\u30a2\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/elementskit-template\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/oceanwp_library": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "\u7279\u5b9a\u306e\u6295\u7a3f\u8005\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\u7279\u5b9a\u306e\u6295\u7a3f\u8005\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6295\u7a3f\u306e\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u691c\u7d22\u3059\u308b\u5217\u540d\u306e\u914d\u5217\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u7279\u5b9a\u306e\u30b9\u30e9\u30c3\u30b0\u3092\u6301\u3064\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u30b9\u30c6\u30fc\u30bf\u30b9\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6295\u7a3f\u8005\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "\u6295\u7a3f\u306e\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u3068\u306a\u308b\u30e1\u30c7\u30a3\u30a2\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "ocean_post_layout": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_both_sidebars_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_both_sidebars_content_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_both_sidebars_sidebars_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_sidebar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_second_sidebar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_margins": {
                                    "type": "string",
                                    "description": "",
                                    "default": "enable"
                                },
                                "ocean_add_body_class": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_has_shortcode": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_display_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_display_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_header_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_center_header_left_menu": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_custom_header_template": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_custom_logo": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_retina_logo": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_tablet_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_mobile_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_tablet_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_mobile_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_header_custom_menu": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_family": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_subset": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_size": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": "px"
                                },
                                "ocean_menu_typo_font_weight": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_weight_tablet": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_weight_mobile": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform_tablet": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform_mobile": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_line_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_spacing": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color_hover": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color_active": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_hover_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_active_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_links_bg": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_hover_links_bg": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_hover_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_disable_heading": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_post_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_subheading": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_background_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_background": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_post_title_bg_image_position": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_attachment": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_repeat": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_size": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_post_title_bg_overlay": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0.5
                                },
                                "ocean_post_title_bg_overlay_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_breadcrumbs": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_breadcrumbs_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_separator_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_links_hover_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_display_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_display_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_custom_footer_template": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "title": "Elementor edit mode",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "title": "Elementor template type",
                                    "enum": [
                                        "not-supported",
                                        "page",
                                        "section",
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "wpr-theme-builder",
                                        "wpr-popups",
                                        "kit",
                                        "landing-page",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "title": "Elementor data",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "title": "Elementor page settings",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp\/v2\/oceanwp_library"
                    }
                ]
            }
        },
        "\/wp\/v2\/oceanwp_library\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306e\u6295\u7a3f\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6295\u7a3f\u8005\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "\u6295\u7a3f\u306e\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u3068\u306a\u308b\u30e1\u30c7\u30a3\u30a2\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "ocean_post_layout": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_both_sidebars_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_both_sidebars_content_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_both_sidebars_sidebars_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_sidebar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_second_sidebar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_margins": {
                                    "type": "string",
                                    "description": "",
                                    "default": "enable"
                                },
                                "ocean_add_body_class": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_has_shortcode": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_display_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_display_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_header_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_center_header_left_menu": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_custom_header_template": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_custom_logo": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_retina_logo": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_tablet_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_mobile_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_tablet_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_mobile_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_header_custom_menu": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_family": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_subset": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_size": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": "px"
                                },
                                "ocean_menu_typo_font_weight": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_weight_tablet": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_weight_mobile": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform_tablet": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform_mobile": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_line_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_spacing": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color_hover": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color_active": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_hover_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_active_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_links_bg": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_hover_links_bg": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_hover_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_disable_heading": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_post_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_subheading": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_background_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_background": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_post_title_bg_image_position": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_attachment": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_repeat": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_size": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_post_title_bg_overlay": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0.5
                                },
                                "ocean_post_title_bg_overlay_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_breadcrumbs": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_breadcrumbs_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_separator_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_links_hover_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_display_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_display_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_custom_footer_template": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "title": "Elementor edit mode",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "title": "Elementor template type",
                                    "enum": [
                                        "not-supported",
                                        "page",
                                        "section",
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "wpr-theme-builder",
                                        "wpr-popups",
                                        "kit",
                                        "landing-page",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "title": "Elementor data",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "title": "Elementor page settings",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30b4\u30df\u7bb1\u306b\u5165\u308c\u305a\u306b\u5f37\u5236\u7684\u306b\u524a\u9664\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/oceanwp_library\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3073\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/oceanwp_library\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u304c\u30b4\u30df\u7bb1\u6a5f\u80fd\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u306a\u3044\u305f\u3081\u3001true \u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/oceanwp_library\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6295\u7a3f\u8005\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "\u6295\u7a3f\u306e\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u3068\u306a\u308b\u30e1\u30c7\u30a3\u30a2\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "ocean_post_layout": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_both_sidebars_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_both_sidebars_content_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_both_sidebars_sidebars_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_sidebar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_second_sidebar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_margins": {
                                    "type": "string",
                                    "description": "",
                                    "default": "enable"
                                },
                                "ocean_add_body_class": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_has_shortcode": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_before_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_shortcode_after_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_display_top_bar": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_display_header": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_header_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_center_header_left_menu": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_custom_header_template": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_custom_logo": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_retina_logo": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_tablet_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_mobile_max_width": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_tablet_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_custom_logo_mobile_max_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_header_custom_menu": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_family": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_subset": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_size": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_font_size_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": "px"
                                },
                                "ocean_menu_typo_font_weight": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_weight_tablet": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_font_weight_mobile": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform_tablet": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_transform_mobile": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_line_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_line_height_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_typo_spacing": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_tablet": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_mobile": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_menu_typo_spacing_unit": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color_hover": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_color_active": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_hover_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_link_active_background": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_links_bg": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_hover_links_bg": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_menu_social_hover_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_disable_heading": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_post_title": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_subheading": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_style": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_background_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_background": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_post_title_bg_image_position": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_attachment": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_repeat": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_bg_image_size": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_post_title_height": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0
                                },
                                "ocean_post_title_bg_overlay": {
                                    "type": "number",
                                    "description": "",
                                    "default": 0.5
                                },
                                "ocean_post_title_bg_overlay_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_disable_breadcrumbs": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_breadcrumbs_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_separator_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_links_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_breadcrumbs_links_hover_color": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "ocean_display_footer_widgets": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_display_footer_bottom": {
                                    "type": "string",
                                    "description": "",
                                    "default": "default"
                                },
                                "ocean_custom_footer_template": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                },
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "title": "Elementor edit mode",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "title": "Elementor template type",
                                    "enum": [
                                        "not-supported",
                                        "page",
                                        "section",
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "wpr-theme-builder",
                                        "wpr-popups",
                                        "kit",
                                        "landing-page",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "title": "Elementor data",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "title": "Elementor page settings",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/oceanwp_library\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/rm_content_editor": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6295\u7a3f\u306e\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u691c\u7d22\u3059\u308b\u5217\u540d\u306e\u914d\u5217\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u7279\u5b9a\u306e\u30b9\u30e9\u30c3\u30b0\u3092\u6301\u3064\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u30b9\u30c6\u30fc\u30bf\u30b9\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp\/v2\/rm_content_editor"
                    }
                ]
            }
        },
        "\/wp\/v2\/rm_content_editor\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306e\u6295\u7a3f\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30b4\u30df\u7bb1\u306b\u5165\u308c\u305a\u306b\u5f37\u5236\u7684\u306b\u524a\u9664\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/rm_content_editor\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/rm_content_editor\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp\/v2\/types"
                    }
                ]
            }
        },
        "\/wp\/v2\/types\/(?P<type>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "type": {
                            "description": "\u6295\u7a3f\u30bf\u30a4\u30d7\u306e\u82f1\u6570\u5b57\u306e\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/statuses": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp\/v2\/statuses"
                    }
                ]
            }
        },
        "\/wp\/v2\/statuses\/(?P<status>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "status": {
                            "description": "\u30b9\u30c6\u30fc\u30bf\u30b9\u306e\u82f1\u6570\u5b57\u306e\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/taxonomies": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "type": {
                            "description": "\u7279\u5b9a\u306e\u6295\u7a3f\u30bf\u30a4\u30d7\u306b\u95a2\u9023\u4ed8\u3051\u3089\u308c\u305f\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u306b\u7d50\u679c\u3092\u5236\u9650\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp\/v2\/taxonomies"
                    }
                ]
            }
        },
        "\/wp\/v2\/taxonomies\/(?P<taxonomy>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "taxonomy": {
                            "description": "\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u306e\u82f1\u6570\u5b57\u306e\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/categories": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u30bf\u30fc\u30e0\u306e\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u3069\u306e\u6295\u7a3f\u306b\u3082\u5272\u308a\u5f53\u3066\u3089\u308c\u3066\u3044\u306a\u3044\u30bf\u30fc\u30e0\u3092\u975e\u8868\u793a\u306b\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "\u7279\u5b9a\u306e\u89aa\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u30bf\u30fc\u30e0\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "\u7279\u5b9a\u306e\u6295\u7a3f\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u30bf\u30fc\u30e0\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u7279\u5b9a\u306e\u30b9\u30e9\u30c3\u30b0\u3092\u6301\u3064\u30bf\u30fc\u30e0\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "\u30bf\u30fc\u30e0\u306e HTML \u306e\u8aac\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u30bf\u30fc\u30e0\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u30bf\u30fc\u30e0\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u89aa\u306e\u30bf\u30fc\u30e0 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp\/v2\/categories"
                    }
                ]
            }
        },
        "\/wp\/v2\/categories\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u30bf\u30fc\u30e0\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u30bf\u30fc\u30e0\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u30bf\u30fc\u30e0\u306e HTML \u306e\u8aac\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u30bf\u30fc\u30e0\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u30bf\u30fc\u30e0\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u89aa\u306e\u30bf\u30fc\u30e0 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u30bf\u30fc\u30e0\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30bf\u30fc\u30e0\u304c\u30b4\u30df\u7bb1\u6a5f\u80fd\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u306a\u3044\u305f\u3081\u3001true \u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/tags": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u30bf\u30fc\u30e0\u306e\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u3069\u306e\u6295\u7a3f\u306b\u3082\u5272\u308a\u5f53\u3066\u3089\u308c\u3066\u3044\u306a\u3044\u30bf\u30fc\u30e0\u3092\u975e\u8868\u793a\u306b\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "\u7279\u5b9a\u306e\u6295\u7a3f\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u30bf\u30fc\u30e0\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u7279\u5b9a\u306e\u30b9\u30e9\u30c3\u30b0\u3092\u6301\u3064\u30bf\u30fc\u30e0\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "\u30bf\u30fc\u30e0\u306e HTML \u306e\u8aac\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u30bf\u30fc\u30e0\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u30bf\u30fc\u30e0\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp\/v2\/tags"
                    }
                ]
            }
        },
        "\/wp\/v2\/tags\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u30bf\u30fc\u30e0\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u30bf\u30fc\u30e0\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u30bf\u30fc\u30e0\u306e HTML \u306e\u8aac\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u30bf\u30fc\u30e0\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u30bf\u30fc\u30e0\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u30bf\u30fc\u30e0\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30bf\u30fc\u30e0\u304c\u30b4\u30df\u7bb1\u6a5f\u80fd\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u306a\u3044\u305f\u3081\u3001true \u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menus": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u30bf\u30fc\u30e0\u306e\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u3069\u306e\u6295\u7a3f\u306b\u3082\u5272\u308a\u5f53\u3066\u3089\u308c\u3066\u3044\u306a\u3044\u30bf\u30fc\u30e0\u3092\u975e\u8868\u793a\u306b\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "\u7279\u5b9a\u306e\u6295\u7a3f\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u30bf\u30fc\u30e0\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u7279\u5b9a\u306e\u30b9\u30e9\u30c3\u30b0\u3092\u6301\u3064\u30bf\u30fc\u30e0\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "\u30bf\u30fc\u30e0\u306e HTML \u306e\u8aac\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u30bf\u30fc\u30e0\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u30bf\u30fc\u30e0\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "locations": {
                            "description": "\u30e1\u30cb\u30e5\u30fc\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u4f4d\u7f6e\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "auto_add": {
                            "description": "\u81ea\u52d5\u7684\u306b\u30c8\u30c3\u30d7\u30ec\u30d9\u30eb\u306e\u30da\u30fc\u30b8\u3092\u3053\u306e\u30e1\u30cb\u30e5\u30fc\u306b\u8ffd\u52a0\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp\/v2\/menus"
                    }
                ]
            }
        },
        "\/wp\/v2\/menus\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u30bf\u30fc\u30e0\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u30bf\u30fc\u30e0\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u30bf\u30fc\u30e0\u306e HTML \u306e\u8aac\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u30bf\u30fc\u30e0\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u30bf\u30fc\u30e0\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "locations": {
                            "description": "\u30e1\u30cb\u30e5\u30fc\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u4f4d\u7f6e\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "auto_add": {
                            "description": "\u81ea\u52d5\u7684\u306b\u30c8\u30c3\u30d7\u30ec\u30d9\u30eb\u306e\u30da\u30fc\u30b8\u3092\u3053\u306e\u30e1\u30cb\u30e5\u30fc\u306b\u8ffd\u52a0\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u30bf\u30fc\u30e0\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30bf\u30fc\u30e0\u304c\u30b4\u30df\u7bb1\u6a5f\u80fd\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u306a\u3044\u305f\u3081\u3001true \u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/wp_pattern_category": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u30bf\u30fc\u30e0\u306e\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u3069\u306e\u6295\u7a3f\u306b\u3082\u5272\u308a\u5f53\u3066\u3089\u308c\u3066\u3044\u306a\u3044\u30bf\u30fc\u30e0\u3092\u975e\u8868\u793a\u306b\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "\u7279\u5b9a\u306e\u6295\u7a3f\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u30bf\u30fc\u30e0\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u7279\u5b9a\u306e\u30b9\u30e9\u30c3\u30b0\u3092\u6301\u3064\u30bf\u30fc\u30e0\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "\u30bf\u30fc\u30e0\u306e HTML \u306e\u8aac\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u30bf\u30fc\u30e0\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u30bf\u30fc\u30e0\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp\/v2\/wp_pattern_category"
                    }
                ]
            }
        },
        "\/wp\/v2\/wp_pattern_category\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u30bf\u30fc\u30e0\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u30bf\u30fc\u30e0\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u30bf\u30fc\u30e0\u306e HTML \u306e\u8aac\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u30bf\u30fc\u30e0\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u30bf\u30fc\u30e0\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u30bf\u30fc\u30e0\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30bf\u30fc\u30e0\u304c\u30b4\u30df\u7bb1\u6a5f\u80fd\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u306a\u3044\u305f\u3081\u3001true \u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "name",
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "registered_date",
                                "slug",
                                "include_slugs",
                                "email",
                                "url"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u7279\u5b9a\u306e\u30b9\u30e9\u30c3\u30b0\u3092\u6301\u3064\u30e6\u30fc\u30b6\u30fc\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "roles": {
                            "description": "\u5165\u529b\u3055\u308c\u305f\u3001\u5c11\u306a\u304f\u3068\u3082\u4e00\u3064\u4ee5\u4e0a\u306e\u7279\u5b9a\u306e\u6a29\u9650\u30b0\u30eb\u30fc\u30d7\u306b\u4e00\u81f4\u3059\u308b\u30e6\u30fc\u30b6\u30fc\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002csv \u30d5\u30a1\u30a4\u30eb\u306e\u30ea\u30b9\u30c8\u3001\u3042\u308b\u3044\u306f\u4e00\u3064\u306e\u6a29\u9650\u30b0\u30eb\u30fc\u30d7\u3082\u53ef\u80fd\u3067\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "capabilities": {
                            "description": "\u63d0\u4f9b\u3055\u308c\u305f\u5c11\u306a\u304f\u3068\u3082\u4e00\u3064\u4ee5\u4e0a\u306e\u7279\u5b9a\u306e\u6a29\u9650\u306b\u4e00\u81f4\u3059\u308b\u30e6\u30fc\u30b6\u30fc\u306b\u7d50\u679c\u30bb\u30c3\u30c8\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002csv \u30d5\u30a1\u30a4\u30eb\u306e\u30ea\u30b9\u30c8\u3001\u3042\u308b\u3044\u306f\u4e00\u3064\u306e\u6a29\u9650\u3082\u53ef\u80fd\u3067\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "who": {
                            "description": "\u6295\u7a3f\u8005\u3068\u307f\u306a\u3055\u308c\u308b\u30e6\u30fc\u30b6\u30fc\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3059\u308b\u3002",
                            "type": "string",
                            "enum": [
                                "authors"
                            ],
                            "required": false
                        },
                        "has_published_posts": {
                            "description": "\u6295\u7a3f\u3092\u516c\u958b\u3057\u305f\u30e6\u30fc\u30b6\u30fc\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3059\u308b\u3002",
                            "type": [
                                "boolean",
                                "array"
                            ],
                            "items": {
                                "type": "string",
                                "enum": {
                                    "post": "post",
                                    "page": "page",
                                    "attachment": "attachment",
                                    "nav_menu_item": "nav_menu_item",
                                    "wp_block": "wp_block",
                                    "wp_template": "wp_template",
                                    "wp_template_part": "wp_template_part",
                                    "wp_navigation": "wp_navigation",
                                    "wp_font_family": "wp_font_family",
                                    "wp_font_face": "wp_font_face",
                                    "elementor_library": "elementor_library",
                                    "elementskit_content": "elementskit_content",
                                    "elementskit_template": "elementskit_template",
                                    "oceanwp_library": "oceanwp_library",
                                    "rm_content_editor": "rm_content_editor"
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "username": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u30ed\u30b0\u30a4\u30f3\u540d\u3002",
                            "type": "string",
                            "required": true
                        },
                        "name": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u3001\u30d6\u30ed\u30b0\u4e0a\u306e\u8868\u793a\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u59d3\u3002",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3002",
                            "type": "string",
                            "format": "email",
                            "required": true
                        },
                        "url": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e URL\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u8aac\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u30ed\u30b1\u30fc\u30eb\u3002",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "ar",
                                "de_DE",
                                "en_GB",
                                "fr_FR",
                                "ja",
                                "ko_KR",
                                "pl_PL",
                                "zh_CN"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u30cb\u30c3\u30af\u30cd\u30fc\u30e0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u82f1\u6570\u5b57\u306e\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6a29\u9650\u30b0\u30eb\u30fc\u30d7\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u30d1\u30b9\u30ef\u30fc\u30c9 (\u542b\u307e\u308c\u308b\u3053\u3068\u306f\u3042\u308a\u307e\u305b\u3093)\u3002",
                            "type": "string",
                            "required": true
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "persisted_preferences": {
                                    "type": "object",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "\u8a2d\u5b9a\u304c\u66f4\u65b0\u3055\u308c\u305f\u65e5\u6642\u3067\u3059\u3002",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        },
                        "elementor_introduction": {
                            "description": "Elementor user meta data",
                            "type": "object",
                            "properties": {
                                "ai_get_started": {
                                    "type": "boolean"
                                }
                            },
                            "additionalProperties": true,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp\/v2\/users"
                    }
                ]
            }
        },
        "\/wp\/v2\/users\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "username": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u30ed\u30b0\u30a4\u30f3\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u3001\u30d6\u30ed\u30b0\u4e0a\u306e\u8868\u793a\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u59d3\u3002",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3002",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "url": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e URL\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u8aac\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u30ed\u30b1\u30fc\u30eb\u3002",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "ar",
                                "de_DE",
                                "en_GB",
                                "fr_FR",
                                "ja",
                                "ko_KR",
                                "pl_PL",
                                "zh_CN"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u30cb\u30c3\u30af\u30cd\u30fc\u30e0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u82f1\u6570\u5b57\u306e\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6a29\u9650\u30b0\u30eb\u30fc\u30d7\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u30d1\u30b9\u30ef\u30fc\u30c9 (\u542b\u307e\u308c\u308b\u3053\u3068\u306f\u3042\u308a\u307e\u305b\u3093)\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "persisted_preferences": {
                                    "type": "object",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "\u8a2d\u5b9a\u304c\u66f4\u65b0\u3055\u308c\u305f\u65e5\u6642\u3067\u3059\u3002",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        },
                        "elementor_introduction": {
                            "description": "Elementor user meta data",
                            "type": "object",
                            "properties": {
                                "ai_get_started": {
                                    "type": "boolean"
                                }
                            },
                            "additionalProperties": true,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30e6\u30fc\u30b6\u30fc\u304c\u30b4\u30df\u7bb1\u6a5f\u80fd\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u306a\u3044\u305f\u3081\u3001true \u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002",
                            "required": false
                        },
                        "reassign": {
                            "type": "integer",
                            "description": "\u524a\u9664\u3059\u308b\u30e6\u30fc\u30b6\u30fc\u306e\u6295\u7a3f\u3068\u30ea\u30f3\u30af\u3092\u3001\u6307\u5b9a ID \u306e\u30e6\u30fc\u30b6\u30fc\u306b\u5272\u308a\u5f53\u3066\u307e\u3059\u3002",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users\/me": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "username": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u30ed\u30b0\u30a4\u30f3\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u3001\u30d6\u30ed\u30b0\u4e0a\u306e\u8868\u793a\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u59d3\u3002",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3002",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "url": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e URL\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u8aac\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u30ed\u30b1\u30fc\u30eb\u3002",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "ar",
                                "de_DE",
                                "en_GB",
                                "fr_FR",
                                "ja",
                                "ko_KR",
                                "pl_PL",
                                "zh_CN"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u30cb\u30c3\u30af\u30cd\u30fc\u30e0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u82f1\u6570\u5b57\u306e\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6a29\u9650\u30b0\u30eb\u30fc\u30d7\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u30d1\u30b9\u30ef\u30fc\u30c9 (\u542b\u307e\u308c\u308b\u3053\u3068\u306f\u3042\u308a\u307e\u305b\u3093)\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "persisted_preferences": {
                                    "type": "object",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "\u8a2d\u5b9a\u304c\u66f4\u65b0\u3055\u308c\u305f\u65e5\u6642\u3067\u3059\u3002",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        },
                        "elementor_introduction": {
                            "description": "Elementor user meta data",
                            "type": "object",
                            "properties": {
                                "ai_get_started": {
                                    "type": "boolean"
                                }
                            },
                            "additionalProperties": true,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30e6\u30fc\u30b6\u30fc\u304c\u30b4\u30df\u7bb1\u6a5f\u80fd\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u306a\u3044\u305f\u3081\u3001true \u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002",
                            "required": false
                        },
                        "reassign": {
                            "type": "integer",
                            "description": "\u524a\u9664\u3059\u308b\u30e6\u30fc\u30b6\u30fc\u306e\u6295\u7a3f\u3068\u30ea\u30f3\u30af\u3092\u3001\u6307\u5b9a ID \u306e\u30e6\u30fc\u30b6\u30fc\u306b\u5272\u308a\u5f53\u3066\u307e\u3059\u3002",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp\/v2\/users\/me"
                    }
                ]
            }
        },
        "\/wp\/v2\/users\/(?P<user_id>(?:[\\d]+|me))\/application-passwords": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "app_id": {
                            "description": "\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u304c\u63d0\u4f9b\u3057\u305f\u56fa\u6709\u8b58\u5225\u7528 UUID\u3002UUID v5\u3092 URL \u307e\u305f\u306f DNS \u306e\u540d\u524d\u7a7a\u9593\u3068\u5171\u306b\u4f7f\u3046\u3053\u3068\u3092\u304a\u3059\u3059\u3081\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "uuid",
                            "required": false
                        },
                        "name": {
                            "description": "\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u540d\u79f0\u3002",
                            "type": "string",
                            "minLength": 1,
                            "pattern": ".*\\S.*",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/wp\/v2\/users\/(?P<user_id>(?:[\\d]+|me))\/application-passwords\/introspect": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users\/(?P<user_id>(?:[\\d]+|me))\/application-passwords\/(?P<uuid>[\\w\\-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "app_id": {
                            "description": "\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u304c\u63d0\u4f9b\u3057\u305f\u56fa\u6709\u8b58\u5225\u7528 UUID\u3002UUID v5\u3092 URL \u307e\u305f\u306f DNS \u306e\u540d\u524d\u7a7a\u9593\u3068\u5171\u306b\u4f7f\u3046\u3053\u3068\u3092\u304a\u3059\u3059\u3081\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "uuid",
                            "required": false
                        },
                        "name": {
                            "description": "\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u540d\u79f0\u3002",
                            "type": "string",
                            "minLength": 1,
                            "pattern": ".*\\S.*",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/wp\/v2\/comments": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u516c\u958b\u3055\u308c\u305f\u30b3\u30e1\u30f3\u30c8\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "\u7279\u5b9a\u306e\u30e6\u30fc\u30b6\u30fc ID \u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u30b3\u30e1\u30f3\u30c8\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002\u8a8d\u8a3c\u304c\u5fc5\u8981\u3067\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\u7279\u5b9a\u306e\u30e6\u30fc\u30b6\u30fc ID \u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u30b3\u30e1\u30f3\u30c8\u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002\u8a8d\u8a3c\u304c\u5fc5\u8981\u3067\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "author_email": {
                            "default": null,
                            "description": "\u7279\u5b9a\u306e\u6295\u7a3f\u8005\u306e\u30e1\u30fc\u30eb\u304b\u3089\u306e\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002\u8a8d\u8a3c\u304c\u5fc5\u8981\u3067\u3059\u3002",
                            "format": "email",
                            "type": "string",
                            "required": false
                        },
                        "before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u516c\u958b\u3055\u308c\u305f\u30b3\u30e1\u30f3\u30c8\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u30b3\u30e1\u30f3\u30c8\u306e\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date_gmt",
                            "enum": [
                                "date",
                                "date_gmt",
                                "id",
                                "include",
                                "post",
                                "parent",
                                "type"
                            ],
                            "required": false
                        },
                        "parent": {
                            "default": [],
                            "description": "\u7279\u5b9a\u306e\u89aa ID \u306b\u5c5e\u3059\u308b\u30b3\u30e1\u30f3\u30c8\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_exclude": {
                            "default": [],
                            "description": "\u7279\u5b9a\u306e\u89aa ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "post": {
                            "default": [],
                            "description": "\u7279\u5b9a\u306e\u6295\u7a3f ID \u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u30b3\u30e1\u30f3\u30c8\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "approve",
                            "description": "\u7279\u5b9a\u306e\u30b9\u30c6\u30fc\u30bf\u30b9\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u30b3\u30e1\u30f3\u30c8\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002\u8a8d\u8a3c\u304c\u5fc5\u8981\u3067\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "comment",
                            "description": "\u7279\u5b9a\u306e\u30bf\u30a4\u30d7\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u30b3\u30e1\u30f3\u30c8\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002\u8a8d\u8a3c\u304c\u5fc5\u8981\u3067\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306e\u6295\u7a3f\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "author": {
                            "description": "\u6295\u7a3f\u8005\u304c\u30e6\u30fc\u30b6\u30fc\u3060\u3063\u305f\u5834\u5408\u306e\u3001\u30e6\u30fc\u30b6\u30fc\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "author_email": {
                            "description": "\u30b3\u30e1\u30f3\u30c8\u6295\u7a3f\u8005\u306e\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3002",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "author_ip": {
                            "description": "\u30b3\u30e1\u30f3\u30c8\u6295\u7a3f\u8005\u306e IP \u30a2\u30c9\u30ec\u30b9\u3002",
                            "type": "string",
                            "format": "ip",
                            "required": false
                        },
                        "author_name": {
                            "description": "\u30b3\u30e1\u30f3\u30c8\u4f5c\u6210\u8005\u306e\u540d\u524d\u3092\u8868\u793a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "author_url": {
                            "description": "\u30b3\u30e1\u30f3\u30c8\u6295\u7a3f\u8005\u306e URL\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "author_user_agent": {
                            "description": "\u30b3\u30e1\u30f3\u30c8\u6295\u7a3f\u8005\u306e\u30e6\u30fc\u30b6\u30fc\u30a8\u30fc\u30b8\u30a7\u30f3\u30c8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "\u30b3\u30e1\u30f3\u30c8\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u30b3\u30e1\u30f3\u30c8\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u30b3\u30e1\u30f3\u30c8\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "date": {
                            "description": "\u30b3\u30e1\u30f3\u30c8\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u30b3\u30e1\u30f3\u30c8\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "parent": {
                            "default": 0,
                            "description": "\u89aa\u30b3\u30e1\u30f3\u30c8\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "default": 0,
                            "description": "\u95a2\u9023\u6295\u7a3f\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "\u30b3\u30e1\u30f3\u30c8\u306e\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp\/v2\/comments"
                    }
                ]
            }
        },
        "\/wp\/v2\/comments\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u30b3\u30e1\u30f3\u30c8\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30e1\u30f3\u30c8\u306e\u89aa\u6295\u7a3f\u306e\u30d1\u30b9\u30ef\u30fc\u30c9 (\u6295\u7a3f\u304c\u30d1\u30b9\u30ef\u30fc\u30c9\u4fdd\u8b77\u3055\u308c\u3066\u3044\u308b\u5834\u5408)\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u30b3\u30e1\u30f3\u30c8\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "author": {
                            "description": "\u6295\u7a3f\u8005\u304c\u30e6\u30fc\u30b6\u30fc\u3060\u3063\u305f\u5834\u5408\u306e\u3001\u30e6\u30fc\u30b6\u30fc\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "author_email": {
                            "description": "\u30b3\u30e1\u30f3\u30c8\u6295\u7a3f\u8005\u306e\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3002",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "author_ip": {
                            "description": "\u30b3\u30e1\u30f3\u30c8\u6295\u7a3f\u8005\u306e IP \u30a2\u30c9\u30ec\u30b9\u3002",
                            "type": "string",
                            "format": "ip",
                            "required": false
                        },
                        "author_name": {
                            "description": "\u30b3\u30e1\u30f3\u30c8\u4f5c\u6210\u8005\u306e\u540d\u524d\u3092\u8868\u793a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "author_url": {
                            "description": "\u30b3\u30e1\u30f3\u30c8\u6295\u7a3f\u8005\u306e URL\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "author_user_agent": {
                            "description": "\u30b3\u30e1\u30f3\u30c8\u6295\u7a3f\u8005\u306e\u30e6\u30fc\u30b6\u30fc\u30a8\u30fc\u30b8\u30a7\u30f3\u30c8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "\u30b3\u30e1\u30f3\u30c8\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u30b3\u30e1\u30f3\u30c8\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u30b3\u30e1\u30f3\u30c8\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "date": {
                            "description": "\u30b3\u30e1\u30f3\u30c8\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u30b3\u30e1\u30f3\u30c8\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "parent": {
                            "description": "\u89aa\u30b3\u30e1\u30f3\u30c8\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "\u95a2\u9023\u6295\u7a3f\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "\u30b3\u30e1\u30f3\u30c8\u306e\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u30b3\u30e1\u30f3\u30c8\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30b4\u30df\u7bb1\u306b\u5165\u308c\u305a\u306b\u5f37\u5236\u7684\u306b\u524a\u9664\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30e1\u30f3\u30c8\u306e\u89aa\u6295\u7a3f\u306e\u30d1\u30b9\u30ef\u30fc\u30c9 (\u6295\u7a3f\u304c\u30d1\u30b9\u30ef\u30fc\u30c9\u4fdd\u8b77\u3055\u308c\u3066\u3044\u308b\u5834\u5408)\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/search": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "post",
                            "description": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30bf\u30a4\u30d7\u306e\u30a2\u30a4\u30c6\u30e0\u306e\u7d50\u679c\u3092\u5236\u9650\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "post",
                                "term",
                                "post-format"
                            ],
                            "required": false
                        },
                        "subtype": {
                            "default": "any",
                            "description": "1\u3064\u4ee5\u4e0a\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30b5\u30d6\u30bf\u30a4\u30d7\u306e\u30a2\u30a4\u30c6\u30e0\u306e\u7d50\u679c\u3092\u5236\u9650\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post",
                                    "page",
                                    "elementor_library",
                                    "elementskit_content",
                                    "elementskit_template",
                                    "oceanwp_library",
                                    "category",
                                    "post_tag",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp\/v2\/search"
                    }
                ]
            }
        },
        "\/wp\/v2\/block-renderer\/(?P<name>[a-z0-9-]+\/[a-z0-9-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "\u30d6\u30ed\u30c3\u30af\u306e\u30e6\u30cb\u30fc\u30af\u306a\u767b\u9332\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "\u30d6\u30ed\u30c3\u30af\u306e\u5c5e\u6027\u3002",
                            "type": "object",
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "\u6295\u7a3f\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "namespace": {
                            "description": "\u30d6\u30ed\u30c3\u30af\u540d\u524d\u7a7a\u9593\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp\/v2\/block-types"
                    }
                ]
            }
        },
        "\/wp\/v2\/block-types\/(?P<namespace>[a-zA-Z0-9_-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "namespace": {
                            "description": "\u30d6\u30ed\u30c3\u30af\u540d\u524d\u7a7a\u9593\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-types\/(?P<namespace>[a-zA-Z0-9_-]+)\/(?P<name>[a-zA-Z0-9_-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "name": {
                            "description": "\u30d6\u30ed\u30c3\u30af\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "namespace": {
                            "description": "\u30d6\u30ed\u30c3\u30af\u540d\u524d\u7a7a\u9593\u3002",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u30b0\u30ed\u30fc\u30d0\u30eb\u30b9\u30bf\u30a4\u30eb\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u89aa\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u30b0\u30ed\u30fc\u30d0\u30eb\u30b9\u30bf\u30a4\u30eb\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u4e00\u610f\u306e\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/themes\/(?P<stylesheet>[\\\/\\s%\\w\\.\\(\\)\\[\\]\\@_\\-]+)\/variations": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "stylesheet": {
                            "description": "\u30c6\u30fc\u30de\u8b58\u5225\u5b50",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/themes\/(?P<stylesheet>[^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "stylesheet": {
                            "description": "\u30c6\u30fc\u30de\u8b58\u5225\u5b50",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/(?P<id>[\\\/\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e ID",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "styles": {
                            "description": "\u30b0\u30ed\u30fc\u30d0\u30eb\u30b9\u30bf\u30a4\u30eb\u3002",
                            "type": [
                                "object"
                            ],
                            "required": false
                        },
                        "settings": {
                            "description": "\u30b0\u30ed\u30fc\u30d0\u30eb\u8a2d\u5b9a\u3002",
                            "type": [
                                "object"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "\u30b0\u30ed\u30fc\u30d0\u30eb\u30b9\u30bf\u30a4\u30eb\u30d0\u30ea\u30a8\u30fc\u30b7\u30e7\u30f3\u306e\u30bf\u30a4\u30c8\u30eb",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u5185\u306b\u5b58\u5728\u3059\u308b\u5f62\u3067\u306e\u3001\u30b0\u30ed\u30fc\u30d0\u30eb\u30b9\u30bf\u30a4\u30eb\u30d0\u30ea\u30a8\u30fc\u30b7\u30e7\u30f3\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/settings": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "title": {
                            "description": "\u30b5\u30a4\u30c8\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u30b5\u30a4\u30c8\u306e\u30ad\u30e3\u30c3\u30c1\u30d5\u30ec\u30fc\u30ba\u3002",
                            "type": "string",
                            "required": false
                        },
                        "timezone": {
                            "description": "\u73fe\u5728\u5730\u3068\u540c\u3058\u30bf\u30a4\u30e0\u30be\u30fc\u30f3\u306e\u90fd\u5e02\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_format": {
                            "description": "\u65e5\u4ed8\u6587\u5b57\u5217\u306e\u66f8\u5f0f\u3002",
                            "type": "string",
                            "required": false
                        },
                        "time_format": {
                            "description": "\u6642\u523b\u6587\u5b57\u5217\u306e\u66f8\u5f0f\u3002",
                            "type": "string",
                            "required": false
                        },
                        "start_of_week": {
                            "description": "\u9031\u306e\u59cb\u307e\u308a\u306e\u66dc\u65e5\u756a\u53f7\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "language": {
                            "description": "WordPress \u306e\u30ed\u30b1\u30fc\u30eb\u30b3\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "use_smilies": {
                            "description": ":-) \u3084 :-P \u306a\u3069\u306e\u9854\u6587\u5b57\u3092\u7d75\u6587\u5b57\u306b\u5909\u63db\u3057\u307e\u3059\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "default_category": {
                            "description": "\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u6295\u7a3f\u30ab\u30c6\u30b4\u30ea\u30fc\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "default_post_format": {
                            "description": "\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u6295\u7a3f\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "posts_per_page": {
                            "description": "\u8868\u793a\u3059\u308b\u6700\u5927\u6295\u7a3f\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "show_on_front": {
                            "description": "\u30d5\u30ed\u30f3\u30c8\u30da\u30fc\u30b8\u306b\u8868\u793a\u3059\u308b\u5185\u5bb9",
                            "type": "string",
                            "required": false
                        },
                        "page_on_front": {
                            "description": "\u30d5\u30ed\u30f3\u30c8\u30da\u30fc\u30b8\u306b\u8868\u793a\u3059\u308b\u30da\u30fc\u30b8\u306e ID",
                            "type": "integer",
                            "required": false
                        },
                        "page_for_posts": {
                            "description": "\u6700\u65b0\u306e\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u30da\u30fc\u30b8\u306e ID",
                            "type": "integer",
                            "required": false
                        },
                        "default_ping_status": {
                            "description": "\u65b0\u3057\u3044\u8a18\u4e8b\u306b\u5bfe\u3057\u4ed6\u306e\u30d6\u30ed\u30b0\u304b\u3089\u306e\u901a\u77e5 (\u30d4\u30f3\u30d0\u30c3\u30af\u30fb\u30c8\u30e9\u30c3\u30af\u30d0\u30c3\u30af) \u3092\u53d7\u3051\u4ed8\u3051\u308b\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "default_comment_status": {
                            "description": "\u65b0\u3057\u3044\u6295\u7a3f\u3078\u306e\u30b3\u30e1\u30f3\u30c8\u3092\u8a31\u53ef\u3059\u308b\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "site_logo": {
                            "description": "\u30b5\u30a4\u30c8\u30ed\u30b4\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "site_icon": {
                            "description": "\u30b5\u30a4\u30c8\u30a2\u30a4\u30b3\u30f3\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp\/v2\/settings"
                    }
                ]
            }
        },
        "\/wp\/v2\/themes": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "status": {
                            "description": "1\u3064\u4ee5\u4e0a\u306e\u30b9\u30c6\u30fc\u30bf\u30b9\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u30c6\u30fc\u30de\u306b\u7d50\u679c\u3092\u7d5e\u308a\u8fbc\u3080\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "active",
                                    "inactive"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp\/v2\/themes"
                    }
                ]
            }
        },
        "\/wp\/v2\/themes\/(?P<stylesheet>[^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "stylesheet": {
                            "description": "\u30c6\u30fc\u30de\u306e\u30b9\u30bf\u30a4\u30eb\u30b7\u30fc\u30c8\u3002\u30c6\u30fc\u30de\u3092\u4e00\u610f\u306b\u8b58\u5225\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/plugins": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6307\u5b9a\u3057\u305f\u30b9\u30c6\u30fc\u30bf\u30b9\u306b\u4e00\u81f4\u3059\u308b\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u307f\u306b\u7d50\u679c\u3092\u5236\u9650\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "inactive",
                                    "active",
                                    "network-active"
                                ]
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "WordPress.org \u30d7\u30e9\u30b0\u30a4\u30f3\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306e\u30b9\u30e9\u30c3\u30b0\u3002",
                            "pattern": "[\\w\\-]+",
                            "required": true
                        },
                        "status": {
                            "description": "\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u6709\u52b9\u5316\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "inactive",
                                "active",
                                "network-active"
                            ],
                            "default": "inactive",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp\/v2\/plugins"
                    }
                ]
            }
        },
        "\/wp\/v2\/plugins\/(?P<plugin>[^.\\\/]+(?:\\\/[^.\\\/]+)?)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        },
                        "status": {
                            "description": "\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u6709\u52b9\u5316\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "inactive",
                                "active",
                                "network-active"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sidebars": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp\/v2\/sidebars"
                    }
                ]
            }
        },
        "\/wp\/v2\/sidebars\/(?P<id>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u767b\u9332\u3055\u308c\u305f\u30b5\u30a4\u30c9\u30d0\u30fc\u306e ID",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "widgets": {
                            "description": "\u30cd\u30b9\u30c8\u3057\u305f\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u3002",
                            "type": "array",
                            "items": {
                                "type": [
                                    "object",
                                    "string"
                                ]
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widget-types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp\/v2\/widget-types"
                    }
                ]
            }
        },
        "\/wp\/v2\/widget-types\/(?P<id>[a-zA-Z0-9_-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u30bf\u30a4\u30d7 ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widget-types\/(?P<id>[a-zA-Z0-9_-]+)\/encode": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u30bf\u30a4\u30d7 ID\u3002",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u306e\u73fe\u5728\u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u8a2d\u5b9a\u3002",
                            "type": "object",
                            "required": false
                        },
                        "form_data": {
                            "description": "\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u8a2d\u5b9a\u306b\u30a8\u30f3\u30b3\u30fc\u30c9\u3055\u308c\u308b\u30b7\u30ea\u30a2\u30eb\u5316\u3055\u308c\u305f\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u306e\u30d5\u30a9\u30fc\u30e0\u30c7\u30fc\u30bf\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widget-types\/(?P<id>[a-zA-Z0-9_-]+)\/render": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u30bf\u30a4\u30d7 ID\u3002",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u306e\u73fe\u5728\u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u8a2d\u5b9a\u3002",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widgets": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "sidebar": {
                            "description": "\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u3092\u623b\u3059\u305f\u3081\u306e\u30b5\u30a4\u30c9\u30d0\u30fc\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "id_base": {
                            "description": "\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u306e\u30bf\u30a4\u30d7\u3002widget-types \u30a8\u30f3\u30c9\u30dd\u30a4\u30f3\u30c8\u306e ID \u3068\u5bfe\u5fdc\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sidebar": {
                            "default": "wp_inactive_widgets",
                            "description": "\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u304c\u5c5e\u3059\u308b\u30b5\u30a4\u30c9\u30d0\u30fc\u3002",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u308b\u5834\u5408\u3001\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u8a2d\u5b9a\u3002",
                            "type": "object",
                            "properties": {
                                "encoded": {
                                    "description": "\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u8a2d\u5b9a\u306e Base64 \u30a8\u30f3\u30b3\u30fc\u30c9\u8868\u73fe\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "hash": {
                                    "description": "\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u8a2d\u5b9a\u306e\u6697\u53f7\u5316\u30cf\u30c3\u30b7\u30e5\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "raw": {
                                    "description": "\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u308b\u5834\u5408\u3001\u30c7\u30b3\u30fc\u30c9\u3057\u305f\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u8a2d\u5b9a\u3002",
                                    "type": "object",
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "form_data": {
                            "description": "\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u7ba1\u7406\u30d5\u30a9\u30fc\u30e0\u304b\u3089 URL \u30a8\u30f3\u30b3\u30fc\u30c9\u3057\u305f\u30d5\u30a9\u30fc\u30e0\u30c7\u30fc\u30bf\u3002\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u306a\u3044\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u306e\u66f4\u65b0\u306b\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002\u66f8\u304d\u8fbc\u307f\u306e\u307f\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp\/v2\/widgets"
                    }
                ]
            }
        },
        "\/wp\/v2\/widgets\/(?P<id>[\\w\\-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "id_base": {
                            "description": "\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u306e\u30bf\u30a4\u30d7\u3002widget-types \u30a8\u30f3\u30c9\u30dd\u30a4\u30f3\u30c8\u306e ID \u3068\u5bfe\u5fdc\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sidebar": {
                            "description": "\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u304c\u5c5e\u3059\u308b\u30b5\u30a4\u30c9\u30d0\u30fc\u3002",
                            "type": "string",
                            "required": false
                        },
                        "instance": {
                            "description": "\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u308b\u5834\u5408\u3001\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u8a2d\u5b9a\u3002",
                            "type": "object",
                            "properties": {
                                "encoded": {
                                    "description": "\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u8a2d\u5b9a\u306e Base64 \u30a8\u30f3\u30b3\u30fc\u30c9\u8868\u73fe\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "hash": {
                                    "description": "\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u8a2d\u5b9a\u306e\u6697\u53f7\u5316\u30cf\u30c3\u30b7\u30e5\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "raw": {
                                    "description": "\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u308b\u5834\u5408\u3001\u30c7\u30b3\u30fc\u30c9\u3057\u305f\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u8a2d\u5b9a\u3002",
                                    "type": "object",
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "form_data": {
                            "description": "\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u7ba1\u7406\u30d5\u30a9\u30fc\u30e0\u304b\u3089 URL \u30a8\u30f3\u30b3\u30fc\u30c9\u3057\u305f\u30d5\u30a9\u30fc\u30e0\u30c7\u30fc\u30bf\u3002\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u306a\u3044\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u306e\u66f4\u65b0\u306b\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002\u66f8\u304d\u8fbc\u307f\u306e\u307f\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "force": {
                            "description": "\u5f37\u5236\u7684\u306b\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u3092\u524a\u9664\u3059\u308b\u304b\u3001\u7121\u52b9\u5316\u30b5\u30a4\u30c9\u30d0\u30fc\u306b\u79fb\u52d5\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-directory\/search": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "term": {
                            "description": "\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306b\u4e00\u81f4\u3059\u308b\u30d6\u30ed\u30c3\u30af\u306e\u307f\u306b\u7d50\u679c\u3092\u5236\u9650\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "minLength": 1,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp\/v2\/block-directory\/search"
                    }
                ]
            }
        },
        "\/wp\/v2\/pattern-directory\/patterns": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 100,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "minLength": 1,
                            "required": false
                        },
                        "category": {
                            "description": "\u30ab\u30c6\u30b4\u30ea\u30fc ID \u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "keyword": {
                            "description": "\u30ad\u30fc\u30ef\u30fc\u30c9 ID \u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "slug": {
                            "description": "\u30d1\u30bf\u30fc\u30f3 (\u30b9\u30e9\u30c3\u30b0) \u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6295\u7a3f\u306e\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "favorite_count"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp\/v2\/pattern-directory\/patterns"
                    }
                ]
            }
        },
        "\/wp\/v2\/block-patterns\/patterns": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp\/v2\/block-patterns\/patterns"
                    }
                ]
            }
        },
        "\/wp\/v2\/block-patterns\/categories": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp\/v2\/block-patterns\/categories"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wp-site-health\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp-site-health\/v1"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/background-updates": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp-site-health\/v1\/tests\/background-updates"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/loopback-requests": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp-site-health\/v1\/tests\/loopback-requests"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/https-status": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp-site-health\/v1\/tests\/https-status"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/dotorg-communication": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp-site-health\/v1\/tests\/dotorg-communication"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/authorization-header": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp-site-health\/v1\/tests\/authorization-header"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/directory-sizes": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp-site-health\/v1\/directory-sizes"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/page-cache": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp-site-health\/v1\/tests\/page-cache"
                    }
                ]
            }
        },
        "\/wp-block-editor\/v1": {
            "namespace": "wp-block-editor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wp-block-editor\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp-block-editor\/v1"
                    }
                ]
            }
        },
        "\/wp-block-editor\/v1\/url-details": {
            "namespace": "wp-block-editor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "\u51e6\u7406\u3059\u308b URL\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp-block-editor\/v1\/url-details"
                    }
                ]
            }
        },
        "\/wp\/v2\/menu-locations": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp\/v2\/menu-locations"
                    }
                ]
            }
        },
        "\/wp\/v2\/menu-locations\/(?P<location>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "location": {
                            "description": "\u30e1\u30cb\u30e5\u30fc\u4f4d\u7f6e\u306e\u82f1\u6570\u5b57\u306e\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp-block-editor\/v1\/export": {
            "namespace": "wp-block-editor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp-block-editor\/v1\/export"
                    }
                ]
            }
        },
        "\/wp-block-editor\/v1\/navigation-fallback": {
            "namespace": "wp-block-editor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp-block-editor\/v1\/navigation-fallback"
                    }
                ]
            }
        },
        "\/wp\/v2\/font-collections": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/game.press\/ja\/wp-json\/wp\/v2\/font-collections"
                    }
                ]
            }
        },
        "\/wp\/v2\/font-collections\/(?P<slug>[\\\/\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        }
    },
    "site_logo": 0,
    "site_icon": 1713,
    "site_icon_url": "https:\/\/game.press\/wp-content\/uploads\/sites\/30\/2022\/12\/cropped-gamepress-logo_Favicon2.png",
    "_links": {
        "help": [
            {
                "href": "https:\/\/developer.wordpress.org\/rest-api\/"
            }
        ],
        "wp:featuredmedia": [
            {
                "embeddable": true,
                "type": "site_icon",
                "href": "https:\/\/game.press\/ja\/wp-json\/wp\/v2\/media\/1713"
            }
        ],
        "curies": [
            {
                "name": "wp",
                "href": "https:\/\/api.w.org\/{rel}",
                "templated": true
            }
        ]
    }
}