{
    "name": "マサダ製作所",
    "description": "",
    "url": "https://masada-j.co.jp/wordpress",
    "home": "https://masada-j.co.jp",
    "gmt_offset": 9,
    "timezone_string": "Asia/Tokyo",
    "namespaces": [
        "oembed/1.0",
        "contact-form-7/v1",
        "wpmudev_blc/v1",
        "wp-smush/v1",
        "elementor/v1",
        "wp/v2",
        "wp-site-health/v1"
    ],
    "authentication": {
        "application-passwords": {
            "endpoints": {
                "authorization": "https://masada-j.co.jp/wordpress/wp-admin/authorize-application.php"
            }
        }
    },
    "routes": {
        "/": {
            "namespace": "",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https://masada-j.co.jp/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://masada-j.co.jp/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://masada-j.co.jp/wp-json/oembed/1.0"
                    }
                ]
            }
        },
        "/oembed/1.0/embed": {
            "namespace": "oembed/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "oEmbed データを取得するリソースの URL。",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "format": {
                            "default": "json",
                            "required": false
                        },
                        "maxwidth": {
                            "default": 600,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https://masada-j.co.jp/wp-json/oembed/1.0/embed"
                    }
                ]
            }
        },
        "/oembed/1.0/proxy": {
            "namespace": "oembed/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "oEmbed データを取得するリソースの URL。",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "format": {
                            "description": "使用する oEmbed 形式。",
                            "type": "string",
                            "default": "json",
                            "enum": [
                                "json",
                                "xml"
                            ],
                            "required": false
                        },
                        "maxwidth": {
                            "description": "埋め込みフレームの最大幅 (ピクセル)。",
                            "type": "integer",
                            "default": 600,
                            "required": false
                        },
                        "maxheight": {
                            "description": "埋め込みフレームの最大の高さ (ピクセル)。",
                            "type": "integer",
                            "required": false
                        },
                        "discover": {
                            "description": "許可されていないプロバイダーに対して oEmbed 検出リクエストを行うかどうか。",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https://masada-j.co.jp/wp-json/oembed/1.0/proxy"
                    }
                ]
            }
        },
        "/contact-form-7/v1": {
            "namespace": "contact-form-7/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "contact-form-7/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https://masada-j.co.jp/wp-json/contact-form-7/v1"
                    }
                ]
            }
        },
        "/contact-form-7/v1/contact-forms": {
            "namespace": "contact-form-7/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https://masada-j.co.jp/wp-json/contact-form-7/v1/contact-forms"
                    }
                ]
            }
        },
        "/contact-form-7/v1/contact-forms/(?P<id>\\d+)": {
            "namespace": "contact-form-7/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "/contact-form-7/v1/contact-forms/(?P<id>\\d+)/feedback": {
            "namespace": "contact-form-7/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "/contact-form-7/v1/contact-forms/(?P<id>\\d+)/refill": {
            "namespace": "contact-form-7/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "/wpmudev_blc/v1": {
            "namespace": "wpmudev_blc/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wpmudev_blc/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https://masada-j.co.jp/wp-json/wpmudev_blc/v1"
                    }
                ]
            }
        },
        "/wpmudev_blc/v1/avatars": {
            "namespace": "wpmudev_blc/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https://masada-j.co.jp/wp-json/wpmudev_blc/v1/avatars"
                    }
                ]
            }
        },
        "/wpmudev_blc/v1/scan": {
            "namespace": "wpmudev_blc/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https://masada-j.co.jp/wp-json/wpmudev_blc/v1/scan"
                    }
                ]
            }
        },
        "/wpmudev_blc/v1/settings": {
            "namespace": "wpmudev_blc/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https://masada-j.co.jp/wp-json/wpmudev_blc/v1/settings"
                    }
                ]
            }
        },
        "/wp-smush/v1": {
            "namespace": "wp-smush/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wp-smush/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https://masada-j.co.jp/wp-json/wp-smush/v1"
                    }
                ]
            }
        },
        "/wp-smush/v1/preset_configs": {
            "namespace": "wp-smush/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https://masada-j.co.jp/wp-json/wp-smush/v1/preset_configs"
                    }
                ]
            }
        },
        "/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://masada-j.co.jp/wp-json/elementor/v1"
                    }
                ]
            }
        },
        "/elementor/v1/globals": {
            "namespace": "elementor/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https://masada-j.co.jp/wp-json/elementor/v1/globals"
                    }
                ]
            }
        },
        "/elementor/v1/globals/colors": {
            "namespace": "elementor/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https://masada-j.co.jp/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": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "/elementor/v1/globals/typography": {
            "namespace": "elementor/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https://masada-j.co.jp/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": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "/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://masada-j.co.jp/wp-json/wp/v2"
                    }
                ]
            }
        },
        "/wp/v2/posts": {
            "namespace": "wp/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "コレクションの現在のページ。",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "結果として返される項目の最大数。",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "文字列に一致するものに結果を限定します。",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "入力された ISO8601 準拠の日付より後に公開された投稿にレスポンスを限定します。",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "入力された ISO8601 準拠の日付より後に更新された投稿にレスポンスを限定します。",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "特定の投稿者に割り当てられた投稿に結果を限定します。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "特定の投稿者が割り当てられた投稿を結果から除外します。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "入力された ISO8601 準拠の日付より前に公開された投稿にレスポンスを限定します。",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "入力された ISO8601 準拠の日付より前に更新された投稿にレスポンスを限定します。",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "特定の ID を結果から除外します。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "特定の ID に結果を限定します。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "特定の項目数で結果をオフセットします。",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "属性で昇順または降順に並べ替えます。",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "オブジェクト属性でコレクションを並び替えます。",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "slug": {
                            "description": "一つ以上の特定のスラッグを持つ投稿に結果を限定します。",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "一つ以上のステータスが割り当てられた投稿に結果を限定します。",
                            "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": "結果セットを複数のタクソノミー間の関係に基づいて限定します。",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "categories": {
                            "description": "「categories」タクソノミーに割り当てられた特定のタームを持つ項目に結果を限定します。",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "ターム ID 一覧",
                                    "description": "リストした ID と合致するターム。",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "ターム ID タクソノミークエリー",
                                    "description": "高度なタームクエリーを実行します。",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ターム ID。",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "結果を限定したタームに子タームを含めるかどうか。",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "categories_exclude": {
                            "description": "「categories」タクソノミーに割り当てられた特定のタームを持つ項目以外に結果を限定します。",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "ターム ID 一覧",
                                    "description": "リストした ID と合致するターム。",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "ターム ID タクソノミークエリー",
                                    "description": "高度なタームクエリーを実行します。",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ターム ID。",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "結果を限定したタームに子タームを含めるかどうか。",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags": {
                            "description": "「tags」タクソノミーに割り当てられた特定のタームを持つ項目に結果を限定します。",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "ターム ID 一覧",
                                    "description": "リストした ID と合致するターム。",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "ターム ID タクソノミークエリー",
                                    "description": "高度なタームクエリーを実行します。",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ターム ID。",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags_exclude": {
                            "description": "「tags」タクソノミーに割り当てられた特定のタームを持つ項目以外に結果を限定します。",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "ターム ID 一覧",
                                    "description": "リストした ID と合致するターム。",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "ターム ID タクソノミークエリー",
                                    "description": "高度なタームクエリーを実行します。",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ターム ID。",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "sticky": {
                            "description": "先頭固定表示の項目に結果を限定します。",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "description": "オブジェクトの公開日 (サイトのタイムゾーン)。",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "オブジェクトの公開日 (GMT)。",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "タイプに特有な、オブジェクトの英数字識別子。",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "オブジェクトに対して名前がついているステータス。",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "コンテンツや抜粋へのアクセスを保護するパスワード。",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "オブジェクトのタイトル。",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "データベースに存在する形態の、オブジェクトのタイトル。",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "表示用に整形された、オブジェクトの HTML タイトル。",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "オブジェクトのコンテンツ。",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "データベースに存在する形態の、オブジェクトのコンテンツ。",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "表示用に変換された、オブジェクトの HTML コンテンツ。",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "オブジェクトが使用するコンテンツブロック形式のバージョン。",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "コンテンツをパスワードで保護するかどうか。",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "オブジェクトの作成者の ID。",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "オブジェクトの抜粋。",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "データベースに存在する形態の、オブジェクトの抜粋。",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "表示用に変換された、オブジェクトの HTML の抜粋。",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "抜粋がパスワードで保護されているかどうか。",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "オブジェクトのアイキャッチとなるメディアの ID。",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "オブジェクトがコメントを受け付けているかどうか。",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "オブジェクトがピンバックを受け付けているかどうか。",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "オブジェクトのフォーマット。",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "メタフィールド。",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "sticky": {
                            "description": "オブジェクトを先頭固定表示にするかどうか。",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "オブジェクト表示するために使用するテーマファイル。",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "タクソノミー「category」に属し、そのオブジェクトに割り当てられているターム。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "タクソノミー「post_tag」に属し、そのオブジェクトに割り当てられているターム。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https://masada-j.co.jp/wp-json/wp/v2/posts"
                    }
                ]
            }
        },
        "/wp/v2/posts/(?P<id>[\\d]+)": {
            "namespace": "wp/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "オブジェクトの一意識別子。",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "パスワードで保護されている場合の投稿のパスワード。",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "オブジェクトの一意識別子。",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "オブジェクトの公開日 (サイトのタイムゾーン)。",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "オブジェクトの公開日 (GMT)。",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "タイプに特有な、オブジェクトの英数字識別子。",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "オブジェクトに対して名前がついているステータス。",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "コンテンツや抜粋へのアクセスを保護するパスワード。",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "オブジェクトのタイトル。",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "データベースに存在する形態の、オブジェクトのタイトル。",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "表示用に整形された、オブジェクトの HTML タイトル。",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "オブジェクトのコンテンツ。",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "データベースに存在する形態の、オブジェクトのコンテンツ。",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "表示用に変換された、オブジェクトの HTML コンテンツ。",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "オブジェクトが使用するコンテンツブロック形式のバージョン。",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "コンテンツをパスワードで保護するかどうか。",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "オブジェクトの作成者の ID。",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "オブジェクトの抜粋。",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "データベースに存在する形態の、オブジェクトの抜粋。",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "表示用に変換された、オブジェクトの HTML の抜粋。",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "抜粋がパスワードで保護されているかどうか。",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "オブジェクトのアイキャッチとなるメディアの ID。",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "オブジェクトがコメントを受け付けているかどうか。",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "オブジェクトがピンバックを受け付けているかどうか。",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "オブジェクトのフォーマット。",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "メタフィールド。",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "sticky": {
                            "description": "オブジェクトを先頭固定表示にするかどうか。",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "オブジェクト表示するために使用するテーマファイル。",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "タクソノミー「category」に属し、そのオブジェクトに割り当てられているターム。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "タクソノミー「post_tag」に属し、そのオブジェクトに割り当てられているターム。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "オブジェクトの一意識別子。",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "ゴミ箱に入れずに強制的に削除するかどうか。",
                            "required": false
                        }
                    }
                }
            ]
        },
        "/wp/v2/posts/(?P<parent>[\\d]+)/revisions": {
            "namespace": "wp/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "親オブジェクトの ID。",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "コレクションの現在のページ。",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "結果として返される項目の最大数。",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "文字列に一致するものに結果を限定します。",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "特定の ID を結果から除外します。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "特定の ID に結果を限定します。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "特定の項目数で結果をオフセットします。",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "属性で昇順または降順に並べ替えます。",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "オブジェクト属性でコレクションを並び替えます。",
                            "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": "親オブジェクトの ID。",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "オブジェクトの一意識別子。",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "親オブジェクトの ID。",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "オブジェクトの一意識別子。",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "リビジョンがゴミ箱機能に対応していないため、true でなければなりません。",
                            "required": false
                        }
                    }
                }
            ]
        },
        "/wp/v2/posts/(?P<id>[\\d]+)/autosaves": {
            "namespace": "wp/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "親オブジェクトの ID。",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "親オブジェクトの ID。",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "オブジェクトの公開日 (サイトのタイムゾーン)。",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "オブジェクトの公開日 (GMT)。",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "タイプに特有な、オブジェクトの英数字識別子。",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "オブジェクトに対して名前がついているステータス。",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "コンテンツや抜粋へのアクセスを保護するパスワード。",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "オブジェクトのタイトル。",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "データベースに存在する形態の、オブジェクトのタイトル。",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "表示用に整形された、オブジェクトの HTML タイトル。",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "オブジェクトのコンテンツ。",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "データベースに存在する形態の、オブジェクトのコンテンツ。",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "表示用に変換された、オブジェクトの HTML コンテンツ。",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "オブジェクトが使用するコンテンツブロック形式のバージョン。",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "コンテンツをパスワードで保護するかどうか。",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "オブジェクトの作成者の ID。",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "オブジェクトの抜粋。",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "データベースに存在する形態の、オブジェクトの抜粋。",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "表示用に変換された、オブジェクトの HTML の抜粋。",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "抜粋がパスワードで保護されているかどうか。",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "オブジェクトのアイキャッチとなるメディアの ID。",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "オブジェクトがコメントを受け付けているかどうか。",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "オブジェクトがピンバックを受け付けているかどうか。",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "オブジェクトのフォーマット。",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "メタフィールド。",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "sticky": {
                            "description": "オブジェクトを先頭固定表示にするかどうか。",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "オブジェクト表示するために使用するテーマファイル。",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "タクソノミー「category」に属し、そのオブジェクトに割り当てられているターム。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "タクソノミー「post_tag」に属し、そのオブジェクトに割り当てられているターム。",
                            "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": "親オブジェクトの ID。",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "オブジェクト ID。",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "/wp/v2/pages": {
            "namespace": "wp/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "コレクションの現在のページ。",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "結果として返される項目の最大数。",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "文字列に一致するものに結果を限定します。",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "入力された ISO8601 準拠の日付より後に公開された投稿にレスポンスを限定します。",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "入力された ISO8601 準拠の日付より後に更新された投稿にレスポンスを限定します。",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "特定の投稿者に割り当てられた投稿に結果を限定します。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "特定の投稿者が割り当てられた投稿を結果から除外します。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "入力された ISO8601 準拠の日付より前に公開された投稿にレスポンスを限定します。",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "入力された ISO8601 準拠の日付より前に更新された投稿にレスポンスを限定します。",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "特定の ID を結果から除外します。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "特定の ID に結果を限定します。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "menu_order": {
                            "description": "特定の menu_order 値を持つ投稿に結果を限定します。",
                            "type": "integer",
                            "required": false
                        },
                        "offset": {
                            "description": "特定の項目数で結果をオフセットします。",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "属性で昇順または降順に並べ替えます。",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "オブジェクト属性でコレクションを並び替えます。",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "特定の親 ID に属する項目に結果を限定します。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "特定の親 ID に属さない項目に結果を限定します。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "一つ以上の特定のスラッグを持つ投稿に結果を限定します。",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "一つ以上のステータスが割り当てられた投稿に結果を限定します。",
                            "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": "結果セットを複数のタクソノミー間の関係に基づいて限定します。",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "categories": {
                            "description": "「categories」タクソノミーに割り当てられた特定のタームを持つ項目に結果を限定します。",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "ターム ID 一覧",
                                    "description": "リストした ID と合致するターム。",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "ターム ID タクソノミークエリー",
                                    "description": "高度なタームクエリーを実行します。",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ターム ID。",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "結果を限定したタームに子タームを含めるかどうか。",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "categories_exclude": {
                            "description": "「categories」タクソノミーに割り当てられた特定のタームを持つ項目以外に結果を限定します。",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "ターム ID 一覧",
                                    "description": "リストした ID と合致するターム。",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "ターム ID タクソノミークエリー",
                                    "description": "高度なタームクエリーを実行します。",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ターム ID。",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "結果を限定したタームに子タームを含めるかどうか。",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags": {
                            "description": "「tags」タクソノミーに割り当てられた特定のタームを持つ項目に結果を限定します。",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "ターム ID 一覧",
                                    "description": "リストした ID と合致するターム。",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "ターム ID タクソノミークエリー",
                                    "description": "高度なタームクエリーを実行します。",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ターム ID。",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags_exclude": {
                            "description": "「tags」タクソノミーに割り当てられた特定のタームを持つ項目以外に結果を限定します。",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "ターム ID 一覧",
                                    "description": "リストした ID と合致するターム。",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "ターム ID タクソノミークエリー",
                                    "description": "高度なタームクエリーを実行します。",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ターム ID。",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "description": "オブジェクトの公開日 (サイトのタイムゾーン)。",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "オブジェクトの公開日 (GMT)。",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "タイプに特有な、オブジェクトの英数字識別子。",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "オブジェクトに対して名前がついているステータス。",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "コンテンツや抜粋へのアクセスを保護するパスワード。",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "親オブジェクトの ID。",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "オブジェクトのタイトル。",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "データベースに存在する形態の、オブジェクトのタイトル。",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "表示用に整形された、オブジェクトの HTML タイトル。",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "オブジェクトのコンテンツ。",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "データベースに存在する形態の、オブジェクトのコンテンツ。",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "表示用に変換された、オブジェクトの HTML コンテンツ。",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "オブジェクトが使用するコンテンツブロック形式のバージョン。",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "コンテンツをパスワードで保護するかどうか。",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "オブジェクトの作成者の ID。",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "オブジェクトの抜粋。",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "データベースに存在する形態の、オブジェクトの抜粋。",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "表示用に変換された、オブジェクトの HTML の抜粋。",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "抜粋がパスワードで保護されているかどうか。",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "オブジェクトのアイキャッチとなるメディアの ID。",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "オブジェクトがコメントを受け付けているかどうか。",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "オブジェクトがピンバックを受け付けているかどうか。",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "同じタイプのオブジェクトの中でのこのオブジェクトの順序。",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "メタフィールド。",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "オブジェクト表示するために使用するテーマファイル。",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "タクソノミー「category」に属し、そのオブジェクトに割り当てられているターム。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "タクソノミー「post_tag」に属し、そのオブジェクトに割り当てられているターム。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https://masada-j.co.jp/wp-json/wp/v2/pages"
                    }
                ]
            }
        },
        "/wp/v2/pages/(?P<id>[\\d]+)": {
            "namespace": "wp/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "オブジェクトの一意識別子。",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "パスワードで保護されている場合の投稿のパスワード。",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "オブジェクトの一意識別子。",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "オブジェクトの公開日 (サイトのタイムゾーン)。",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "オブジェクトの公開日 (GMT)。",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "タイプに特有な、オブジェクトの英数字識別子。",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "オブジェクトに対して名前がついているステータス。",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "コンテンツや抜粋へのアクセスを保護するパスワード。",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "親オブジェクトの ID。",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "オブジェクトのタイトル。",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "データベースに存在する形態の、オブジェクトのタイトル。",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "表示用に整形された、オブジェクトの HTML タイトル。",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "オブジェクトのコンテンツ。",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "データベースに存在する形態の、オブジェクトのコンテンツ。",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "表示用に変換された、オブジェクトの HTML コンテンツ。",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "オブジェクトが使用するコンテンツブロック形式のバージョン。",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "コンテンツをパスワードで保護するかどうか。",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "オブジェクトの作成者の ID。",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "オブジェクトの抜粋。",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "データベースに存在する形態の、オブジェクトの抜粋。",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "表示用に変換された、オブジェクトの HTML の抜粋。",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "抜粋がパスワードで保護されているかどうか。",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "オブジェクトのアイキャッチとなるメディアの ID。",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "オブジェクトがコメントを受け付けているかどうか。",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "オブジェクトがピンバックを受け付けているかどうか。",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "同じタイプのオブジェクトの中でのこのオブジェクトの順序。",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "メタフィールド。",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "オブジェクト表示するために使用するテーマファイル。",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "タクソノミー「category」に属し、そのオブジェクトに割り当てられているターム。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "タクソノミー「post_tag」に属し、そのオブジェクトに割り当てられているターム。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "オブジェクトの一意識別子。",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "ゴミ箱に入れずに強制的に削除するかどうか。",
                            "required": false
                        }
                    }
                }
            ]
        },
        "/wp/v2/pages/(?P<parent>[\\d]+)/revisions": {
            "namespace": "wp/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "親オブジェクトの ID。",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "コレクションの現在のページ。",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "結果として返される項目の最大数。",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "文字列に一致するものに結果を限定します。",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "特定の ID を結果から除外します。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "特定の ID に結果を限定します。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "特定の項目数で結果をオフセットします。",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "属性で昇順または降順に並べ替えます。",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "オブジェクト属性でコレクションを並び替えます。",
                            "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": "親オブジェクトの ID。",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "オブジェクトの一意識別子。",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "親オブジェクトの ID。",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "オブジェクトの一意識別子。",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "リビジョンがゴミ箱機能に対応していないため、true でなければなりません。",
                            "required": false
                        }
                    }
                }
            ]
        },
        "/wp/v2/pages/(?P<id>[\\d]+)/autosaves": {
            "namespace": "wp/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "親オブジェクトの ID。",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "親オブジェクトの ID。",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "オブジェクトの公開日 (サイトのタイムゾーン)。",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "オブジェクトの公開日 (GMT)。",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "タイプに特有な、オブジェクトの英数字識別子。",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "オブジェクトに対して名前がついているステータス。",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "コンテンツや抜粋へのアクセスを保護するパスワード。",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "オブジェクトのタイトル。",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "データベースに存在する形態の、オブジェクトのタイトル。",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "表示用に整形された、オブジェクトの HTML タイトル。",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "オブジェクトのコンテンツ。",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "データベースに存在する形態の、オブジェクトのコンテンツ。",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "表示用に変換された、オブジェクトの HTML コンテンツ。",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "オブジェクトが使用するコンテンツブロック形式のバージョン。",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "コンテンツをパスワードで保護するかどうか。",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "オブジェクトの作成者の ID。",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "オブジェクトの抜粋。",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "データベースに存在する形態の、オブジェクトの抜粋。",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "表示用に変換された、オブジェクトの HTML の抜粋。",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "抜粋がパスワードで保護されているかどうか。",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "オブジェクトのアイキャッチとなるメディアの ID。",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "オブジェクトがコメントを受け付けているかどうか。",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "オブジェクトがピンバックを受け付けているかどうか。",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "同じタイプのオブジェクトの中でのこのオブジェクトの順序。",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "メタフィールド。",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "オブジェクト表示するために使用するテーマファイル。",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "タクソノミー「category」に属し、そのオブジェクトに割り当てられているターム。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "タクソノミー「post_tag」に属し、そのオブジェクトに割り当てられているターム。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "/wp/v2/pages/(?P<parent>[\\d]+)/autosaves/(?P<id>[\\d]+)": {
            "namespace": "wp/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "親オブジェクトの ID。",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "オブジェクト ID。",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "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": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "コレクションの現在のページ。",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "結果として返される項目の最大数。",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "文字列に一致するものに結果を限定します。",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "入力された ISO8601 準拠の日付より後に公開された投稿にレスポンスを限定します。",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "入力された ISO8601 準拠の日付より後に更新された投稿にレスポンスを限定します。",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "特定の投稿者に割り当てられた投稿に結果を限定します。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "特定の投稿者が割り当てられた投稿を結果から除外します。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "入力された ISO8601 準拠の日付より前に公開された投稿にレスポンスを限定します。",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "入力された ISO8601 準拠の日付より前に更新された投稿にレスポンスを限定します。",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "特定の ID を結果から除外します。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "特定の ID に結果を限定します。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "特定の項目数で結果をオフセットします。",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "属性で昇順または降順に並べ替えます。",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "オブジェクト属性でコレクションを並び替えます。",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "特定の親 ID に属する項目に結果を限定します。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "特定の親 ID に属さない項目に結果を限定します。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "一つ以上の特定のスラッグを持つ投稿に結果を限定します。",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "inherit",
                            "description": "一つ以上のステータスが割り当てられた投稿に結果を限定します。",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "inherit",
                                    "private",
                                    "trash"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "media_type": {
                            "default": null,
                            "description": "特定のメディアタイプが割り当てられた添付ファイルに結果を限定します。",
                            "type": "string",
                            "enum": [
                                "image",
                                "video",
                                "text",
                                "application",
                                "audio"
                            ],
                            "required": false
                        },
                        "mime_type": {
                            "default": null,
                            "description": "特定の MIME タイプが割り当てられた添付ファイルに結果を限定します。",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "description": "オブジェクトの公開日 (サイトのタイムゾーン)。",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "オブジェクトの公開日 (GMT)。",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "タイプに特有な、オブジェクトの英数字識別子。",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "オブジェクトに対して名前がついているステータス。",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "オブジェクトのタイトル。",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "データベースに存在する形態の、オブジェクトのタイトル。",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "表示用に整形された、オブジェクトの HTML タイトル。",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "オブジェクトの作成者の ID。",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "オブジェクトがコメントを受け付けているかどうか。",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "オブジェクトがピンバックを受け付けているかどうか。",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "メタフィールド。",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "オブジェクト表示するために使用するテーマファイル。",
                            "type": "string",
                            "required": false
                        },
                        "smush": {
                            "description": "Smush data.",
                            "type": "string",
                            "required": false
                        },
                        "alt_text": {
                            "description": "添付ファイルが表示されないときに表示する代替テキスト。",
                            "type": "string",
                            "required": false
                        },
                        "caption": {
                            "description": "添付ファイルのキャプション。",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "データベースに存在する形態の、添付ファイルのキャプション。",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "表示用に変換された、添付ファイルの HTML キャプション。",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "添付ファイルの説明。",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "データベースに存在する形態の、オブジェクトの説明。",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "表示用に変換された、オブジェクトの HTML の説明。",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "添付ファイルの関連投稿の ID。",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https://masada-j.co.jp/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": "オブジェクトの一意識別子。",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "オブジェクトの一意識別子。",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "オブジェクトの公開日 (サイトのタイムゾーン)。",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "オブジェクトの公開日 (GMT)。",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "タイプに特有な、オブジェクトの英数字識別子。",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "オブジェクトに対して名前がついているステータス。",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "オブジェクトのタイトル。",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "データベースに存在する形態の、オブジェクトのタイトル。",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "表示用に整形された、オブジェクトの HTML タイトル。",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "オブジェクトの作成者の ID。",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "オブジェクトがコメントを受け付けているかどうか。",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "オブジェクトがピンバックを受け付けているかどうか。",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "メタフィールド。",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "オブジェクト表示するために使用するテーマファイル。",
                            "type": "string",
                            "required": false
                        },
                        "smush": {
                            "description": "Smush data.",
                            "type": "string",
                            "required": false
                        },
                        "alt_text": {
                            "description": "添付ファイルが表示されないときに表示する代替テキスト。",
                            "type": "string",
                            "required": false
                        },
                        "caption": {
                            "description": "添付ファイルのキャプション。",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "データベースに存在する形態の、添付ファイルのキャプション。",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "表示用に変換された、添付ファイルの HTML キャプション。",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "添付ファイルの説明。",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "データベースに存在する形態の、オブジェクトの説明。",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "表示用に変換された、オブジェクトの HTML の説明。",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "添付ファイルの関連投稿の ID。",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "オブジェクトの一意識別子。",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "ゴミ箱に入れずに強制的に削除するかどうか。",
                            "required": false
                        }
                    }
                }
            ]
        },
        "/wp/v2/media/(?P<id>[\\d]+)/post-process": {
            "namespace": "wp/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "オブジェクトの一意識別子。",
                            "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": "編集された画像ファイルの URL。",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "modifiers": {
                            "description": "画像編集の配列。",
                            "type": "array",
                            "minItems": 1,
                            "items": {
                                "description": "画像編集。",
                                "type": "object",
                                "required": [
                                    "type",
                                    "args"
                                ],
                                "oneOf": [
                                    {
                                        "title": "回転",
                                        "properties": {
                                            "type": {
                                                "description": "回転のタイプ。",
                                                "type": "string",
                                                "enum": [
                                                    "rotate"
                                                ]
                                            },
                                            "args": {
                                                "description": "回転の引数。",
                                                "type": "object",
                                                "required": [
                                                    "angle"
                                                ],
                                                "properties": {
                                                    "angle": {
                                                        "description": "時計回りに回転する角度。",
                                                        "type": "number"
                                                    }
                                                }
                                            }
                                        }
                                    },
                                    {
                                        "title": "切り抜き",
                                        "properties": {
                                            "type": {
                                                "description": "切り抜きの種類。",
                                                "type": "string",
                                                "enum": [
                                                    "crop"
                                                ]
                                            },
                                            "args": {
                                                "description": "切り抜きの引数。",
                                                "type": "object",
                                                "required": [
                                                    "left",
                                                    "top",
                                                    "width",
                                                    "height"
                                                ],
                                                "properties": {
                                                    "left": {
                                                        "description": "画像の幅に対する、切り抜きを開始する左からの水平位置のパーセント指定。",
                                                        "type": "number"
                                                    },
                                                    "top": {
                                                        "description": "画像の高さに対する、切り抜きを開始する上からの垂直位置のパーセント指定。",
                                                        "type": "number"
                                                    },
                                                    "width": {
                                                        "description": "元の画像に対する、切り抜く画像の幅のパーセント指定。",
                                                        "type": "number"
                                                    },
                                                    "height": {
                                                        "description": "元の画像に対する、切り抜く画像の高さのパーセント指定。",
                                                        "type": "number"
                                                    }
                                                }
                                            }
                                        }
                                    }
                                ]
                            },
                            "required": false
                        },
                        "rotation": {
                            "description": "回転する画像の時計回りの角度。非推奨: 代わりに `modifiers` を使用してください。",
                            "type": "integer",
                            "minimum": 0,
                            "exclusiveMinimum": true,
                            "maximum": 360,
                            "exclusiveMaximum": true,
                            "required": false
                        },
                        "x": {
                            "description": "元の画像に対する、切り抜く開始位置の x 座標のパーセント指定。非推奨: 代わりに `modifiers` を使用してください。",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "y": {
                            "description": "元の画像に対する、切り抜く開始位置の y 座標のパーセント指定。非推奨: 代わりに `modifiers` を使用してください。",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "width": {
                            "description": "元の画像に対する、切り抜く画像の幅のパーセント指定。非推奨: 代わりに `modifiers` を使用してください。",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "height": {
                            "description": "元の画像に対する、切り抜く画像の高さのパーセント指定。非推奨: 代わりに `modifiers` を使用してください。",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        }
                    }
                }
            ]
        },
        "/wp/v2/blocks": {
            "namespace": "wp/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "コレクションの現在のページ。",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "結果として返される項目の最大数。",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "文字列に一致するものに結果を限定します。",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "入力された ISO8601 準拠の日付より後に公開された投稿にレスポンスを限定します。",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "入力された ISO8601 準拠の日付より後に更新された投稿にレスポンスを限定します。",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "入力された ISO8601 準拠の日付より前に公開された投稿にレスポンスを限定します。",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "入力された ISO8601 準拠の日付より前に更新された投稿にレスポンスを限定します。",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "特定の ID を結果から除外します。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "特定の ID に結果を限定します。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "特定の項目数で結果をオフセットします。",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "属性で昇順または降順に並べ替えます。",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "オブジェクト属性でコレクションを並び替えます。",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "slug": {
                            "description": "一つ以上の特定のスラッグを持つ投稿に結果を限定します。",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "一つ以上のステータスが割り当てられた投稿に結果を限定します。",
                            "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"
                    ],
                    "args": {
                        "date": {
                            "description": "オブジェクトの公開日 (サイトのタイムゾーン)。",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "オブジェクトの公開日 (GMT)。",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "タイプに特有な、オブジェクトの英数字識別子。",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "オブジェクトに対して名前がついているステータス。",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "コンテンツや抜粋へのアクセスを保護するパスワード。",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "オブジェクトのタイトル。",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "データベースに存在する形態の、オブジェクトのタイトル。",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "オブジェクトのコンテンツ。",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "データベースに存在する形態の、オブジェクトのコンテンツ。",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "オブジェクトが使用するコンテンツブロック形式のバージョン。",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "コンテンツをパスワードで保護するかどうか。",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "オブジェクト表示するために使用するテーマファイル。",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https://masada-j.co.jp/wp-json/wp/v2/blocks"
                    }
                ]
            }
        },
        "/wp/v2/blocks/(?P<id>[\\d]+)": {
            "namespace": "wp/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "オブジェクトの一意識別子。",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "パスワードで保護されている場合の投稿のパスワード。",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "オブジェクトの一意識別子。",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "オブジェクトの公開日 (サイトのタイムゾーン)。",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "オブジェクトの公開日 (GMT)。",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "タイプに特有な、オブジェクトの英数字識別子。",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "オブジェクトに対して名前がついているステータス。",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "コンテンツや抜粋へのアクセスを保護するパスワード。",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "オブジェクトのタイトル。",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "データベースに存在する形態の、オブジェクトのタイトル。",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "オブジェクトのコンテンツ。",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "データベースに存在する形態の、オブジェクトのコンテンツ。",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "オブジェクトが使用するコンテンツブロック形式のバージョン。",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "コンテンツをパスワードで保護するかどうか。",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "オブジェクト表示するために使用するテーマファイル。",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "オブジェクトの一意識別子。",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "ゴミ箱に入れずに強制的に削除するかどうか。",
                            "required": false
                        }
                    }
                }
            ]
        },
        "/wp/v2/blocks/(?P<id>[\\d]+)/autosaves": {
            "namespace": "wp/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "親オブジェクトの ID。",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "親オブジェクトの ID。",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "オブジェクトの公開日 (サイトのタイムゾーン)。",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "オブジェクトの公開日 (GMT)。",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "タイプに特有な、オブジェクトの英数字識別子。",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "オブジェクトに対して名前がついているステータス。",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "コンテンツや抜粋へのアクセスを保護するパスワード。",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "オブジェクトのタイトル。",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "データベースに存在する形態の、オブジェクトのタイトル。",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "オブジェクトのコンテンツ。",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "データベースに存在する形態の、オブジェクトのコンテンツ。",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "オブジェクトが使用するコンテンツブロック形式のバージョン。",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "コンテンツをパスワードで保護するかどうか。",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "オブジェクト表示するために使用するテーマファイル。",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "/wp/v2/blocks/(?P<parent>[\\d]+)/autosaves/(?P<id>[\\d]+)": {
            "namespace": "wp/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "親オブジェクトの ID。",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "オブジェクト ID。",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "/wp/v2/deb_custom_content": {
            "namespace": "wp/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "コレクションの現在のページ。",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "結果として返される項目の最大数。",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "文字列に一致するものに結果を限定します。",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "入力された ISO8601 準拠の日付より後に公開された投稿にレスポンスを限定します。",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "入力された ISO8601 準拠の日付より後に更新された投稿にレスポンスを限定します。",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "入力された ISO8601 準拠の日付より前に公開された投稿にレスポンスを限定します。",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "入力された ISO8601 準拠の日付より前に更新された投稿にレスポンスを限定します。",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "特定の ID を結果から除外します。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "特定の ID に結果を限定します。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "特定の項目数で結果をオフセットします。",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "属性で昇順または降順に並べ替えます。",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "オブジェクト属性でコレクションを並び替えます。",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "slug": {
                            "description": "一つ以上の特定のスラッグを持つ投稿に結果を限定します。",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "一つ以上のステータスが割り当てられた投稿に結果を限定します。",
                            "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"
                    ],
                    "args": {
                        "date": {
                            "description": "オブジェクトの公開日 (サイトのタイムゾーン)。",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "オブジェクトの公開日 (GMT)。",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "タイプに特有な、オブジェクトの英数字識別子。",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "オブジェクトに対して名前がついているステータス。",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "コンテンツや抜粋へのアクセスを保護するパスワード。",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "オブジェクトのタイトル。",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "データベースに存在する形態の、オブジェクトのタイトル。",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "表示用に整形された、オブジェクトの HTML タイトル。",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "オブジェクトのコンテンツ。",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "データベースに存在する形態の、オブジェクトのコンテンツ。",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "表示用に変換された、オブジェクトの HTML コンテンツ。",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "オブジェクトが使用するコンテンツブロック形式のバージョン。",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "コンテンツをパスワードで保護するかどうか。",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "オブジェクト表示するために使用するテーマファイル。",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https://masada-j.co.jp/wp-json/wp/v2/deb_custom_content"
                    }
                ]
            }
        },
        "/wp/v2/deb_custom_content/(?P<id>[\\d]+)": {
            "namespace": "wp/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "オブジェクトの一意識別子。",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "パスワードで保護されている場合の投稿のパスワード。",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "オブジェクトの一意識別子。",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "オブジェクトの公開日 (サイトのタイムゾーン)。",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "オブジェクトの公開日 (GMT)。",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "タイプに特有な、オブジェクトの英数字識別子。",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "オブジェクトに対して名前がついているステータス。",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "コンテンツや抜粋へのアクセスを保護するパスワード。",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "オブジェクトのタイトル。",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "データベースに存在する形態の、オブジェクトのタイトル。",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "表示用に整形された、オブジェクトの HTML タイトル。",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "オブジェクトのコンテンツ。",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "データベースに存在する形態の、オブジェクトのコンテンツ。",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "表示用に変換された、オブジェクトの HTML コンテンツ。",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "オブジェクトが使用するコンテンツブロック形式のバージョン。",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "コンテンツをパスワードで保護するかどうか。",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "オブジェクト表示するために使用するテーマファイル。",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "オブジェクトの一意識別子。",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "ゴミ箱に入れずに強制的に削除するかどうか。",
                            "required": false
                        }
                    }
                }
            ]
        },
        "/wp/v2/deb_custom_content/(?P<parent>[\\d]+)/revisions": {
            "namespace": "wp/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "親オブジェクトの ID。",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "コレクションの現在のページ。",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "結果として返される項目の最大数。",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "文字列に一致するものに結果を限定します。",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "特定の ID を結果から除外します。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "特定の ID に結果を限定します。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "特定の項目数で結果をオフセットします。",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "属性で昇順または降順に並べ替えます。",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "オブジェクト属性でコレクションを並び替えます。",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "/wp/v2/deb_custom_content/(?P<parent>[\\d]+)/revisions/(?P<id>[\\d]+)": {
            "namespace": "wp/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "親オブジェクトの ID。",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "オブジェクトの一意識別子。",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "親オブジェクトの ID。",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "オブジェクトの一意識別子。",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "リビジョンがゴミ箱機能に対応していないため、true でなければなりません。",
                            "required": false
                        }
                    }
                }
            ]
        },
        "/wp/v2/deb_custom_content/(?P<id>[\\d]+)/autosaves": {
            "namespace": "wp/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "親オブジェクトの ID。",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "親オブジェクトの ID。",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "オブジェクトの公開日 (サイトのタイムゾーン)。",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "オブジェクトの公開日 (GMT)。",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "タイプに特有な、オブジェクトの英数字識別子。",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "オブジェクトに対して名前がついているステータス。",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "コンテンツや抜粋へのアクセスを保護するパスワード。",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "オブジェクトのタイトル。",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "データベースに存在する形態の、オブジェクトのタイトル。",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "表示用に整形された、オブジェクトの HTML タイトル。",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "オブジェクトのコンテンツ。",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "データベースに存在する形態の、オブジェクトのコンテンツ。",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "表示用に変換された、オブジェクトの HTML コンテンツ。",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "オブジェクトが使用するコンテンツブロック形式のバージョン。",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "コンテンツをパスワードで保護するかどうか。",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "オブジェクト表示するために使用するテーマファイル。",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "/wp/v2/deb_custom_content/(?P<parent>[\\d]+)/autosaves/(?P<id>[\\d]+)": {
            "namespace": "wp/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "親オブジェクトの ID。",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "オブジェクト ID。",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "/wp/v2/news": {
            "namespace": "wp/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "コレクションの現在のページ。",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "結果として返される項目の最大数。",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "文字列に一致するものに結果を限定します。",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "入力された ISO8601 準拠の日付より後に公開された投稿にレスポンスを限定します。",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "入力された ISO8601 準拠の日付より後に更新された投稿にレスポンスを限定します。",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "特定の投稿者に割り当てられた投稿に結果を限定します。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "特定の投稿者が割り当てられた投稿を結果から除外します。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "入力された ISO8601 準拠の日付より前に公開された投稿にレスポンスを限定します。",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "入力された ISO8601 準拠の日付より前に更新された投稿にレスポンスを限定します。",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "特定の ID を結果から除外します。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "特定の ID に結果を限定します。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "特定の項目数で結果をオフセットします。",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "属性で昇順または降順に並べ替えます。",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "オブジェクト属性でコレクションを並び替えます。",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "slug": {
                            "description": "一つ以上の特定のスラッグを持つ投稿に結果を限定します。",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "一つ以上のステータスが割り当てられた投稿に結果を限定します。",
                            "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"
                    ],
                    "args": {
                        "date": {
                            "description": "オブジェクトの公開日 (サイトのタイムゾーン)。",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "オブジェクトの公開日 (GMT)。",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "タイプに特有な、オブジェクトの英数字識別子。",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "オブジェクトに対して名前がついているステータス。",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "コンテンツや抜粋へのアクセスを保護するパスワード。",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "オブジェクトのタイトル。",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "データベースに存在する形態の、オブジェクトのタイトル。",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "表示用に整形された、オブジェクトの HTML タイトル。",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "オブジェクトのコンテンツ。",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "データベースに存在する形態の、オブジェクトのコンテンツ。",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "表示用に変換された、オブジェクトの HTML コンテンツ。",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "オブジェクトが使用するコンテンツブロック形式のバージョン。",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "コンテンツをパスワードで保護するかどうか。",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "オブジェクトの作成者の ID。",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "オブジェクトの抜粋。",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "データベースに存在する形態の、オブジェクトの抜粋。",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "表示用に変換された、オブジェクトの HTML の抜粋。",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "抜粋がパスワードで保護されているかどうか。",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "オブジェクトのアイキャッチとなるメディアの ID。",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "メタフィールド。",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "オブジェクト表示するために使用するテーマファイル。",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https://masada-j.co.jp/wp-json/wp/v2/news"
                    }
                ]
            }
        },
        "/wp/v2/news/(?P<id>[\\d]+)": {
            "namespace": "wp/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "オブジェクトの一意識別子。",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "パスワードで保護されている場合の投稿のパスワード。",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "オブジェクトの一意識別子。",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "オブジェクトの公開日 (サイトのタイムゾーン)。",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "オブジェクトの公開日 (GMT)。",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "タイプに特有な、オブジェクトの英数字識別子。",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "オブジェクトに対して名前がついているステータス。",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "コンテンツや抜粋へのアクセスを保護するパスワード。",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "オブジェクトのタイトル。",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "データベースに存在する形態の、オブジェクトのタイトル。",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "表示用に整形された、オブジェクトの HTML タイトル。",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "オブジェクトのコンテンツ。",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "データベースに存在する形態の、オブジェクトのコンテンツ。",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "表示用に変換された、オブジェクトの HTML コンテンツ。",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "オブジェクトが使用するコンテンツブロック形式のバージョン。",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "コンテンツをパスワードで保護するかどうか。",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "オブジェクトの作成者の ID。",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "オブジェクトの抜粋。",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "データベースに存在する形態の、オブジェクトの抜粋。",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "表示用に変換された、オブジェクトの HTML の抜粋。",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "抜粋がパスワードで保護されているかどうか。",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "オブジェクトのアイキャッチとなるメディアの ID。",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "メタフィールド。",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "オブジェクト表示するために使用するテーマファイル。",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "オブジェクトの一意識別子。",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "ゴミ箱に入れずに強制的に削除するかどうか。",
                            "required": false
                        }
                    }
                }
            ]
        },
        "/wp/v2/news/(?P<parent>[\\d]+)/revisions": {
            "namespace": "wp/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "親オブジェクトの ID。",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "コレクションの現在のページ。",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "結果として返される項目の最大数。",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "文字列に一致するものに結果を限定します。",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "特定の ID を結果から除外します。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "特定の ID に結果を限定します。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "特定の項目数で結果をオフセットします。",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "属性で昇順または降順に並べ替えます。",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "オブジェクト属性でコレクションを並び替えます。",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "/wp/v2/news/(?P<parent>[\\d]+)/revisions/(?P<id>[\\d]+)": {
            "namespace": "wp/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "親オブジェクトの ID。",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "オブジェクトの一意識別子。",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "親オブジェクトの ID。",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "オブジェクトの一意識別子。",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "リビジョンがゴミ箱機能に対応していないため、true でなければなりません。",
                            "required": false
                        }
                    }
                }
            ]
        },
        "/wp/v2/news/(?P<id>[\\d]+)/autosaves": {
            "namespace": "wp/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "親オブジェクトの ID。",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "親オブジェクトの ID。",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "オブジェクトの公開日 (サイトのタイムゾーン)。",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "オブジェクトの公開日 (GMT)。",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "タイプに特有な、オブジェクトの英数字識別子。",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "オブジェクトに対して名前がついているステータス。",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "コンテンツや抜粋へのアクセスを保護するパスワード。",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "オブジェクトのタイトル。",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "データベースに存在する形態の、オブジェクトのタイトル。",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "表示用に整形された、オブジェクトの HTML タイトル。",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "オブジェクトのコンテンツ。",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "データベースに存在する形態の、オブジェクトのコンテンツ。",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "表示用に変換された、オブジェクトの HTML コンテンツ。",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "オブジェクトが使用するコンテンツブロック形式のバージョン。",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "コンテンツをパスワードで保護するかどうか。",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "オブジェクトの作成者の ID。",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "オブジェクトの抜粋。",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "データベースに存在する形態の、オブジェクトの抜粋。",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "表示用に変換された、オブジェクトの HTML の抜粋。",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "抜粋がパスワードで保護されているかどうか。",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "オブジェクトのアイキャッチとなるメディアの ID。",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "メタフィールド。",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "オブジェクト表示するために使用するテーマファイル。",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "/wp/v2/news/(?P<parent>[\\d]+)/autosaves/(?P<id>[\\d]+)": {
            "namespace": "wp/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "親オブジェクトの ID。",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "オブジェクト ID。",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "/wp/v2/types": {
            "namespace": "wp/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https://masada-j.co.jp/wp-json/wp/v2/types"
                    }
                ]
            }
        },
        "/wp/v2/types/(?P<type>[\\w-]+)": {
            "namespace": "wp/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "type": {
                            "description": "投稿タイプの英数字の識別子。",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "/wp/v2/statuses": {
            "namespace": "wp/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https://masada-j.co.jp/wp-json/wp/v2/statuses"
                    }
                ]
            }
        },
        "/wp/v2/statuses/(?P<status>[\\w-]+)": {
            "namespace": "wp/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "status": {
                            "description": "ステータスの英数字の識別子。",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "/wp/v2/taxonomies": {
            "namespace": "wp/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "type": {
                            "description": "特定の投稿タイプに関連付けられたタクソノミーに結果を制限します。",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https://masada-j.co.jp/wp-json/wp/v2/taxonomies"
                    }
                ]
            }
        },
        "/wp/v2/taxonomies/(?P<taxonomy>[\\w-]+)": {
            "namespace": "wp/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "taxonomy": {
                            "description": "タクソノミーの英数字の識別子。",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "/wp/v2/categories": {
            "namespace": "wp/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "コレクションの現在のページ。",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "結果として返される項目の最大数。",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "文字列に一致するものに結果を限定します。",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "特定の ID を結果から除外します。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "特定の ID に結果を限定します。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "属性で昇順または降順に並べ替えます。",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "タームの属性でコレクションを並べ替えます。",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "どの投稿にも割り当てられていないタームを非表示にするかどうか。",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "特定の親に割り当てられたタームに結果を限定します。",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "特定の投稿に割り当てられたタームに結果を限定します。",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "一つ以上の特定のスラッグを持つタームに結果を限定します。",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "description": {
                            "description": "タームの HTML の説明。",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "タームの HTML タイトル。",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "そのタイプに特有な、タームの英数字識別子。",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "親のターム ID。",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "メタフィールド。",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https://masada-j.co.jp/wp-json/wp/v2/categories"
                    }
                ]
            }
        },
        "/wp/v2/categories/(?P<id>[\\d]+)": {
            "namespace": "wp/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "タームの一意識別子。",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "タームの一意識別子。",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "タームの HTML の説明。",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "タームの HTML タイトル。",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "そのタイプに特有な、タームの英数字識別子。",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "親のターム ID。",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "メタフィールド。",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "タームの一意識別子。",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "タームがゴミ箱機能に対応していないため、true でなければなりません。",
                            "required": false
                        }
                    }
                }
            ]
        },
        "/wp/v2/tags": {
            "namespace": "wp/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "コレクションの現在のページ。",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "結果として返される項目の最大数。",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "文字列に一致するものに結果を限定します。",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "特定の ID を結果から除外します。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "特定の ID に結果を限定します。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "特定の項目数で結果をオフセットします。",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "属性で昇順または降順に並べ替えます。",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "タームの属性でコレクションを並べ替えます。",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "どの投稿にも割り当てられていないタームを非表示にするかどうか。",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "特定の投稿に割り当てられたタームに結果を限定します。",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "一つ以上の特定のスラッグを持つタームに結果を限定します。",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "description": {
                            "description": "タームの HTML の説明。",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "タームの HTML タイトル。",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "そのタイプに特有な、タームの英数字識別子。",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "メタフィールド。",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https://masada-j.co.jp/wp-json/wp/v2/tags"
                    }
                ]
            }
        },
        "/wp/v2/tags/(?P<id>[\\d]+)": {
            "namespace": "wp/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "タームの一意識別子。",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "タームの一意識別子。",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "タームの HTML の説明。",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "タームの HTML タイトル。",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "そのタイプに特有な、タームの英数字識別子。",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "メタフィールド。",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "タームの一意識別子。",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "タームがゴミ箱機能に対応していないため、true でなければなりません。",
                            "required": false
                        }
                    }
                }
            ]
        },
        "/wp/v2/users": {
            "namespace": "wp/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "コレクションの現在のページ。",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "結果として返される項目の最大数。",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "文字列に一致するものに結果を限定します。",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "特定の ID を結果から除外します。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "特定の ID に結果を限定します。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "特定の項目数で結果をオフセットします。",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "属性で昇順または降順に並べ替えます。",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "name",
                            "description": "オブジェクト属性でコレクションを並び替えます。",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "registered_date",
                                "slug",
                                "include_slugs",
                                "email",
                                "url"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "一つ以上の特定のスラッグを持つユーザーに結果を限定します。",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "roles": {
                            "description": "入力された、少なくとも一つ以上の特定の権限グループに一致するユーザーに結果を限定します。csv ファイルのリスト、あるいは一つの権限グループも可能です。",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "who": {
                            "description": "投稿者とみなされるユーザーに結果を限定する。",
                            "type": "string",
                            "enum": [
                                "authors"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "username": {
                            "description": "ユーザーのログイン名。",
                            "type": "string",
                            "required": true
                        },
                        "name": {
                            "description": "ユーザーの、ブログ上の表示名。",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "ユーザーの名。",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "ユーザーの姓。",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "ユーザーのメールアドレス。",
                            "type": "string",
                            "format": "email",
                            "required": true
                        },
                        "url": {
                            "description": "ユーザーの URL。",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "ユーザーの説明。",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "ユーザーのロケール。",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "ja"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "ユーザーのニックネーム。",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "ユーザーの英数字の識別子。",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "ユーザーに割り当てられた権限グループ。",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "ユーザーのパスワード (含まれることはありません)。",
                            "type": "string",
                            "required": true
                        },
                        "meta": {
                            "description": "メタフィールド。",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https://masada-j.co.jp/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": "ユーザーの一意識別子。",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "ユーザーの一意識別子。",
                            "type": "integer",
                            "required": false
                        },
                        "username": {
                            "description": "ユーザーのログイン名。",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "ユーザーの、ブログ上の表示名。",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "ユーザーの名。",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "ユーザーの姓。",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "ユーザーのメールアドレス。",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "url": {
                            "description": "ユーザーの URL。",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "ユーザーの説明。",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "ユーザーのロケール。",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "ja"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "ユーザーのニックネーム。",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "ユーザーの英数字の識別子。",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "ユーザーに割り当てられた権限グループ。",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "ユーザーのパスワード (含まれることはありません)。",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "メタフィールド。",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "ユーザーの一意識別子。",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "ユーザーがゴミ箱機能に対応していないため、true でなければなりません。",
                            "required": false
                        },
                        "reassign": {
                            "type": "integer",
                            "description": "削除するユーザーの投稿とリンクを、指定 ID のユーザーに割り当てます。",
                            "required": true
                        }
                    }
                }
            ]
        },
        "/wp/v2/users/me": {
            "namespace": "wp/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "username": {
                            "description": "ユーザーのログイン名。",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "ユーザーの、ブログ上の表示名。",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "ユーザーの名。",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "ユーザーの姓。",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "ユーザーのメールアドレス。",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "url": {
                            "description": "ユーザーの URL。",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "ユーザーの説明。",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "ユーザーのロケール。",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "ja"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "ユーザーのニックネーム。",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "ユーザーの英数字の識別子。",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "ユーザーに割り当てられた権限グループ。",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "ユーザーのパスワード (含まれることはありません)。",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "メタフィールド。",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "ユーザーがゴミ箱機能に対応していないため、true でなければなりません。",
                            "required": false
                        },
                        "reassign": {
                            "type": "integer",
                            "description": "削除するユーザーの投稿とリンクを、指定 ID のユーザーに割り当てます。",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https://masada-j.co.jp/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": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "app_id": {
                            "description": "アプリケーションが提供した固有識別用 UUID。UUID v5を URL または DNS の名前空間と共に使うことをおすすめします。",
                            "type": "string",
                            "format": "uuid",
                            "required": false
                        },
                        "name": {
                            "description": "アプリケーションパスワードの名称。",
                            "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": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "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": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "app_id": {
                            "description": "アプリケーションが提供した固有識別用 UUID。UUID v5を URL または DNS の名前空間と共に使うことをおすすめします。",
                            "type": "string",
                            "format": "uuid",
                            "required": false
                        },
                        "name": {
                            "description": "アプリケーションパスワードの名称。",
                            "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": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "コレクションの現在のページ。",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "結果として返される項目の最大数。",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "文字列に一致するものに結果を限定します。",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "入力された ISO8601 準拠の日付より後に公開されたコメントにレスポンスを限定します。",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "特定のユーザー ID が割り当てられたコメントに結果を限定します。認証が必要です。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "author_exclude": {
                            "description": "特定のユーザー ID が割り当てられたコメントを結果から除外します。認証が必要です。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "author_email": {
                            "default": null,
                            "description": "特定の投稿者のメールからのものに結果を限定します。認証が必要です。",
                            "format": "email",
                            "type": "string",
                            "required": false
                        },
                        "before": {
                            "description": "入力された ISO8601 準拠の日付より前に公開されたコメントにレスポンスを限定します。",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "特定の ID を結果から除外します。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "特定の ID に結果を限定します。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "特定の項目数で結果をオフセットします。",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "属性で昇順または降順に並べ替えます。",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "オブジェクト属性でコレクションを並び替えます。",
                            "type": "string",
                            "default": "date_gmt",
                            "enum": [
                                "date",
                                "date_gmt",
                                "id",
                                "include",
                                "post",
                                "parent",
                                "type"
                            ],
                            "required": false
                        },
                        "parent": {
                            "default": [],
                            "description": "特定の親 ID に属するコメントに結果を限定します。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_exclude": {
                            "default": [],
                            "description": "特定の親 ID を結果から除外します。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "post": {
                            "default": [],
                            "description": "特定の投稿 ID に割り当てられたコメントに結果を限定します。",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "approve",
                            "description": "特定のステータスが割り当てられたコメントに結果を限定します。認証が必要です。",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "comment",
                            "description": "特定のタイプが割り当てられたコメントに結果を限定します。認証が必要です。",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "パスワードで保護されている場合の投稿のパスワード。",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "author": {
                            "description": "投稿者がユーザーだった場合の、ユーザーオブジェクトの ID。",
                            "type": "integer",
                            "required": false
                        },
                        "author_email": {
                            "description": "オブジェクトの作成者のメールアドレス。",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "author_ip": {
                            "description": "オブジェクトの作成者の IP アドレス。",
                            "type": "string",
                            "format": "ip",
                            "required": false
                        },
                        "author_name": {
                            "description": "オブジェクトの作成者の名前を表示します。",
                            "type": "string",
                            "required": false
                        },
                        "author_url": {
                            "description": "オブジェクトの作成者の URL。",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "author_user_agent": {
                            "description": "オブジェクトの作成者のユーザーエージェント。",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "オブジェクトのコンテンツ。",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "データベースに存在する形態の、オブジェクトのコンテンツ。",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "表示用に変換された、オブジェクトの HTML コンテンツ。",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "date": {
                            "description": "オブジェクトの公開日 (サイトのタイムゾーン)。",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "オブジェクトの公開日 (GMT)。",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "parent": {
                            "default": 0,
                            "description": "親オブジェクトの ID。",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "default": 0,
                            "description": "関連投稿オブジェクトの ID。",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "オブジェクトのステータス。",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "メタフィールド。",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https://masada-j.co.jp/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": "オブジェクトの一意識別子。",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "コメントの親投稿のパスワード (投稿がパスワード保護されている場合)。",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "オブジェクトの一意識別子。",
                            "type": "integer",
                            "required": false
                        },
                        "author": {
                            "description": "投稿者がユーザーだった場合の、ユーザーオブジェクトの ID。",
                            "type": "integer",
                            "required": false
                        },
                        "author_email": {
                            "description": "オブジェクトの作成者のメールアドレス。",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "author_ip": {
                            "description": "オブジェクトの作成者の IP アドレス。",
                            "type": "string",
                            "format": "ip",
                            "required": false
                        },
                        "author_name": {
                            "description": "オブジェクトの作成者の名前を表示します。",
                            "type": "string",
                            "required": false
                        },
                        "author_url": {
                            "description": "オブジェクトの作成者の URL。",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "author_user_agent": {
                            "description": "オブジェクトの作成者のユーザーエージェント。",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "オブジェクトのコンテンツ。",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "データベースに存在する形態の、オブジェクトのコンテンツ。",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "表示用に変換された、オブジェクトの HTML コンテンツ。",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "date": {
                            "description": "オブジェクトの公開日 (サイトのタイムゾーン)。",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "オブジェクトの公開日 (GMT)。",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "parent": {
                            "description": "親オブジェクトの ID。",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "関連投稿オブジェクトの ID。",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "オブジェクトのステータス。",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "メタフィールド。",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "オブジェクトの一意識別子。",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "ゴミ箱に入れずに強制的に削除するかどうか。",
                            "required": false
                        },
                        "password": {
                            "description": "コメントの親投稿のパスワード (投稿がパスワード保護されている場合)。",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "/wp/v2/search": {
            "namespace": "wp/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "コレクションの現在のページ。",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "結果として返される項目の最大数。",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "文字列に一致するものに結果を限定します。",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "post",
                            "description": "オブジェクトタイプのアイテムの結果を制限します。",
                            "type": "string",
                            "enum": [
                                "post",
                                "term",
                                "post-format"
                            ],
                            "required": false
                        },
                        "subtype": {
                            "default": "any",
                            "description": "1つ以上のオブジェクトサブタイプのアイテムの結果を制限します。",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post",
                                    "page",
                                    "news",
                                    "category",
                                    "post_tag",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https://masada-j.co.jp/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": "ブロックのユニークな登録名。",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "ブロックの属性。",
                            "type": "object",
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "投稿コンテキストの ID。",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "/wp/v2/block-types": {
            "namespace": "wp/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "namespace": {
                            "description": "ブロック名前空間。",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https://masada-j.co.jp/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": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "namespace": {
                            "description": "ブロック名前空間。",
                            "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": "ブロック名。",
                            "type": "string",
                            "required": false
                        },
                        "namespace": {
                            "description": "ブロック名前空間。",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "/wp/v2/settings": {
            "namespace": "wp/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "title": {
                            "description": "サイト名。",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "サイトのキャッチフレーズ。",
                            "type": "string",
                            "required": false
                        },
                        "url": {
                            "description": "サイト URL。",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "email": {
                            "description": "このアドレスは新規ユーザーの通知などサイト管理のために使われます。",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "timezone": {
                            "description": "現在地と同じタイムゾーンの都市。",
                            "type": "string",
                            "required": false
                        },
                        "date_format": {
                            "description": "日付文字列の書式。",
                            "type": "string",
                            "required": false
                        },
                        "time_format": {
                            "description": "時刻文字列の書式。",
                            "type": "string",
                            "required": false
                        },
                        "start_of_week": {
                            "description": "週の始まりの曜日番号。",
                            "type": "integer",
                            "required": false
                        },
                        "language": {
                            "description": "WordPress のロケールコード。",
                            "type": "string",
                            "required": false
                        },
                        "use_smilies": {
                            "description": ":-) や :-P などの顔文字を絵文字に変換します。",
                            "type": "boolean",
                            "required": false
                        },
                        "default_category": {
                            "description": "デフォルトの投稿カテゴリー。",
                            "type": "integer",
                            "required": false
                        },
                        "default_post_format": {
                            "description": "デフォルトの投稿フォーマット。",
                            "type": "string",
                            "required": false
                        },
                        "posts_per_page": {
                            "description": "表示する最大投稿数。",
                            "type": "integer",
                            "required": false
                        },
                        "default_ping_status": {
                            "description": "新しい記事に対し他のブログからの通知 (ピンバック・トラックバック) を受け付ける。",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "default_comment_status": {
                            "description": "新しい投稿へのコメントを許可する。",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https://masada-j.co.jp/wp-json/wp/v2/settings"
                    }
                ]
            }
        },
        "/wp/v2/themes": {
            "namespace": "wp/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "status": {
                            "description": "1つ以上のステータスが割り当てられたテーマに結果を絞り込む。",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "active",
                                    "inactive"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https://masada-j.co.jp/wp-json/wp/v2/themes"
                    }
                ]
            }
        },
        "/wp/v2/themes/(?P<stylesheet>[\\w-]+)": {
            "namespace": "wp/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "stylesheet": {
                            "description": "テーマのスタイルシート。テーマを一意に識別します。",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "/wp/v2/plugins": {
            "namespace": "wp/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "search": {
                            "description": "文字列に一致するものに結果を限定します。",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "指定したステータスに一致するプラグインのみに結果を制限します。",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "inactive",
                                    "active"
                                ]
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "WordPress.org プラグインディレクトリのスラッグ。",
                            "pattern": "[\\w\\-]+",
                            "required": true
                        },
                        "status": {
                            "description": "プラグインの有効化ステータス。",
                            "type": "string",
                            "enum": [
                                "inactive",
                                "active"
                            ],
                            "default": "inactive",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https://masada-j.co.jp/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": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\/]+(?:\\/[^.\\/]+)?",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\/]+(?:\\/[^.\\/]+)?",
                            "required": false
                        },
                        "status": {
                            "description": "プラグインの有効化ステータス。",
                            "type": "string",
                            "enum": [
                                "inactive",
                                "active"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\/]+(?:\\/[^.\\/]+)?",
                            "required": false
                        }
                    }
                }
            ]
        },
        "/wp/v2/block-directory/search": {
            "namespace": "wp/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "コレクションの現在のページ。",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "結果として返される項目の最大数。",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "term": {
                            "description": "検索キーワードに一致するブロックのみに結果を制限します。",
                            "type": "string",
                            "minLength": 1,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https://masada-j.co.jp/wp-json/wp/v2/block-directory/search"
                    }
                ]
            }
        },
        "/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://masada-j.co.jp/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://masada-j.co.jp/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://masada-j.co.jp/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://masada-j.co.jp/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://masada-j.co.jp/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://masada-j.co.jp/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://masada-j.co.jp/wp-json/wp-site-health/v1/directory-sizes"
                    }
                ]
            }
        }
    },
    "_links": {
        "help": [
            {
                "href": "http://v2.wp-api.org/"
            }
        ]
    }
}
