{
    "name": "Pneuma Solutions",
    "description": "A Global Leader in Accessible Cloud Technologies",
    "url": "https:\/\/pneumasolutions.com",
    "home": "https:\/\/pneumasolutions.com\/ja",
    "gmt_offset": -4,
    "timezone_string": "America\/Indiana\/Indianapolis",
    "page_for_posts": 0,
    "page_on_front": 36,
    "show_on_front": "page",
    "namespaces": [
        "frm\/v2",
        "frm-admin\/v1",
        "oembed\/1.0",
        "akismet\/v1",
        "kadence-starter-library\/v1",
        "wordfence\/v1",
        "kb-mailerlite\/v1",
        "kb-getresponse\/v1",
        "kb-fluentcrm\/v1",
        "kbp\/v1",
        "kb-lottieanimation\/v1",
        "kb-vector\/v1",
        "kb-design-library\/v1",
        "kb-image-picker\/v1",
        "kbpp\/v1",
        "kb-mailchimp\/v1",
        "kb-activecampaign\/v1",
        "kb-sendinblue\/v1",
        "kbp-dynamic\/v1",
        "kb-convertkit\/v1",
        "kb-custom-svg\/v1",
        "ktp\/v1",
        "kit\/v1",
        "wp\/v2",
        "wp-site-health\/v1",
        "wp-block-editor\/v1",
        "wp-abilities\/v1"
    ],
    "authentication": [],
    "routes": {
        "\/": {
            "namespace": "",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/"
                    }
                ]
            }
        },
        "\/batch\/v1": {
            "namespace": "",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "validation": {
                            "type": "string",
                            "enum": [
                                "require-all-validate",
                                "normal"
                            ],
                            "default": "normal",
                            "required": false
                        },
                        "requests": {
                            "type": "array",
                            "maxItems": 25,
                            "items": {
                                "type": "object",
                                "properties": {
                                    "method": {
                                        "type": "string",
                                        "enum": [
                                            "POST",
                                            "PUT",
                                            "PATCH",
                                            "DELETE"
                                        ],
                                        "default": "POST"
                                    },
                                    "path": {
                                        "type": "string",
                                        "required": true
                                    },
                                    "body": {
                                        "type": "object",
                                        "properties": [],
                                        "additionalProperties": true
                                    },
                                    "headers": {
                                        "type": "object",
                                        "properties": [],
                                        "additionalProperties": {
                                            "type": [
                                                "string",
                                                "array"
                                            ],
                                            "items": {
                                                "type": "string"
                                            }
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/batch\/v1"
                    }
                ]
            }
        },
        "\/frm\/v2": {
            "namespace": "frm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "frm\/v2",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/frm\/v2"
                    }
                ]
            }
        },
        "\/frm\/v2\/forms\/(?P<parent_id>[\\w-]+)\/fields": {
            "namespace": "frm\/v2",
            "methods": [
                "GET",
                "POST",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/frm\/v2\/forms\/(?P<parent_id>[\\w-]+)\/fields\/(?P<id>[\\w-]+)": {
            "namespace": "frm\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/frm\/v2\/forms": {
            "namespace": "frm\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "page": {
                            "default": 1,
                            "required": false
                        },
                        "page_size": {
                            "default": 20,
                            "required": false
                        },
                        "order": {
                            "default": "ASC",
                            "required": false
                        },
                        "order_by": {
                            "default": "created_at",
                            "required": false
                        },
                        "search": {
                            "default": "",
                            "required": false
                        },
                        "return": {
                            "default": "array",
                            "required": false
                        },
                        "exclude_script": {
                            "default": "",
                            "required": false
                        },
                        "exclude_style": {
                            "default": "",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "page": {
                            "default": 1,
                            "required": false
                        },
                        "page_size": {
                            "default": 20,
                            "required": false
                        },
                        "order": {
                            "default": "ASC",
                            "required": false
                        },
                        "order_by": {
                            "default": "created_at",
                            "required": false
                        },
                        "search": {
                            "default": "",
                            "required": false
                        },
                        "return": {
                            "default": "array",
                            "required": false
                        },
                        "exclude_script": {
                            "default": "",
                            "required": false
                        },
                        "exclude_style": {
                            "default": "",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/frm\/v2\/forms"
                    }
                ]
            }
        },
        "\/frm\/v2\/forms\/(?P<id>[\\w-]+)": {
            "namespace": "frm\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "page": {
                            "default": 1,
                            "required": false
                        },
                        "page_size": {
                            "default": 20,
                            "required": false
                        },
                        "order": {
                            "default": "ASC",
                            "required": false
                        },
                        "order_by": {
                            "default": "created_at",
                            "required": false
                        },
                        "search": {
                            "default": "",
                            "required": false
                        },
                        "return": {
                            "default": "array",
                            "required": false
                        },
                        "exclude_script": {
                            "default": "",
                            "required": false
                        },
                        "exclude_style": {
                            "default": "",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "page": {
                            "default": 1,
                            "required": false
                        },
                        "page_size": {
                            "default": 20,
                            "required": false
                        },
                        "order": {
                            "default": "ASC",
                            "required": false
                        },
                        "order_by": {
                            "default": "created_at",
                            "required": false
                        },
                        "search": {
                            "default": "",
                            "required": false
                        },
                        "return": {
                            "default": "array",
                            "required": false
                        },
                        "exclude_script": {
                            "default": "",
                            "required": false
                        },
                        "exclude_style": {
                            "default": "",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/frm\/v2\/entries": {
            "namespace": "frm\/v2",
            "methods": [
                "GET",
                "POST",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "form_id": {
                            "default": 0,
                            "required": false
                        },
                        "page": {
                            "default": 1,
                            "required": false
                        },
                        "page_size": {
                            "default": 25,
                            "required": false
                        },
                        "order": {
                            "default": "ASC",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "default": "id",
                            "required": false
                        },
                        "search": {
                            "default": "",
                            "required": false
                        },
                        "start_date": {
                            "default": "",
                            "required": false
                        },
                        "end_date": {
                            "default": "",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "form_id": {
                            "default": 0,
                            "required": false
                        },
                        "page": {
                            "default": 1,
                            "required": false
                        },
                        "page_size": {
                            "default": 25,
                            "required": false
                        },
                        "order": {
                            "default": "ASC",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "default": "id",
                            "required": false
                        },
                        "search": {
                            "default": "",
                            "required": false
                        },
                        "start_date": {
                            "default": "",
                            "required": false
                        },
                        "end_date": {
                            "default": "",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "form_id": {
                            "default": 0,
                            "required": false
                        },
                        "page": {
                            "default": 1,
                            "required": false
                        },
                        "page_size": {
                            "default": 25,
                            "required": false
                        },
                        "order": {
                            "default": "ASC",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "default": "id",
                            "required": false
                        },
                        "search": {
                            "default": "",
                            "required": false
                        },
                        "start_date": {
                            "default": "",
                            "required": false
                        },
                        "end_date": {
                            "default": "",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/frm\/v2\/entries"
                    }
                ]
            }
        },
        "\/frm\/v2\/forms\/(?P<form_id>[\\w-]+)\/entries": {
            "namespace": "frm\/v2",
            "methods": [
                "GET",
                "POST",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "form_id": {
                            "default": 0,
                            "required": false
                        },
                        "page": {
                            "default": 1,
                            "required": false
                        },
                        "page_size": {
                            "default": 25,
                            "required": false
                        },
                        "order": {
                            "default": "ASC",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "default": "id",
                            "required": false
                        },
                        "search": {
                            "default": "",
                            "required": false
                        },
                        "start_date": {
                            "default": "",
                            "required": false
                        },
                        "end_date": {
                            "default": "",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "form_id": {
                            "default": 0,
                            "required": false
                        },
                        "page": {
                            "default": 1,
                            "required": false
                        },
                        "page_size": {
                            "default": 25,
                            "required": false
                        },
                        "order": {
                            "default": "ASC",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "default": "id",
                            "required": false
                        },
                        "search": {
                            "default": "",
                            "required": false
                        },
                        "start_date": {
                            "default": "",
                            "required": false
                        },
                        "end_date": {
                            "default": "",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "form_id": {
                            "default": 0,
                            "required": false
                        },
                        "page": {
                            "default": 1,
                            "required": false
                        },
                        "page_size": {
                            "default": 25,
                            "required": false
                        },
                        "order": {
                            "default": "ASC",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "default": "id",
                            "required": false
                        },
                        "search": {
                            "default": "",
                            "required": false
                        },
                        "start_date": {
                            "default": "",
                            "required": false
                        },
                        "end_date": {
                            "default": "",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/frm\/v2\/entries\/(?P<id>[\\w-]+)": {
            "namespace": "frm\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "form_id": {
                            "default": 0,
                            "required": false
                        },
                        "page": {
                            "default": 1,
                            "required": false
                        },
                        "page_size": {
                            "default": 25,
                            "required": false
                        },
                        "order": {
                            "default": "ASC",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "default": "id",
                            "required": false
                        },
                        "search": {
                            "default": "",
                            "required": false
                        },
                        "start_date": {
                            "default": "",
                            "required": false
                        },
                        "end_date": {
                            "default": "",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "form_id": {
                            "default": 0,
                            "required": false
                        },
                        "page": {
                            "default": 1,
                            "required": false
                        },
                        "page_size": {
                            "default": 25,
                            "required": false
                        },
                        "order": {
                            "default": "ASC",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "default": "id",
                            "required": false
                        },
                        "search": {
                            "default": "",
                            "required": false
                        },
                        "start_date": {
                            "default": "",
                            "required": false
                        },
                        "end_date": {
                            "default": "",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "form_id": {
                            "default": 0,
                            "required": false
                        },
                        "page": {
                            "default": 1,
                            "required": false
                        },
                        "page_size": {
                            "default": 25,
                            "required": false
                        },
                        "order": {
                            "default": "ASC",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "default": "id",
                            "required": false
                        },
                        "search": {
                            "default": "",
                            "required": false
                        },
                        "start_date": {
                            "default": "",
                            "required": false
                        },
                        "end_date": {
                            "default": "",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/frm\/v2\/stats\/(?P<type>[\\w-]+)\/(?P<field_id>[\\w,-]+)": {
            "namespace": "frm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/frm-admin\/v1": {
            "namespace": "frm-admin\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "frm-admin\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/frm-admin\/v1"
                    }
                ]
            }
        },
        "\/frm-admin\/v1\/install": {
            "namespace": "frm-admin\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/frm-admin\/v1\/install"
                    }
                ]
            }
        },
        "\/frm-admin\/v1\/install-addon": {
            "namespace": "frm-admin\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/frm-admin\/v1\/install-addon"
                    }
                ]
            }
        },
        "\/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:\/\/pneumasolutions.com\/ja\/wp-json\/oembed\/1.0"
                    }
                ]
            }
        },
        "\/oembed\/1.0\/embed": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "oEmbed \u30c7\u30fc\u30bf\u3092\u53d6\u5f97\u3059\u308b\u30ea\u30bd\u30fc\u30b9\u306e URL\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "format": {
                            "default": "json",
                            "required": false
                        },
                        "maxwidth": {
                            "default": 600,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/oembed\/1.0\/embed"
                    }
                ]
            }
        },
        "\/oembed\/1.0\/proxy": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "oEmbed \u30c7\u30fc\u30bf\u3092\u53d6\u5f97\u3059\u308b\u30ea\u30bd\u30fc\u30b9\u306e URL\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "format": {
                            "description": "\u4f7f\u7528\u3059\u308b oEmbed \u5f62\u5f0f\u3002",
                            "type": "string",
                            "default": "json",
                            "enum": [
                                "json",
                                "xml"
                            ],
                            "required": false
                        },
                        "maxwidth": {
                            "description": "\u57cb\u3081\u8fbc\u307f\u30d5\u30ec\u30fc\u30e0\u306e\u6700\u5927\u5e45 (\u30d4\u30af\u30bb\u30eb)\u3002",
                            "type": "integer",
                            "default": 600,
                            "required": false
                        },
                        "maxheight": {
                            "description": "\u57cb\u3081\u8fbc\u307f\u30d5\u30ec\u30fc\u30e0\u306e\u6700\u5927\u306e\u9ad8\u3055 (\u30d4\u30af\u30bb\u30eb)\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "discover": {
                            "description": "\u8a31\u53ef\u3055\u308c\u3066\u3044\u306a\u3044\u30d7\u30ed\u30d0\u30a4\u30c0\u30fc\u306b\u5bfe\u3057\u3066 oEmbed \u691c\u51fa\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u884c\u3046\u304b\u3069\u3046\u304b\u3002",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/oembed\/1.0\/proxy"
                    }
                ]
            }
        },
        "\/akismet\/v1": {
            "namespace": "akismet\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "akismet\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/akismet\/v1"
                    }
                ]
            }
        },
        "\/akismet\/v1\/key": {
            "namespace": "akismet\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "key": {
                            "type": "string",
                            "description": "12\u6587\u5b57\u306e Akismet API \u30ad\u30fc\u3002 akismet.com\/account \u3067\u5229\u7528\u53ef\u80fd",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/akismet\/v1\/key"
                    }
                ]
            }
        },
        "\/akismet\/v1\/settings": {
            "namespace": "akismet\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "akismet_strictness": {
                            "type": "boolean",
                            "description": "\u771f\u3067\u3042\u308c\u3070\u3001Akismet \u306f\u6700\u3082\u60aa\u8cea\u306a\u7a2e\u985e\u306e\u30b9\u30d1\u30e0\u3092\u30b9\u30d1\u30e0\u30d5\u30a9\u30eb\u30c0\u30fc\u306b\u632f\u308a\u5206\u3051\u308b\u306e\u3067\u306f\u306a\u304f\u3001\u81ea\u52d5\u7684\u306b\u524a\u9664\u3057\u307e\u3059\u3002",
                            "required": false
                        },
                        "akismet_show_user_comments_approved": {
                            "type": "boolean",
                            "description": "\u771f\u3067\u3042\u308c\u3070\u3001\u30b3\u30e1\u30f3\u30c8\u30ea\u30b9\u30c8\u306e\u30da\u30fc\u30b8\u306e\u30b3\u30e1\u30f3\u30c8\u6295\u7a3f\u8005\u306e\u6a2a\u306b\u3001\u627f\u8a8d\u3055\u308c\u305f\u30b3\u30e1\u30f3\u30c8\u6570\u3092\u8868\u793a\u3057\u307e\u3059\u3002",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/akismet\/v1\/settings"
                    }
                ]
            }
        },
        "\/akismet\/v1\/stats": {
            "namespace": "akismet\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "interval": {
                            "type": "string",
                            "description": "\u7d71\u8a08\u60c5\u5831\u3092\u53d6\u5f97\u3059\u308b\u671f\u9593\u3002\u9078\u629e\u80a2: 60\u65e5\u9593\u30016\u30f6\u6708\u9593\u3001\u5168\u671f\u9593",
                            "default": "all",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/akismet\/v1\/stats"
                    }
                ]
            }
        },
        "\/akismet\/v1\/stats\/(?P<interval>[\\w+])": {
            "namespace": "akismet\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "interval": {
                            "description": "\u7d71\u8a08\u60c5\u5831\u3092\u53d6\u5f97\u3059\u308b\u671f\u9593\u3002\u9078\u629e\u80a2: 60\u65e5\u9593\u30016\u30f6\u6708\u9593\u3001\u5168\u671f\u9593",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/akismet\/v1\/alert": {
            "namespace": "akismet\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "key": {
                            "type": "string",
                            "description": "12\u6587\u5b57\u306e Akismet API \u30ad\u30fc\u3002 akismet.com\/account \u3067\u5229\u7528\u53ef\u80fd",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "key": {
                            "type": "string",
                            "description": "12\u6587\u5b57\u306e Akismet API \u30ad\u30fc\u3002 akismet.com\/account \u3067\u5229\u7528\u53ef\u80fd",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "key": {
                            "type": "string",
                            "description": "12\u6587\u5b57\u306e Akismet API \u30ad\u30fc\u3002 akismet.com\/account \u3067\u5229\u7528\u53ef\u80fd",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/akismet\/v1\/alert"
                    }
                ]
            }
        },
        "\/akismet\/v1\/webhook": {
            "namespace": "akismet\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/akismet\/v1\/webhook"
                    }
                ]
            }
        },
        "\/kadence-starter-library\/v1": {
            "namespace": "kadence-starter-library\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "kadence-starter-library\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kadence-starter-library\/v1"
                    }
                ]
            }
        },
        "\/kadence-starter-library\/v1\/starter-help-docs": {
            "namespace": "kadence-starter-library\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kadence-starter-library\/v1\/starter-help-docs"
                    }
                ]
            }
        },
        "\/kadence-starter-library\/v1\/handle_event": {
            "namespace": "kadence-starter-library\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "event_label": {
                            "description": "The Event Label",
                            "type": "string",
                            "required": false
                        },
                        "event_data": {
                            "description": "The Event Data",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kadence-starter-library\/v1\/handle_event"
                    }
                ]
            }
        },
        "\/kadence-starter-library\/v1\/get": {
            "namespace": "kadence-starter-library\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Import Page.",
                            "type": "string",
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "plugins": {
                            "description": "Import Plugins",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "plugin": {
                            "description": "Import Plugin",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kadence-starter-library\/v1\/get"
                    }
                ]
            }
        },
        "\/kadence-starter-library\/v1\/ai-base": {
            "namespace": "kadence-starter-library\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Import Page.",
                            "type": "string",
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "plugins": {
                            "description": "Import Plugins",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "plugin": {
                            "description": "Import Plugin",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kadence-starter-library\/v1\/ai-base"
                    }
                ]
            }
        },
        "\/kadence-starter-library\/v1\/get-all-local-ai": {
            "namespace": "kadence-starter-library\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Import Page.",
                            "type": "string",
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "plugins": {
                            "description": "Import Plugins",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "plugin": {
                            "description": "Import Plugin",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kadence-starter-library\/v1\/get-all-local-ai"
                    }
                ]
            }
        },
        "\/kadence-starter-library\/v1\/get-all-ai": {
            "namespace": "kadence-starter-library\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Import Page.",
                            "type": "string",
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "plugins": {
                            "description": "Import Plugins",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "plugin": {
                            "description": "Import Plugin",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kadence-starter-library\/v1\/get-all-ai"
                    }
                ]
            }
        },
        "\/kadence-starter-library\/v1\/remove-content": {
            "namespace": "kadence-starter-library\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Import Page.",
                            "type": "string",
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "plugins": {
                            "description": "Import Plugins",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "plugin": {
                            "description": "Import Plugin",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kadence-starter-library\/v1\/remove-content"
                    }
                ]
            }
        },
        "\/kadence-starter-library\/v1\/install-plugins": {
            "namespace": "kadence-starter-library\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Import Page.",
                            "type": "string",
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "plugins": {
                            "description": "Import Plugins",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "plugin": {
                            "description": "Import Plugin",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kadence-starter-library\/v1\/install-plugins"
                    }
                ]
            }
        },
        "\/kadence-starter-library\/v1\/install-plugin": {
            "namespace": "kadence-starter-library\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Import Page.",
                            "type": "string",
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "plugins": {
                            "description": "Import Plugins",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "plugin": {
                            "description": "Import Plugin",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kadence-starter-library\/v1\/install-plugin"
                    }
                ]
            }
        },
        "\/kadence-starter-library\/v1\/install-pages": {
            "namespace": "kadence-starter-library\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Import Page.",
                            "type": "string",
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "plugins": {
                            "description": "Import Plugins",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "plugin": {
                            "description": "Import Plugin",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kadence-starter-library\/v1\/install-pages"
                    }
                ]
            }
        },
        "\/kadence-starter-library\/v1\/process-pages": {
            "namespace": "kadence-starter-library\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Import Page.",
                            "type": "string",
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "plugins": {
                            "description": "Import Plugins",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "plugin": {
                            "description": "Import Plugin",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kadence-starter-library\/v1\/process-pages"
                    }
                ]
            }
        },
        "\/kadence-starter-library\/v1\/install-posts": {
            "namespace": "kadence-starter-library\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Import Page.",
                            "type": "string",
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "plugins": {
                            "description": "Import Plugins",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "plugin": {
                            "description": "Import Plugin",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kadence-starter-library\/v1\/install-posts"
                    }
                ]
            }
        },
        "\/kadence-starter-library\/v1\/get-posts": {
            "namespace": "kadence-starter-library\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Import Page.",
                            "type": "string",
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "plugins": {
                            "description": "Import Plugins",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "plugin": {
                            "description": "Import Plugin",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kadence-starter-library\/v1\/get-posts"
                    }
                ]
            }
        },
        "\/kadence-starter-library\/v1\/update-pages": {
            "namespace": "kadence-starter-library\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Import Page.",
                            "type": "string",
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "plugins": {
                            "description": "Import Plugins",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "plugin": {
                            "description": "Import Plugin",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kadence-starter-library\/v1\/update-pages"
                    }
                ]
            }
        },
        "\/kadence-starter-library\/v1\/get-products": {
            "namespace": "kadence-starter-library\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Import Page.",
                            "type": "string",
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "plugins": {
                            "description": "Import Plugins",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "plugin": {
                            "description": "Import Plugin",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kadence-starter-library\/v1\/get-products"
                    }
                ]
            }
        },
        "\/kadence-starter-library\/v1\/install-products": {
            "namespace": "kadence-starter-library\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Import Page.",
                            "type": "string",
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "plugins": {
                            "description": "Import Plugins",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "plugin": {
                            "description": "Import Plugin",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kadence-starter-library\/v1\/install-products"
                    }
                ]
            }
        },
        "\/kadence-starter-library\/v1\/get-events": {
            "namespace": "kadence-starter-library\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Import Page.",
                            "type": "string",
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "plugins": {
                            "description": "Import Plugins",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "plugin": {
                            "description": "Import Plugin",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kadence-starter-library\/v1\/get-events"
                    }
                ]
            }
        },
        "\/kadence-starter-library\/v1\/install-events": {
            "namespace": "kadence-starter-library\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Import Page.",
                            "type": "string",
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "plugins": {
                            "description": "Import Plugins",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "plugin": {
                            "description": "Import Plugin",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kadence-starter-library\/v1\/install-events"
                    }
                ]
            }
        },
        "\/kadence-starter-library\/v1\/install-course": {
            "namespace": "kadence-starter-library\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Import Page.",
                            "type": "string",
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "plugins": {
                            "description": "Import Plugins",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "plugin": {
                            "description": "Import Plugin",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kadence-starter-library\/v1\/install-course"
                    }
                ]
            }
        },
        "\/kadence-starter-library\/v1\/install-donation-form": {
            "namespace": "kadence-starter-library\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Import Page.",
                            "type": "string",
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "plugins": {
                            "description": "Import Plugins",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "plugin": {
                            "description": "Import Plugin",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kadence-starter-library\/v1\/install-donation-form"
                    }
                ]
            }
        },
        "\/kadence-starter-library\/v1\/install-block-cpt": {
            "namespace": "kadence-starter-library\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Import Page.",
                            "type": "string",
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "plugins": {
                            "description": "Import Plugins",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "plugin": {
                            "description": "Import Plugin",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kadence-starter-library\/v1\/install-block-cpt"
                    }
                ]
            }
        },
        "\/kadence-starter-library\/v1\/install-settings": {
            "namespace": "kadence-starter-library\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Import Page.",
                            "type": "string",
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "plugins": {
                            "description": "Import Plugins",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "plugin": {
                            "description": "Import Plugin",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kadence-starter-library\/v1\/install-settings"
                    }
                ]
            }
        },
        "\/kadence-starter-library\/v1\/install-navigation": {
            "namespace": "kadence-starter-library\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Import Page.",
                            "type": "string",
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "plugins": {
                            "description": "Import Plugins",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "plugin": {
                            "description": "Import Plugin",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kadence-starter-library\/v1\/install-navigation"
                    }
                ]
            }
        },
        "\/kadence-starter-library\/v1\/install-widgets": {
            "namespace": "kadence-starter-library\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Import Page.",
                            "type": "string",
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "plugins": {
                            "description": "Import Plugins",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "plugin": {
                            "description": "Import Plugin",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kadence-starter-library\/v1\/install-widgets"
                    }
                ]
            }
        },
        "\/kadence-starter-library\/v1\/get_remaining_credits": {
            "namespace": "kadence-starter-library\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Import Page.",
                            "type": "string",
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "plugins": {
                            "description": "Import Plugins",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "plugin": {
                            "description": "Import Plugin",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kadence-starter-library\/v1\/get_remaining_credits"
                    }
                ]
            }
        },
        "\/kadence-starter-library\/v1\/get_auth_data": {
            "namespace": "kadence-starter-library\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Import Page.",
                            "type": "string",
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "plugins": {
                            "description": "Import Plugins",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "plugin": {
                            "description": "Import Plugin",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kadence-starter-library\/v1\/get_auth_data"
                    }
                ]
            }
        },
        "\/kadence-starter-library\/v1\/get_initial_jobs": {
            "namespace": "kadence-starter-library\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Import Page.",
                            "type": "string",
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "plugins": {
                            "description": "Import Plugins",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "plugin": {
                            "description": "Import Plugin",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kadence-starter-library\/v1\/get_initial_jobs"
                    }
                ]
            }
        },
        "\/kadence-starter-library\/v1\/has_initial_jobs": {
            "namespace": "kadence-starter-library\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Import Page.",
                            "type": "string",
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "plugins": {
                            "description": "Import Plugins",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "plugin": {
                            "description": "Import Plugin",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kadence-starter-library\/v1\/has_initial_jobs"
                    }
                ]
            }
        },
        "\/kadence-starter-library\/v1\/get_remaining_jobs": {
            "namespace": "kadence-starter-library\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Import Page.",
                            "type": "string",
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "plugins": {
                            "description": "Import Plugins",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "plugin": {
                            "description": "Import Plugin",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kadence-starter-library\/v1\/get_remaining_jobs"
                    }
                ]
            }
        },
        "\/kadence-starter-library\/v1\/get_local_contexts": {
            "namespace": "kadence-starter-library\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Import Page.",
                            "type": "string",
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "plugins": {
                            "description": "Import Plugins",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "plugin": {
                            "description": "Import Plugin",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kadence-starter-library\/v1\/get_local_contexts"
                    }
                ]
            }
        },
        "\/kadence-starter-library\/v1\/get_images": {
            "namespace": "kadence-starter-library\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Import Page.",
                            "type": "string",
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "plugins": {
                            "description": "Import Plugins",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "plugin": {
                            "description": "Import Plugin",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kadence-starter-library\/v1\/get_images"
                    }
                ]
            }
        },
        "\/kadence-starter-library\/v1\/get_image_collections": {
            "namespace": "kadence-starter-library\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Import Page.",
                            "type": "string",
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "plugins": {
                            "description": "Import Plugins",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "plugin": {
                            "description": "Import Plugin",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kadence-starter-library\/v1\/get_image_collections"
                    }
                ]
            }
        },
        "\/kadence-starter-library\/v1\/get_search_query": {
            "namespace": "kadence-starter-library\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Import Page.",
                            "type": "string",
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "plugins": {
                            "description": "Import Plugins",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "plugin": {
                            "description": "Import Plugin",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kadence-starter-library\/v1\/get_search_query"
                    }
                ]
            }
        },
        "\/kadence-starter-library\/v1\/get_verticals": {
            "namespace": "kadence-starter-library\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Import Page.",
                            "type": "string",
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "plugins": {
                            "description": "Import Plugins",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "plugin": {
                            "description": "Import Plugin",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kadence-starter-library\/v1\/get_verticals"
                    }
                ]
            }
        },
        "\/kadence-starter-library\/v1\/get_keywords": {
            "namespace": "kadence-starter-library\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Import Page.",
                            "type": "string",
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "plugins": {
                            "description": "Import Plugins",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "plugin": {
                            "description": "Import Plugin",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kadence-starter-library\/v1\/get_keywords"
                    }
                ]
            }
        },
        "\/kadence-starter-library\/v1\/process_images": {
            "namespace": "kadence-starter-library\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Import Page.",
                            "type": "string",
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "plugins": {
                            "description": "Import Plugins",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "plugin": {
                            "description": "Import Plugin",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kadence-starter-library\/v1\/process_images"
                    }
                ]
            }
        },
        "\/wordfence\/v1": {
            "namespace": "wordfence\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wordfence\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wordfence\/v1"
                    }
                ]
            }
        },
        "\/wordfence\/v1\/authenticate": {
            "namespace": "wordfence\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wordfence\/v1\/authenticate"
                    }
                ]
            }
        },
        "\/wordfence\/v1\/authenticate-premium": {
            "namespace": "wordfence\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wordfence\/v1\/authenticate-premium"
                    }
                ]
            }
        },
        "\/wordfence\/v1\/config": {
            "namespace": "wordfence\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wordfence\/v1\/config"
                    }
                ]
            }
        },
        "\/wordfence\/v1\/disconnect": {
            "namespace": "wordfence\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wordfence\/v1\/disconnect"
                    }
                ]
            }
        },
        "\/wordfence\/v1\/premium-connect": {
            "namespace": "wordfence\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wordfence\/v1\/premium-connect"
                    }
                ]
            }
        },
        "\/wordfence\/v1\/scan\/issues": {
            "namespace": "wordfence\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wordfence\/v1\/scan\/issues"
                    }
                ]
            }
        },
        "\/wordfence\/v1\/scan": {
            "namespace": "wordfence\/v1",
            "methods": [
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wordfence\/v1\/scan"
                    }
                ]
            }
        },
        "\/wordfence\/v1\/scan\/issue": {
            "namespace": "wordfence\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wordfence\/v1\/scan\/issue"
                    }
                ]
            }
        },
        "\/kb-mailerlite\/v1": {
            "namespace": "kb-mailerlite\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "kb-mailerlite\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kb-mailerlite\/v1"
                    }
                ]
            }
        },
        "\/kb-mailerlite\/v1\/get": {
            "namespace": "kb-mailerlite\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "apikey": {
                            "description": "The API Key for Mailerlite account.",
                            "type": "string",
                            "required": false
                        },
                        "endpoint": {
                            "description": "Actionable endpoint for api call.",
                            "type": "string",
                            "required": false
                        },
                        "queryargs": {
                            "description": "Query Args for url.",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kb-mailerlite\/v1\/get"
                    }
                ]
            }
        },
        "\/kb-getresponse\/v1": {
            "namespace": "kb-getresponse\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "kb-getresponse\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kb-getresponse\/v1"
                    }
                ]
            }
        },
        "\/kb-getresponse\/v1\/get": {
            "namespace": "kb-getresponse\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "endpoint": {
                            "description": "Actionable endpoint for api call.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kb-getresponse\/v1\/get"
                    }
                ]
            }
        },
        "\/kb-fluentcrm\/v1": {
            "namespace": "kb-fluentcrm\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "kb-fluentcrm\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kb-fluentcrm\/v1"
                    }
                ]
            }
        },
        "\/kb-fluentcrm\/v1\/get": {
            "namespace": "kb-fluentcrm\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "endpoint": {
                            "description": "Actionable endpoint for api call.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kb-fluentcrm\/v1\/get"
                    }
                ]
            }
        },
        "\/kbp\/v1": {
            "namespace": "kbp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "kbp\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kbp\/v1"
                    }
                ]
            }
        },
        "\/kbp\/v1\/post-query": {
            "namespace": "kbp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results to return.",
                            "type": "number",
                            "default": 25,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Limit results to items of a specific post type.",
                            "type": "string",
                            "required": false
                        },
                        "include": {
                            "description": "Include posts by ID.",
                            "type": "array",
                            "required": false
                        },
                        "query": {
                            "description": "Define Type of Query.",
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "description": "Define Query Order.",
                            "type": "string",
                            "required": false
                        },
                        "order_by": {
                            "description": "Define Query Order By.",
                            "type": "string",
                            "required": false
                        },
                        "allow_sticky": {
                            "description": "Allow Sticky in Query.",
                            "type": "boolean",
                            "required": false
                        },
                        "exclude": {
                            "description": "Exclude Category.",
                            "type": "string",
                            "required": false
                        },
                        "offset": {
                            "description": "Number of items to offset in query.",
                            "type": "number",
                            "default": 0,
                            "required": false
                        },
                        "post_id": {
                            "description": "The Current Post ID.",
                            "type": "string",
                            "required": false
                        },
                        "custom_tax": {
                            "description": "Check if using a custom Taxonomy",
                            "type": "boolean",
                            "required": false
                        },
                        "tax_type": {
                            "description": "Define Query Order By.",
                            "type": "string",
                            "required": false
                        },
                        "category": {
                            "description": "Include posts category.",
                            "type": "string",
                            "required": false
                        },
                        "tags": {
                            "description": "Include posts tags.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kbp\/v1\/post-query"
                    }
                ]
            }
        },
        "\/kbp\/v1\/taxonomies-select": {
            "namespace": "kbp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Page of results to return.",
                            "type": "number",
                            "default": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results to return.",
                            "type": "number",
                            "default": 25,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "source": {
                            "description": "The source of the content.",
                            "type": "string",
                            "default": "",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kbp\/v1\/taxonomies-select"
                    }
                ]
            }
        },
        "\/kbp\/v1\/term-select": {
            "namespace": "kbp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Page of results to return.",
                            "type": "number",
                            "default": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results to return.",
                            "type": "number",
                            "default": 25,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "source": {
                            "description": "The source of the content.",
                            "type": "string",
                            "default": "",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kbp\/v1\/term-select"
                    }
                ]
            }
        },
        "\/kb-lottieanimation\/v1": {
            "namespace": "kb-lottieanimation\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "kb-lottieanimation\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kb-lottieanimation\/v1"
                    }
                ]
            }
        },
        "\/kb-lottieanimation\/v1\/animations\/(?P<id>[\\a-zA-Z0-9]+)": {
            "namespace": "kb-lottieanimation\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/kb-lottieanimation\/v1\/animations": {
            "namespace": "kb-lottieanimation\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kb-lottieanimation\/v1\/animations"
                    }
                ]
            }
        },
        "\/kb-vector\/v1": {
            "namespace": "kb-vector\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "kb-vector\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kb-vector\/v1"
                    }
                ]
            }
        },
        "\/kb-vector\/v1\/vectors": {
            "namespace": "kb-vector\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kb-vector\/v1\/vectors"
                    }
                ]
            }
        },
        "\/kb-design-library\/v1": {
            "namespace": "kb-design-library\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "kb-design-library\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kb-design-library\/v1"
                    }
                ]
            }
        },
        "\/kb-design-library\/v1\/get": {
            "namespace": "kb-design-library\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "pattern_type": {
                            "description": "Pattern Type",
                            "type": "string",
                            "required": false
                        },
                        "pattern_style": {
                            "description": "Pattern Style",
                            "type": "string",
                            "required": false
                        },
                        "pattern_id": {
                            "description": "Pattern ID",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        },
                        "meta": {
                            "description": "The meta to return",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kb-design-library\/v1\/get"
                    }
                ]
            }
        },
        "\/kb-design-library\/v1\/get_all_items": {
            "namespace": "kb-design-library\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "pattern_type": {
                            "description": "Pattern Type",
                            "type": "string",
                            "required": false
                        },
                        "pattern_style": {
                            "description": "Pattern Style",
                            "type": "string",
                            "required": false
                        },
                        "pattern_id": {
                            "description": "Pattern ID",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        },
                        "meta": {
                            "description": "The meta to return",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kb-design-library\/v1\/get_all_items"
                    }
                ]
            }
        },
        "\/kb-design-library\/v1\/get-all-ai": {
            "namespace": "kb-design-library\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "pattern_type": {
                            "description": "Pattern Type",
                            "type": "string",
                            "required": false
                        },
                        "pattern_style": {
                            "description": "Pattern Style",
                            "type": "string",
                            "required": false
                        },
                        "pattern_id": {
                            "description": "Pattern ID",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        },
                        "meta": {
                            "description": "The meta to return",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kb-design-library\/v1\/get-all-ai"
                    }
                ]
            }
        },
        "\/kb-design-library\/v1\/get_remaining_jobs": {
            "namespace": "kb-design-library\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "pattern_type": {
                            "description": "Pattern Type",
                            "type": "string",
                            "required": false
                        },
                        "pattern_style": {
                            "description": "Pattern Style",
                            "type": "string",
                            "required": false
                        },
                        "pattern_id": {
                            "description": "Pattern ID",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        },
                        "meta": {
                            "description": "The meta to return",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kb-design-library\/v1\/get_remaining_jobs"
                    }
                ]
            }
        },
        "\/kb-design-library\/v1\/get_library": {
            "namespace": "kb-design-library\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "pattern_type": {
                            "description": "Pattern Type",
                            "type": "string",
                            "required": false
                        },
                        "pattern_style": {
                            "description": "Pattern Style",
                            "type": "string",
                            "required": false
                        },
                        "pattern_id": {
                            "description": "Pattern ID",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        },
                        "meta": {
                            "description": "The meta to return",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kb-design-library\/v1\/get_library"
                    }
                ]
            }
        },
        "\/kb-design-library\/v1\/get_library_categories": {
            "namespace": "kb-design-library\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "pattern_type": {
                            "description": "Pattern Type",
                            "type": "string",
                            "required": false
                        },
                        "pattern_style": {
                            "description": "Pattern Style",
                            "type": "string",
                            "required": false
                        },
                        "pattern_id": {
                            "description": "Pattern ID",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        },
                        "meta": {
                            "description": "The meta to return",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kb-design-library\/v1\/get_library_categories"
                    }
                ]
            }
        },
        "\/kb-design-library\/v1\/get_connection": {
            "namespace": "kb-design-library\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "pattern_type": {
                            "description": "Pattern Type",
                            "type": "string",
                            "required": false
                        },
                        "pattern_style": {
                            "description": "Pattern Style",
                            "type": "string",
                            "required": false
                        },
                        "pattern_id": {
                            "description": "Pattern ID",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        },
                        "meta": {
                            "description": "The meta to return",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kb-design-library\/v1\/get_connection"
                    }
                ]
            }
        },
        "\/kb-design-library\/v1\/get_local_contexts": {
            "namespace": "kb-design-library\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "pattern_type": {
                            "description": "Pattern Type",
                            "type": "string",
                            "required": false
                        },
                        "pattern_style": {
                            "description": "Pattern Style",
                            "type": "string",
                            "required": false
                        },
                        "pattern_id": {
                            "description": "Pattern ID",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        },
                        "meta": {
                            "description": "The meta to return",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kb-design-library\/v1\/get_local_contexts"
                    }
                ]
            }
        },
        "\/kb-design-library\/v1\/get_verticals": {
            "namespace": "kb-design-library\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "pattern_type": {
                            "description": "Pattern Type",
                            "type": "string",
                            "required": false
                        },
                        "pattern_style": {
                            "description": "Pattern Style",
                            "type": "string",
                            "required": false
                        },
                        "pattern_id": {
                            "description": "Pattern ID",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        },
                        "meta": {
                            "description": "The meta to return",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kb-design-library\/v1\/get_verticals"
                    }
                ]
            }
        },
        "\/kb-design-library\/v1\/get_keywords": {
            "namespace": "kb-design-library\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "pattern_type": {
                            "description": "Pattern Type",
                            "type": "string",
                            "required": false
                        },
                        "pattern_style": {
                            "description": "Pattern Style",
                            "type": "string",
                            "required": false
                        },
                        "pattern_id": {
                            "description": "Pattern ID",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        },
                        "meta": {
                            "description": "The meta to return",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kb-design-library\/v1\/get_keywords"
                    }
                ]
            }
        },
        "\/kb-design-library\/v1\/get_initial_jobs": {
            "namespace": "kb-design-library\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "pattern_type": {
                            "description": "Pattern Type",
                            "type": "string",
                            "required": false
                        },
                        "pattern_style": {
                            "description": "Pattern Style",
                            "type": "string",
                            "required": false
                        },
                        "pattern_id": {
                            "description": "Pattern ID",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        },
                        "meta": {
                            "description": "The meta to return",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kb-design-library\/v1\/get_initial_jobs"
                    }
                ]
            }
        },
        "\/kb-design-library\/v1\/get_search_query": {
            "namespace": "kb-design-library\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "pattern_type": {
                            "description": "Pattern Type",
                            "type": "string",
                            "required": false
                        },
                        "pattern_style": {
                            "description": "Pattern Style",
                            "type": "string",
                            "required": false
                        },
                        "pattern_id": {
                            "description": "Pattern ID",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        },
                        "meta": {
                            "description": "The meta to return",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kb-design-library\/v1\/get_search_query"
                    }
                ]
            }
        },
        "\/kb-design-library\/v1\/get_images": {
            "namespace": "kb-design-library\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "pattern_type": {
                            "description": "Pattern Type",
                            "type": "string",
                            "required": false
                        },
                        "pattern_style": {
                            "description": "Pattern Style",
                            "type": "string",
                            "required": false
                        },
                        "pattern_id": {
                            "description": "Pattern ID",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        },
                        "meta": {
                            "description": "The meta to return",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kb-design-library\/v1\/get_images"
                    }
                ]
            }
        },
        "\/kb-design-library\/v1\/get_image_collections": {
            "namespace": "kb-design-library\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "pattern_type": {
                            "description": "Pattern Type",
                            "type": "string",
                            "required": false
                        },
                        "pattern_style": {
                            "description": "Pattern Style",
                            "type": "string",
                            "required": false
                        },
                        "pattern_id": {
                            "description": "Pattern ID",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        },
                        "meta": {
                            "description": "The meta to return",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kb-design-library\/v1\/get_image_collections"
                    }
                ]
            }
        },
        "\/kb-design-library\/v1\/get_pattern_content": {
            "namespace": "kb-design-library\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "pattern_type": {
                            "description": "Pattern Type",
                            "type": "string",
                            "required": false
                        },
                        "pattern_style": {
                            "description": "Pattern Style",
                            "type": "string",
                            "required": false
                        },
                        "pattern_id": {
                            "description": "Pattern ID",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        },
                        "meta": {
                            "description": "The meta to return",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kb-design-library\/v1\/get_pattern_content"
                    }
                ]
            }
        },
        "\/kb-design-library\/v1\/process_pattern": {
            "namespace": "kb-design-library\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "pattern_type": {
                            "description": "Pattern Type",
                            "type": "string",
                            "required": false
                        },
                        "pattern_style": {
                            "description": "Pattern Style",
                            "type": "string",
                            "required": false
                        },
                        "pattern_id": {
                            "description": "Pattern ID",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        },
                        "meta": {
                            "description": "The meta to return",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kb-design-library\/v1\/process_pattern"
                    }
                ]
            }
        },
        "\/kb-design-library\/v1\/process_images": {
            "namespace": "kb-design-library\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "pattern_type": {
                            "description": "Pattern Type",
                            "type": "string",
                            "required": false
                        },
                        "pattern_style": {
                            "description": "Pattern Style",
                            "type": "string",
                            "required": false
                        },
                        "pattern_id": {
                            "description": "Pattern ID",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        },
                        "meta": {
                            "description": "The meta to return",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kb-design-library\/v1\/process_images"
                    }
                ]
            }
        },
        "\/kb-design-library\/v1\/get_remaining_credits": {
            "namespace": "kb-design-library\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "pattern_type": {
                            "description": "Pattern Type",
                            "type": "string",
                            "required": false
                        },
                        "pattern_style": {
                            "description": "Pattern Style",
                            "type": "string",
                            "required": false
                        },
                        "pattern_id": {
                            "description": "Pattern ID",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        },
                        "meta": {
                            "description": "The meta to return",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kb-design-library\/v1\/get_remaining_credits"
                    }
                ]
            }
        },
        "\/kb-design-library\/v1\/reset": {
            "namespace": "kb-design-library\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "The requested ai context.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "library": {
                            "description": "The requested library.",
                            "type": "string",
                            "required": false
                        },
                        "library_url": {
                            "description": "The requested library URL.",
                            "type": "string",
                            "required": false
                        },
                        "force_reload": {
                            "description": "Force a refresh of the context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "key": {
                            "description": "Library Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_key": {
                            "description": "Kadence License Key.",
                            "type": "string",
                            "required": false
                        },
                        "api_email": {
                            "description": "Kadence License Email.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Kadence License Product ID.",
                            "type": "string",
                            "required": false
                        },
                        "pattern_type": {
                            "description": "Pattern Type",
                            "type": "string",
                            "required": false
                        },
                        "pattern_style": {
                            "description": "Pattern Style",
                            "type": "string",
                            "required": false
                        },
                        "pattern_id": {
                            "description": "Pattern ID",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "The selected Industry",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "industries": {
                            "description": "The industries to return",
                            "type": "array",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        },
                        "meta": {
                            "description": "The meta to return",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kb-design-library\/v1\/reset"
                    }
                ]
            }
        },
        "\/kb-image-picker\/v1": {
            "namespace": "kb-image-picker\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "kb-image-picker\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kb-image-picker\/v1"
                    }
                ]
            }
        },
        "\/kb-image-picker\/v1\/process_images": {
            "namespace": "kb-image-picker\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "image_type": {
                            "description": "The Image type to return",
                            "type": "string",
                            "required": false
                        },
                        "image_sizes": {
                            "description": "The Image type to return",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kb-image-picker\/v1\/process_images"
                    }
                ]
            }
        },
        "\/kb-design-library\/v1\/handle_event": {
            "namespace": "kb-design-library\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "event_label": {
                            "description": "The Event Label",
                            "type": "string",
                            "required": false
                        },
                        "event_data": {
                            "description": "The Event Data",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kb-design-library\/v1\/handle_event"
                    }
                ]
            }
        },
        "\/kbpp\/v1": {
            "namespace": "kbpp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "kbpp\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kbpp\/v1"
                    }
                ]
            }
        },
        "\/kbpp\/v1\/post-select": {
            "namespace": "kbpp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Page of results to return.",
                            "type": "number",
                            "default": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results to return.",
                            "type": "number",
                            "default": 25,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to items that match search query.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Limit results to items of an object type.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [
                                "post",
                                "page"
                            ],
                            "required": false
                        },
                        "include": {
                            "description": "Include posts by ID.",
                            "type": "array",
                            "required": false
                        },
                        "categories": {
                            "description": "Limit result set to all items that have the specified term assigned in the categories taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "tags": {
                            "description": "Limit result set to all items that have the specified term assigned in the tags taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kbpp\/v1\/post-select"
                    }
                ]
            }
        },
        "\/kbpp\/v1\/post-query": {
            "namespace": "kbpp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results to return.",
                            "type": "number",
                            "default": 25,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Limit results to items of a specific post type.",
                            "type": "string",
                            "required": false
                        },
                        "include": {
                            "description": "Include posts by ID.",
                            "type": "array",
                            "required": false
                        },
                        "query": {
                            "description": "Define Type of Query.",
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "description": "Define Query Order.",
                            "type": "string",
                            "required": false
                        },
                        "order_by": {
                            "description": "Define Query Order By.",
                            "type": "string",
                            "required": false
                        },
                        "allow_sticky": {
                            "description": "Allow Sticky in Query.",
                            "type": "boolean",
                            "required": false
                        },
                        "exclude": {
                            "description": "Exclude Category.",
                            "type": "string",
                            "required": false
                        },
                        "offset": {
                            "description": "Number of items to offset in query.",
                            "type": "number",
                            "default": 0,
                            "required": false
                        },
                        "post_tax": {
                            "description": "Check if using a custom Taxonomy",
                            "type": "boolean",
                            "required": false
                        },
                        "tax_type": {
                            "description": "Define Query Order By.",
                            "type": "string",
                            "required": false
                        },
                        "category": {
                            "description": "Include posts category.",
                            "type": "string",
                            "required": false
                        },
                        "author": {
                            "description": "Include posts by Author",
                            "type": "string",
                            "required": false
                        },
                        "tags": {
                            "description": "Include posts tags.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kbpp\/v1\/post-query"
                    }
                ]
            }
        },
        "\/kbpp\/v1\/tax-query": {
            "namespace": "kbpp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Limit results to items of a specific post type.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kbpp\/v1\/tax-query"
                    }
                ]
            }
        },
        "\/kbpp\/v1\/term-query": {
            "namespace": "kbpp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tax_type": {
                            "description": "Taxonomy Type.",
                            "type": "string",
                            "required": false
                        },
                        "source": {
                            "description": "The source of the content.",
                            "type": "string",
                            "default": "current",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kbpp\/v1\/term-query"
                    }
                ]
            }
        },
        "\/kb-mailchimp\/v1": {
            "namespace": "kb-mailchimp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "kb-mailchimp\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kb-mailchimp\/v1"
                    }
                ]
            }
        },
        "\/kb-mailchimp\/v1\/get": {
            "namespace": "kb-mailchimp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "apikey": {
                            "description": "The API Key for mailchimp account.",
                            "type": "string",
                            "required": false
                        },
                        "endpoint": {
                            "description": "Actionable endpoint for api call.",
                            "type": "string",
                            "required": false
                        },
                        "queryargs": {
                            "description": "Query Args for url.",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kb-mailchimp\/v1\/get"
                    }
                ]
            }
        },
        "\/kb-activecampaign\/v1": {
            "namespace": "kb-activecampaign\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "kb-activecampaign\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kb-activecampaign\/v1"
                    }
                ]
            }
        },
        "\/kb-activecampaign\/v1\/get": {
            "namespace": "kb-activecampaign\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "endpoint": {
                            "description": "Actionable endpoint for api call.",
                            "type": "string",
                            "required": false
                        },
                        "queryargs": {
                            "description": "Query Args for url.",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kb-activecampaign\/v1\/get"
                    }
                ]
            }
        },
        "\/kb-sendinblue\/v1": {
            "namespace": "kb-sendinblue\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "kb-sendinblue\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kb-sendinblue\/v1"
                    }
                ]
            }
        },
        "\/kb-sendinblue\/v1\/get": {
            "namespace": "kb-sendinblue\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "apikey": {
                            "description": "The API Key for Brevo (SendInBlue ) account.",
                            "type": "string",
                            "required": false
                        },
                        "endpoint": {
                            "description": "Actionable endpoint for api call.",
                            "type": "string",
                            "required": false
                        },
                        "queryargs": {
                            "description": "Query Args for url.",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kb-sendinblue\/v1\/get"
                    }
                ]
            }
        },
        "\/kbp-dynamic\/v1": {
            "namespace": "kbp-dynamic\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "kbp-dynamic\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kbp-dynamic\/v1"
                    }
                ]
            }
        },
        "\/kbp-dynamic\/v1\/render": {
            "namespace": "kbp-dynamic\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Page of results to return.",
                            "type": "number",
                            "default": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results to return.",
                            "type": "number",
                            "default": 25,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "origin": {
                            "description": "The origin of content.",
                            "type": "string",
                            "default": "core",
                            "required": false
                        },
                        "source": {
                            "description": "The source of the content.",
                            "type": "string",
                            "default": "current",
                            "required": false
                        },
                        "group": {
                            "description": "The group for source.",
                            "type": "string",
                            "default": "post",
                            "required": false
                        },
                        "field": {
                            "description": "The dynamic field",
                            "type": "string",
                            "required": false
                        },
                        "custom": {
                            "description": "The custom field setting.",
                            "type": "string",
                            "required": false
                        },
                        "para": {
                            "description": "The custom field Key.",
                            "type": "string",
                            "required": false
                        },
                        "force_string": {
                            "description": "For a string return",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "ignore_source": {
                            "description": "Fetch all fields",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "before": {
                            "description": "Text Before Item.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Text After Item.",
                            "type": "string",
                            "required": false
                        },
                        "fallback": {
                            "description": "Fallback.",
                            "type": "string",
                            "required": false
                        },
                        "current": {
                            "description": "If the content is current.",
                            "type": "string",
                            "required": false
                        },
                        "relcustom": {
                            "description": "The custom field setting.",
                            "type": "string",
                            "required": false
                        },
                        "relate": {
                            "description": "The custom field Key.",
                            "type": "string",
                            "required": false
                        },
                        "useRepeaterContext": {
                            "description": "If this dynamic content should be rendered in repeater context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "repeaterRow": {
                            "description": "The repeater row to use for repeater context.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kbp-dynamic\/v1\/render"
                    }
                ]
            }
        },
        "\/kbp-dynamic\/v1\/image_render": {
            "namespace": "kbp-dynamic\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Page of results to return.",
                            "type": "number",
                            "default": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results to return.",
                            "type": "number",
                            "default": 25,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "origin": {
                            "description": "The origin of content.",
                            "type": "string",
                            "default": "core",
                            "required": false
                        },
                        "source": {
                            "description": "The source of the content.",
                            "type": "string",
                            "default": "current",
                            "required": false
                        },
                        "group": {
                            "description": "The group for source.",
                            "type": "string",
                            "default": "post",
                            "required": false
                        },
                        "field": {
                            "description": "The dynamic field",
                            "type": "string",
                            "required": false
                        },
                        "custom": {
                            "description": "The custom field setting.",
                            "type": "string",
                            "required": false
                        },
                        "para": {
                            "description": "The custom field Key.",
                            "type": "string",
                            "required": false
                        },
                        "force_string": {
                            "description": "For a string return",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "ignore_source": {
                            "description": "Fetch all fields",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "before": {
                            "description": "Text Before Item.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Text After Item.",
                            "type": "string",
                            "required": false
                        },
                        "fallback": {
                            "description": "Fallback.",
                            "type": "string",
                            "required": false
                        },
                        "current": {
                            "description": "If the content is current.",
                            "type": "string",
                            "required": false
                        },
                        "relcustom": {
                            "description": "The custom field setting.",
                            "type": "string",
                            "required": false
                        },
                        "relate": {
                            "description": "The custom field Key.",
                            "type": "string",
                            "required": false
                        },
                        "useRepeaterContext": {
                            "description": "If this dynamic content should be rendered in repeater context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "repeaterRow": {
                            "description": "The repeater row to use for repeater context.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kbp-dynamic\/v1\/image_render"
                    }
                ]
            }
        },
        "\/kbp-dynamic\/v1\/image_data": {
            "namespace": "kbp-dynamic\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Page of results to return.",
                            "type": "number",
                            "default": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results to return.",
                            "type": "number",
                            "default": 25,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "origin": {
                            "description": "The origin of content.",
                            "type": "string",
                            "default": "core",
                            "required": false
                        },
                        "source": {
                            "description": "The source of the content.",
                            "type": "string",
                            "default": "current",
                            "required": false
                        },
                        "group": {
                            "description": "The group for source.",
                            "type": "string",
                            "default": "post",
                            "required": false
                        },
                        "field": {
                            "description": "The dynamic field",
                            "type": "string",
                            "required": false
                        },
                        "custom": {
                            "description": "The custom field setting.",
                            "type": "string",
                            "required": false
                        },
                        "para": {
                            "description": "The custom field Key.",
                            "type": "string",
                            "required": false
                        },
                        "force_string": {
                            "description": "For a string return",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "ignore_source": {
                            "description": "Fetch all fields",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "before": {
                            "description": "Text Before Item.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Text After Item.",
                            "type": "string",
                            "required": false
                        },
                        "fallback": {
                            "description": "Fallback.",
                            "type": "string",
                            "required": false
                        },
                        "current": {
                            "description": "If the content is current.",
                            "type": "string",
                            "required": false
                        },
                        "relcustom": {
                            "description": "The custom field setting.",
                            "type": "string",
                            "required": false
                        },
                        "relate": {
                            "description": "The custom field Key.",
                            "type": "string",
                            "required": false
                        },
                        "useRepeaterContext": {
                            "description": "If this dynamic content should be rendered in repeater context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "repeaterRow": {
                            "description": "The repeater row to use for repeater context.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kbp-dynamic\/v1\/image_data"
                    }
                ]
            }
        },
        "\/kbp-dynamic\/v1\/gallery_data": {
            "namespace": "kbp-dynamic\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Page of results to return.",
                            "type": "number",
                            "default": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results to return.",
                            "type": "number",
                            "default": 25,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "origin": {
                            "description": "The origin of content.",
                            "type": "string",
                            "default": "core",
                            "required": false
                        },
                        "source": {
                            "description": "The source of the content.",
                            "type": "string",
                            "default": "current",
                            "required": false
                        },
                        "group": {
                            "description": "The group for source.",
                            "type": "string",
                            "default": "post",
                            "required": false
                        },
                        "field": {
                            "description": "The dynamic field",
                            "type": "string",
                            "required": false
                        },
                        "custom": {
                            "description": "The custom field setting.",
                            "type": "string",
                            "required": false
                        },
                        "para": {
                            "description": "The custom field Key.",
                            "type": "string",
                            "required": false
                        },
                        "force_string": {
                            "description": "For a string return",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "ignore_source": {
                            "description": "Fetch all fields",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "before": {
                            "description": "Text Before Item.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Text After Item.",
                            "type": "string",
                            "required": false
                        },
                        "fallback": {
                            "description": "Fallback.",
                            "type": "string",
                            "required": false
                        },
                        "current": {
                            "description": "If the content is current.",
                            "type": "string",
                            "required": false
                        },
                        "relcustom": {
                            "description": "The custom field setting.",
                            "type": "string",
                            "required": false
                        },
                        "relate": {
                            "description": "The custom field Key.",
                            "type": "string",
                            "required": false
                        },
                        "useRepeaterContext": {
                            "description": "If this dynamic content should be rendered in repeater context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "repeaterRow": {
                            "description": "The repeater row to use for repeater context.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kbp-dynamic\/v1\/gallery_data"
                    }
                ]
            }
        },
        "\/kbp-dynamic\/v1\/custom_fields": {
            "namespace": "kbp-dynamic\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Page of results to return.",
                            "type": "number",
                            "default": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results to return.",
                            "type": "number",
                            "default": 25,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "origin": {
                            "description": "The origin of content.",
                            "type": "string",
                            "default": "core",
                            "required": false
                        },
                        "source": {
                            "description": "The source of the content.",
                            "type": "string",
                            "default": "current",
                            "required": false
                        },
                        "group": {
                            "description": "The group for source.",
                            "type": "string",
                            "default": "post",
                            "required": false
                        },
                        "field": {
                            "description": "The dynamic field",
                            "type": "string",
                            "required": false
                        },
                        "custom": {
                            "description": "The custom field setting.",
                            "type": "string",
                            "required": false
                        },
                        "para": {
                            "description": "The custom field Key.",
                            "type": "string",
                            "required": false
                        },
                        "force_string": {
                            "description": "For a string return",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "ignore_source": {
                            "description": "Fetch all fields",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "before": {
                            "description": "Text Before Item.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Text After Item.",
                            "type": "string",
                            "required": false
                        },
                        "fallback": {
                            "description": "Fallback.",
                            "type": "string",
                            "required": false
                        },
                        "current": {
                            "description": "If the content is current.",
                            "type": "string",
                            "required": false
                        },
                        "relcustom": {
                            "description": "The custom field setting.",
                            "type": "string",
                            "required": false
                        },
                        "relate": {
                            "description": "The custom field Key.",
                            "type": "string",
                            "required": false
                        },
                        "useRepeaterContext": {
                            "description": "If this dynamic content should be rendered in repeater context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "repeaterRow": {
                            "description": "The repeater row to use for repeater context.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kbp-dynamic\/v1\/custom_fields"
                    }
                ]
            }
        },
        "\/kbp-dynamic\/v1\/link_label": {
            "namespace": "kbp-dynamic\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Page of results to return.",
                            "type": "number",
                            "default": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results to return.",
                            "type": "number",
                            "default": 25,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "origin": {
                            "description": "The origin of content.",
                            "type": "string",
                            "default": "core",
                            "required": false
                        },
                        "source": {
                            "description": "The source of the content.",
                            "type": "string",
                            "default": "current",
                            "required": false
                        },
                        "group": {
                            "description": "The group for source.",
                            "type": "string",
                            "default": "post",
                            "required": false
                        },
                        "field": {
                            "description": "The dynamic field",
                            "type": "string",
                            "required": false
                        },
                        "custom": {
                            "description": "The custom field setting.",
                            "type": "string",
                            "required": false
                        },
                        "para": {
                            "description": "The custom field Key.",
                            "type": "string",
                            "required": false
                        },
                        "force_string": {
                            "description": "For a string return",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "ignore_source": {
                            "description": "Fetch all fields",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "before": {
                            "description": "Text Before Item.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Text After Item.",
                            "type": "string",
                            "required": false
                        },
                        "fallback": {
                            "description": "Fallback.",
                            "type": "string",
                            "required": false
                        },
                        "current": {
                            "description": "If the content is current.",
                            "type": "string",
                            "required": false
                        },
                        "relcustom": {
                            "description": "The custom field setting.",
                            "type": "string",
                            "required": false
                        },
                        "relate": {
                            "description": "The custom field Key.",
                            "type": "string",
                            "required": false
                        },
                        "useRepeaterContext": {
                            "description": "If this dynamic content should be rendered in repeater context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "repeaterRow": {
                            "description": "The repeater row to use for repeater context.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kbp-dynamic\/v1\/link_label"
                    }
                ]
            }
        },
        "\/kbp-dynamic\/v1\/input_label": {
            "namespace": "kbp-dynamic\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Page of results to return.",
                            "type": "number",
                            "default": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results to return.",
                            "type": "number",
                            "default": 25,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "origin": {
                            "description": "The origin of content.",
                            "type": "string",
                            "default": "core",
                            "required": false
                        },
                        "source": {
                            "description": "The source of the content.",
                            "type": "string",
                            "default": "current",
                            "required": false
                        },
                        "group": {
                            "description": "The group for source.",
                            "type": "string",
                            "default": "post",
                            "required": false
                        },
                        "field": {
                            "description": "The dynamic field",
                            "type": "string",
                            "required": false
                        },
                        "custom": {
                            "description": "The custom field setting.",
                            "type": "string",
                            "required": false
                        },
                        "para": {
                            "description": "The custom field Key.",
                            "type": "string",
                            "required": false
                        },
                        "force_string": {
                            "description": "For a string return",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "ignore_source": {
                            "description": "Fetch all fields",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "before": {
                            "description": "Text Before Item.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Text After Item.",
                            "type": "string",
                            "required": false
                        },
                        "fallback": {
                            "description": "Fallback.",
                            "type": "string",
                            "required": false
                        },
                        "current": {
                            "description": "If the content is current.",
                            "type": "string",
                            "required": false
                        },
                        "relcustom": {
                            "description": "The custom field setting.",
                            "type": "string",
                            "required": false
                        },
                        "relate": {
                            "description": "The custom field Key.",
                            "type": "string",
                            "required": false
                        },
                        "useRepeaterContext": {
                            "description": "If this dynamic content should be rendered in repeater context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "repeaterRow": {
                            "description": "The repeater row to use for repeater context.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kbp-dynamic\/v1\/input_label"
                    }
                ]
            }
        },
        "\/kbp-dynamic\/v1\/list_data": {
            "namespace": "kbp-dynamic\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Page of results to return.",
                            "type": "number",
                            "default": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results to return.",
                            "type": "number",
                            "default": 25,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "origin": {
                            "description": "The origin of content.",
                            "type": "string",
                            "default": "core",
                            "required": false
                        },
                        "source": {
                            "description": "The source of the content.",
                            "type": "string",
                            "default": "current",
                            "required": false
                        },
                        "group": {
                            "description": "The group for source.",
                            "type": "string",
                            "default": "post",
                            "required": false
                        },
                        "field": {
                            "description": "The dynamic field",
                            "type": "string",
                            "required": false
                        },
                        "custom": {
                            "description": "The custom field setting.",
                            "type": "string",
                            "required": false
                        },
                        "para": {
                            "description": "The custom field Key.",
                            "type": "string",
                            "required": false
                        },
                        "force_string": {
                            "description": "For a string return",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "ignore_source": {
                            "description": "Fetch all fields",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "before": {
                            "description": "Text Before Item.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Text After Item.",
                            "type": "string",
                            "required": false
                        },
                        "fallback": {
                            "description": "Fallback.",
                            "type": "string",
                            "required": false
                        },
                        "current": {
                            "description": "If the content is current.",
                            "type": "string",
                            "required": false
                        },
                        "relcustom": {
                            "description": "The custom field setting.",
                            "type": "string",
                            "required": false
                        },
                        "relate": {
                            "description": "The custom field Key.",
                            "type": "string",
                            "required": false
                        },
                        "useRepeaterContext": {
                            "description": "If this dynamic content should be rendered in repeater context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "repeaterRow": {
                            "description": "The repeater row to use for repeater context.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kbp-dynamic\/v1\/list_data"
                    }
                ]
            }
        },
        "\/kbp-dynamic\/v1\/html_data": {
            "namespace": "kbp-dynamic\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Page of results to return.",
                            "type": "number",
                            "default": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results to return.",
                            "type": "number",
                            "default": 25,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "origin": {
                            "description": "The origin of content.",
                            "type": "string",
                            "default": "core",
                            "required": false
                        },
                        "source": {
                            "description": "The source of the content.",
                            "type": "string",
                            "default": "current",
                            "required": false
                        },
                        "group": {
                            "description": "The group for source.",
                            "type": "string",
                            "default": "post",
                            "required": false
                        },
                        "field": {
                            "description": "The dynamic field",
                            "type": "string",
                            "required": false
                        },
                        "custom": {
                            "description": "The custom field setting.",
                            "type": "string",
                            "required": false
                        },
                        "para": {
                            "description": "The custom field Key.",
                            "type": "string",
                            "required": false
                        },
                        "force_string": {
                            "description": "For a string return",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "ignore_source": {
                            "description": "Fetch all fields",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "before": {
                            "description": "Text Before Item.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Text After Item.",
                            "type": "string",
                            "required": false
                        },
                        "fallback": {
                            "description": "Fallback.",
                            "type": "string",
                            "required": false
                        },
                        "current": {
                            "description": "If the content is current.",
                            "type": "string",
                            "required": false
                        },
                        "relcustom": {
                            "description": "The custom field setting.",
                            "type": "string",
                            "required": false
                        },
                        "relate": {
                            "description": "The custom field Key.",
                            "type": "string",
                            "required": false
                        },
                        "useRepeaterContext": {
                            "description": "If this dynamic content should be rendered in repeater context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "repeaterRow": {
                            "description": "The repeater row to use for repeater context.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kbp-dynamic\/v1\/html_data"
                    }
                ]
            }
        },
        "\/kbp-dynamic\/v1\/repeaters": {
            "namespace": "kbp-dynamic\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Page of results to return.",
                            "type": "number",
                            "default": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results to return.",
                            "type": "number",
                            "default": 25,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "origin": {
                            "description": "The origin of content.",
                            "type": "string",
                            "default": "core",
                            "required": false
                        },
                        "source": {
                            "description": "The source of the content.",
                            "type": "string",
                            "default": "current",
                            "required": false
                        },
                        "group": {
                            "description": "The group for source.",
                            "type": "string",
                            "default": "post",
                            "required": false
                        },
                        "field": {
                            "description": "The dynamic field",
                            "type": "string",
                            "required": false
                        },
                        "custom": {
                            "description": "The custom field setting.",
                            "type": "string",
                            "required": false
                        },
                        "para": {
                            "description": "The custom field Key.",
                            "type": "string",
                            "required": false
                        },
                        "force_string": {
                            "description": "For a string return",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "ignore_source": {
                            "description": "Fetch all fields",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "before": {
                            "description": "Text Before Item.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Text After Item.",
                            "type": "string",
                            "required": false
                        },
                        "fallback": {
                            "description": "Fallback.",
                            "type": "string",
                            "required": false
                        },
                        "current": {
                            "description": "If the content is current.",
                            "type": "string",
                            "required": false
                        },
                        "relcustom": {
                            "description": "The custom field setting.",
                            "type": "string",
                            "required": false
                        },
                        "relate": {
                            "description": "The custom field Key.",
                            "type": "string",
                            "required": false
                        },
                        "useRepeaterContext": {
                            "description": "If this dynamic content should be rendered in repeater context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "repeaterRow": {
                            "description": "The repeater row to use for repeater context.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kbp-dynamic\/v1\/repeaters"
                    }
                ]
            }
        },
        "\/kbp-dynamic\/v1\/repeater_data": {
            "namespace": "kbp-dynamic\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Page of results to return.",
                            "type": "number",
                            "default": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results to return.",
                            "type": "number",
                            "default": 25,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "origin": {
                            "description": "The origin of content.",
                            "type": "string",
                            "default": "core",
                            "required": false
                        },
                        "source": {
                            "description": "The source of the content.",
                            "type": "string",
                            "default": "current",
                            "required": false
                        },
                        "group": {
                            "description": "The group for source.",
                            "type": "string",
                            "default": "post",
                            "required": false
                        },
                        "field": {
                            "description": "The dynamic field",
                            "type": "string",
                            "required": false
                        },
                        "custom": {
                            "description": "The custom field setting.",
                            "type": "string",
                            "required": false
                        },
                        "para": {
                            "description": "The custom field Key.",
                            "type": "string",
                            "required": false
                        },
                        "force_string": {
                            "description": "For a string return",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "ignore_source": {
                            "description": "Fetch all fields",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "before": {
                            "description": "Text Before Item.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Text After Item.",
                            "type": "string",
                            "required": false
                        },
                        "fallback": {
                            "description": "Fallback.",
                            "type": "string",
                            "required": false
                        },
                        "current": {
                            "description": "If the content is current.",
                            "type": "string",
                            "required": false
                        },
                        "relcustom": {
                            "description": "The custom field setting.",
                            "type": "string",
                            "required": false
                        },
                        "relate": {
                            "description": "The custom field Key.",
                            "type": "string",
                            "required": false
                        },
                        "useRepeaterContext": {
                            "description": "If this dynamic content should be rendered in repeater context.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "repeaterRow": {
                            "description": "The repeater row to use for repeater context.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kbp-dynamic\/v1\/repeater_data"
                    }
                ]
            }
        },
        "\/kb-convertkit\/v1": {
            "namespace": "kb-convertkit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "kb-convertkit\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kb-convertkit\/v1"
                    }
                ]
            }
        },
        "\/kb-convertkit\/v1\/get": {
            "namespace": "kb-convertkit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "endpoint": {
                            "description": "Actionable endpoint for api call.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kb-convertkit\/v1\/get"
                    }
                ]
            }
        },
        "\/kb-custom-svg\/v1": {
            "namespace": "kb-custom-svg\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "kb-custom-svg\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kb-custom-svg\/v1"
                    }
                ]
            }
        },
        "\/kb-custom-svg\/v1\/manage": {
            "namespace": "kb-custom-svg\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kb-custom-svg\/v1\/manage"
                    }
                ]
            }
        },
        "\/ktp\/v1": {
            "namespace": "ktp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "ktp\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/ktp\/v1"
                    }
                ]
            }
        },
        "\/ktp\/v1\/post-select": {
            "namespace": "ktp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Page of results to return.",
                            "type": "number",
                            "default": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results to return.",
                            "type": "number",
                            "default": 25,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to items that match search query.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Limit results to items of an object type.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": {
                                "0": "post",
                                "1": "page",
                                "3": "nav_menu_item",
                                "4": "wp_block",
                                "5": "wp_template",
                                "6": "wp_template_part",
                                "7": "wp_global_styles",
                                "8": "wp_navigation",
                                "9": "wp_font_family",
                                "10": "wp_font_face",
                                "11": "kadence_form",
                                "12": "kadence_navigation",
                                "13": "kadence_header",
                                "14": "kadence_custom_svg",
                                "15": "kadence_query",
                                "16": "kadence_query_card",
                                "17": "kadence_lottie",
                                "18": "kadence_vector",
                                "19": "kt_font",
                                "20": "kb_icon"
                            },
                            "required": false
                        },
                        "include": {
                            "description": "Include posts by ID.",
                            "type": "array",
                            "required": false
                        },
                        "categories": {
                            "description": "Limit result set to all items that have the specified term assigned in the categories taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "tags": {
                            "description": "Limit result set to all items that have the specified term assigned in the tags taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "menus": {
                            "description": "Limit result set to all items that have the specified term assigned in the menus taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "Limit result set to all items that have the specified term assigned in the wp_pattern_category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/ktp\/v1\/post-select"
                    }
                ]
            }
        },
        "\/kit\/v1": {
            "namespace": "kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "kit\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kit\/v1"
                    }
                ]
            }
        },
        "\/kit\/v1\/subscriber\/store-email-as-id-in-cookie": {
            "namespace": "kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "email": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kit\/v1\/subscriber\/store-email-as-id-in-cookie"
                    }
                ]
            }
        },
        "\/kit\/v1\/editor\/tinymce\/modal\/(?P<shortcode>[a-zA-Z0-9-_]+)\/(?P<editor_type>[a-zA-Z0-9-_]+)": {
            "namespace": "kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "shortcode": {
                            "required": true
                        },
                        "editor_type": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/kit\/v1\/resources\/refresh\/(?P<resource>[a-zA-Z0-9-_]+)": {
            "namespace": "kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "resource": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/kit\/v1\/broadcasts": {
            "namespace": "kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "date_format": {
                            "default": "F j, Y",
                            "required": false
                        },
                        "display_image": {
                            "default": false,
                            "required": false
                        },
                        "display_description": {
                            "default": false,
                            "required": false
                        },
                        "display_read_more": {
                            "default": false,
                            "required": false
                        },
                        "read_more_label": {
                            "default": "Read more",
                            "required": false
                        },
                        "limit": {
                            "default": 10,
                            "required": false
                        },
                        "page": {
                            "default": 1,
                            "required": false
                        },
                        "paginate": {
                            "default": false,
                            "required": false
                        },
                        "paginate_label_next": {
                            "default": "Next",
                            "required": false
                        },
                        "paginate_label_prev": {
                            "default": "Previous",
                            "required": false
                        },
                        "link_color": {
                            "default": "",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kit\/v1\/broadcasts"
                    }
                ]
            }
        },
        "\/kit\/v1\/blocks": {
            "namespace": "kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kit\/v1\/blocks"
                    }
                ]
            }
        },
        "\/kit\/v1\/restrict-content\/subscriber-authentication": {
            "namespace": "kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "convertkit_email": {
                            "required": true
                        },
                        "convertkit_post_id": {
                            "required": true
                        },
                        "convertkit_resource_type": {
                            "required": true
                        },
                        "convertkit_resource_id": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kit\/v1\/restrict-content\/subscriber-authentication"
                    }
                ]
            }
        },
        "\/kit\/v1\/restrict-content\/subscriber-verification": {
            "namespace": "kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "convertkit_post_id": {
                            "required": false
                        },
                        "token": {
                            "required": true
                        },
                        "subscriber_code": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/kit\/v1\/restrict-content\/subscriber-verification"
                    }
                ]
            }
        },
        "\/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:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2"
                    }
                ]
            }
        },
        "\/wp\/v2\/posts": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "\u7279\u5b9a\u306e\u6295\u7a3f\u8005\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\u7279\u5b9a\u306e\u6295\u7a3f\u8005\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u691c\u7d22\u5165\u529b\u3092\u89e3\u91c8\u3059\u308b\u65b9\u6cd5\u3067\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6295\u7a3f\u306e\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "rand",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u691c\u7d22\u3059\u308b\u5217\u540d\u306e\u914d\u5217\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u7279\u5b9a\u306e\u30b9\u30e9\u30c3\u30b0\u3092\u6301\u3064\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u30b9\u30c6\u30fc\u30bf\u30b9\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "dp-rewrite-republish",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "\u8907\u6570\u306e\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u9593\u306e\u95a2\u4fc2\u306b\u57fa\u3065\u3044\u3066\u7d50\u679c\u30bb\u30c3\u30c8\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "categories": {
                            "description": "\u300ccategories\u300d\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u7279\u5b9a\u306e\u30bf\u30fc\u30e0\u3092\u6301\u3064\u9805\u76ee\u306b\u7d50\u679c\u30bb\u30c3\u30c8\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u30bf\u30fc\u30e0 ID \u4e00\u89a7",
                                    "description": "\u30ea\u30b9\u30c8\u3057\u305f ID \u3068\u5408\u81f4\u3059\u308b\u30bf\u30fc\u30e0\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u30bf\u30fc\u30e0 ID \u30bf\u30af\u30bd\u30ce\u30df\u30fc\u30af\u30a8\u30ea\u30fc",
                                    "description": "\u9ad8\u5ea6\u306a\u30bf\u30fc\u30e0\u30af\u30a8\u30ea\u30fc\u3092\u5b9f\u884c\u3057\u307e\u3059\u3002",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "\u30bf\u30fc\u30e0 ID\u3002",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "\u7d50\u679c\u3092\u9650\u5b9a\u3057\u305f\u30bf\u30fc\u30e0\u306b\u5b50\u30bf\u30fc\u30e0\u3092\u542b\u3081\u308b\u304b\u3069\u3046\u304b\u3002",
                                            "type": "boolean",
                                            "default": false
                                        },
                                        "operator": {
                                            "description": "\u7279\u5b9a\u306e\u30bf\u30fc\u30e0\u306e\u3059\u3079\u3066\u306b\u9805\u76ee\u3092\u5272\u308a\u5f53\u3066\u308b\u304b\u3001\u4e00\u90e8\u306b\u5272\u308a\u5f53\u3066\u308b\u304b\u3002",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "categories_exclude": {
                            "description": "\u300ccategories\u300d\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u7279\u5b9a\u306e\u30bf\u30fc\u30e0\u3092\u6301\u3064\u9805\u76ee\u4ee5\u5916\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u30bf\u30fc\u30e0 ID \u4e00\u89a7",
                                    "description": "\u30ea\u30b9\u30c8\u3057\u305f ID \u3068\u5408\u81f4\u3059\u308b\u30bf\u30fc\u30e0\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u30bf\u30fc\u30e0 ID \u30bf\u30af\u30bd\u30ce\u30df\u30fc\u30af\u30a8\u30ea\u30fc",
                                    "description": "\u9ad8\u5ea6\u306a\u30bf\u30fc\u30e0\u30af\u30a8\u30ea\u30fc\u3092\u5b9f\u884c\u3057\u307e\u3059\u3002",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "\u30bf\u30fc\u30e0 ID\u3002",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "\u7d50\u679c\u3092\u9650\u5b9a\u3057\u305f\u30bf\u30fc\u30e0\u306b\u5b50\u30bf\u30fc\u30e0\u3092\u542b\u3081\u308b\u304b\u3069\u3046\u304b\u3002",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags": {
                            "description": "\u300ctags\u300d\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u7279\u5b9a\u306e\u30bf\u30fc\u30e0\u3092\u6301\u3064\u9805\u76ee\u306b\u7d50\u679c\u30bb\u30c3\u30c8\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u30bf\u30fc\u30e0 ID \u4e00\u89a7",
                                    "description": "\u30ea\u30b9\u30c8\u3057\u305f ID \u3068\u5408\u81f4\u3059\u308b\u30bf\u30fc\u30e0\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u30bf\u30fc\u30e0 ID \u30bf\u30af\u30bd\u30ce\u30df\u30fc\u30af\u30a8\u30ea\u30fc",
                                    "description": "\u9ad8\u5ea6\u306a\u30bf\u30fc\u30e0\u30af\u30a8\u30ea\u30fc\u3092\u5b9f\u884c\u3057\u307e\u3059\u3002",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "\u30bf\u30fc\u30e0 ID\u3002",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "\u7279\u5b9a\u306e\u30bf\u30fc\u30e0\u306e\u3059\u3079\u3066\u306b\u9805\u76ee\u3092\u5272\u308a\u5f53\u3066\u308b\u304b\u3001\u4e00\u90e8\u306b\u5272\u308a\u5f53\u3066\u308b\u304b\u3002",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags_exclude": {
                            "description": "\u300ctags\u300d\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u7279\u5b9a\u306e\u30bf\u30fc\u30e0\u3092\u6301\u3064\u9805\u76ee\u4ee5\u5916\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u30bf\u30fc\u30e0 ID \u4e00\u89a7",
                                    "description": "\u30ea\u30b9\u30c8\u3057\u305f ID \u3068\u5408\u81f4\u3059\u308b\u30bf\u30fc\u30e0\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u30bf\u30fc\u30e0 ID \u30bf\u30af\u30bd\u30ce\u30df\u30fc\u30af\u30a8\u30ea\u30fc",
                                    "description": "\u9ad8\u5ea6\u306a\u30bf\u30fc\u30e0\u30af\u30a8\u30ea\u30fc\u3092\u5b9f\u884c\u3057\u307e\u3059\u3002",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "\u30bf\u30fc\u30e0 ID\u3002",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "sticky": {
                            "description": "\u5148\u982d\u56fa\u5b9a\u8868\u793a\u306e\u9805\u76ee\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "ignore_sticky": {
                            "description": "\u56fa\u5b9a\u8868\u793a\u6295\u7a3f\u3092\u7121\u8996\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        },
                        "format": {
                            "description": "1\u3064\u4ee5\u4e0a\u306e\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u9805\u76ee\u306b\u7d50\u679c\u30bb\u30c3\u30c8\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "uniqueItems": true,
                            "items": {
                                "enum": [
                                    "standard",
                                    "aside",
                                    "chat",
                                    "gallery",
                                    "link",
                                    "image",
                                    "quote",
                                    "status",
                                    "video",
                                    "audio"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6295\u7a3f\u8005\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u6295\u7a3f\u306e\u629c\u7c8b\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u629c\u7c8b\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u306e\u629c\u7c8b\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u629c\u7c8b\u304c\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3055\u308c\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "\u6295\u7a3f\u306e\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u3068\u306a\u308b\u30e1\u30c7\u30a3\u30a2\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\u6295\u7a3f\u304c\u30b3\u30e1\u30f3\u30c8\u3092\u53d7\u3051\u4ed8\u3051\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\u6295\u7a3f\u304c\u30d4\u30f3\u30d0\u30c3\u30af\u3092\u53d7\u3051\u4ed8\u3051\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "\u6295\u7a3f\u306e\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u3002",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kadence_starter_templates_imported_post": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_convertkit_action_broadcast_export": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "\u6295\u7a3f\u3092\u5148\u982d\u56fa\u5b9a\u8868\u793a\u306b\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u300ccategory\u300d\u306b\u5c5e\u3057\u3001\u305d\u306e\u6295\u7a3f\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u3066\u3044\u308b\u30bf\u30fc\u30e0\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u300cpost_tag\u300d\u306b\u5c5e\u3057\u3001\u305d\u306e\u6295\u7a3f\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u3066\u3044\u308b\u30bf\u30fc\u30e0\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/posts"
                    }
                ]
            }
        },
        "\/wp\/v2\/posts\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u629c\u7c8b\u306e\u9577\u3055\u3092\u4e0a\u66f8\u304d\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306e\u6295\u7a3f\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6295\u7a3f\u8005\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u6295\u7a3f\u306e\u629c\u7c8b\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u629c\u7c8b\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u306e\u629c\u7c8b\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u629c\u7c8b\u304c\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3055\u308c\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "\u6295\u7a3f\u306e\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u3068\u306a\u308b\u30e1\u30c7\u30a3\u30a2\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\u6295\u7a3f\u304c\u30b3\u30e1\u30f3\u30c8\u3092\u53d7\u3051\u4ed8\u3051\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\u6295\u7a3f\u304c\u30d4\u30f3\u30d0\u30c3\u30af\u3092\u53d7\u3051\u4ed8\u3051\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "\u6295\u7a3f\u306e\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u3002",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kadence_starter_templates_imported_post": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_convertkit_action_broadcast_export": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "\u6295\u7a3f\u3092\u5148\u982d\u56fa\u5b9a\u8868\u793a\u306b\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u300ccategory\u300d\u306b\u5c5e\u3057\u3001\u305d\u306e\u6295\u7a3f\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u3066\u3044\u308b\u30bf\u30fc\u30e0\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u300cpost_tag\u300d\u306b\u5c5e\u3057\u3001\u305d\u306e\u6295\u7a3f\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u3066\u3044\u308b\u30bf\u30fc\u30e0\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30b4\u30df\u7bb1\u306b\u5165\u308c\u305a\u306b\u5f37\u5236\u7684\u306b\u524a\u9664\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3073\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u304c\u30b4\u30df\u7bb1\u6a5f\u80fd\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u306a\u3044\u305f\u3081\u3001true \u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6295\u7a3f\u8005\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u6295\u7a3f\u306e\u629c\u7c8b\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u629c\u7c8b\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u306e\u629c\u7c8b\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u629c\u7c8b\u304c\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3055\u308c\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "\u6295\u7a3f\u306e\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u3068\u306a\u308b\u30e1\u30c7\u30a3\u30a2\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\u6295\u7a3f\u304c\u30b3\u30e1\u30f3\u30c8\u3092\u53d7\u3051\u4ed8\u3051\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\u6295\u7a3f\u304c\u30d4\u30f3\u30d0\u30c3\u30af\u3092\u53d7\u3051\u4ed8\u3051\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "\u6295\u7a3f\u306e\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u3002",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kadence_starter_templates_imported_post": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_convertkit_action_broadcast_export": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "\u6295\u7a3f\u3092\u5148\u982d\u56fa\u5b9a\u8868\u793a\u306b\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u300ccategory\u300d\u306b\u5c5e\u3057\u3001\u305d\u306e\u6295\u7a3f\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u3066\u3044\u308b\u30bf\u30fc\u30e0\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u300cpost_tag\u300d\u306b\u5c5e\u3057\u3001\u305d\u306e\u6295\u7a3f\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u3066\u3044\u308b\u30bf\u30fc\u30e0\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "\u7279\u5b9a\u306e\u6295\u7a3f\u8005\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\u7279\u5b9a\u306e\u6295\u7a3f\u8005\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u7279\u5b9a\u306e menu_order \u5024\u3092\u6301\u3064\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u691c\u7d22\u5165\u529b\u3092\u89e3\u91c8\u3059\u308b\u65b9\u6cd5\u3067\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6295\u7a3f\u306e\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u7279\u5b9a\u306e\u89aa ID \u306b\u5c5e\u3059\u308b\u9805\u76ee\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u7279\u5b9a\u306e\u89aa ID \u306b\u5c5e\u3055\u306a\u3044\u9805\u76ee\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u691c\u7d22\u3059\u308b\u5217\u540d\u306e\u914d\u5217\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u7279\u5b9a\u306e\u30b9\u30e9\u30c3\u30b0\u3092\u6301\u3064\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u30b9\u30c6\u30fc\u30bf\u30b9\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "dp-rewrite-republish",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u89aa\u6295\u7a3f\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6295\u7a3f\u8005\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u6295\u7a3f\u306e\u629c\u7c8b\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u629c\u7c8b\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u306e\u629c\u7c8b\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u629c\u7c8b\u304c\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3055\u308c\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "\u6295\u7a3f\u306e\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u3068\u306a\u308b\u30e1\u30c7\u30a3\u30a2\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\u6295\u7a3f\u304c\u30b3\u30e1\u30f3\u30c8\u3092\u53d7\u3051\u4ed8\u3051\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\u6295\u7a3f\u304c\u30d4\u30f3\u30d0\u30c3\u30af\u3092\u53d7\u3051\u4ed8\u3051\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u4ed6\u306e\u6295\u7a3f\u3068\u306e\u95a2\u9023\u306b\u3088\u308b\u3001\u6295\u7a3f\u306e\u9806\u756a\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kadence_starter_templates_imported_post": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/pages"
                    }
                ]
            }
        },
        "\/wp\/v2\/pages\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u629c\u7c8b\u306e\u9577\u3055\u3092\u4e0a\u66f8\u304d\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306e\u6295\u7a3f\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u89aa\u6295\u7a3f\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6295\u7a3f\u8005\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u6295\u7a3f\u306e\u629c\u7c8b\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u629c\u7c8b\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u306e\u629c\u7c8b\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u629c\u7c8b\u304c\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3055\u308c\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "\u6295\u7a3f\u306e\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u3068\u306a\u308b\u30e1\u30c7\u30a3\u30a2\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\u6295\u7a3f\u304c\u30b3\u30e1\u30f3\u30c8\u3092\u53d7\u3051\u4ed8\u3051\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\u6295\u7a3f\u304c\u30d4\u30f3\u30d0\u30c3\u30af\u3092\u53d7\u3051\u4ed8\u3051\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u4ed6\u306e\u6295\u7a3f\u3068\u306e\u95a2\u9023\u306b\u3088\u308b\u3001\u6295\u7a3f\u306e\u9806\u756a\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kadence_starter_templates_imported_post": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30b4\u30df\u7bb1\u306b\u5165\u308c\u305a\u306b\u5f37\u5236\u7684\u306b\u524a\u9664\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3073\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u304c\u30b4\u30df\u7bb1\u6a5f\u80fd\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u306a\u3044\u305f\u3081\u3001true \u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u6295\u7a3f\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6295\u7a3f\u8005\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u6295\u7a3f\u306e\u629c\u7c8b\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u629c\u7c8b\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u306e\u629c\u7c8b\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u629c\u7c8b\u304c\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3055\u308c\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "\u6295\u7a3f\u306e\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u3068\u306a\u308b\u30e1\u30c7\u30a3\u30a2\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\u6295\u7a3f\u304c\u30b3\u30e1\u30f3\u30c8\u3092\u53d7\u3051\u4ed8\u3051\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\u6295\u7a3f\u304c\u30d4\u30f3\u30d0\u30c3\u30af\u3092\u53d7\u3051\u4ed8\u3051\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u4ed6\u306e\u6295\u7a3f\u3068\u306e\u95a2\u9023\u306b\u3088\u308b\u3001\u6295\u7a3f\u306e\u9806\u756a\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kadence_starter_templates_imported_post": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/media": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "\u7279\u5b9a\u306e\u6295\u7a3f\u8005\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\u7279\u5b9a\u306e\u6295\u7a3f\u8005\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u691c\u7d22\u5165\u529b\u3092\u89e3\u91c8\u3059\u308b\u65b9\u6cd5\u3067\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6295\u7a3f\u306e\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u7279\u5b9a\u306e\u89aa ID \u306b\u5c5e\u3059\u308b\u9805\u76ee\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u7279\u5b9a\u306e\u89aa ID \u306b\u5c5e\u3055\u306a\u3044\u9805\u76ee\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u691c\u7d22\u3059\u308b\u5217\u540d\u306e\u914d\u5217\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u7279\u5b9a\u306e\u30b9\u30e9\u30c3\u30b0\u3092\u6301\u3064\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "inherit",
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u30b9\u30c6\u30fc\u30bf\u30b9\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "inherit",
                                    "private",
                                    "trash"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "media_type": {
                            "default": null,
                            "description": "\u7279\u5b9a\u306e\u30e1\u30c7\u30a3\u30a2\u30bf\u30a4\u30d7\u306e\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u306b\u7d50\u679c\u30bb\u30c3\u30c8\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "image",
                                    "video",
                                    "text",
                                    "application",
                                    "audio",
                                    "font"
                                ]
                            },
                            "required": false
                        },
                        "mime_type": {
                            "default": null,
                            "description": "\u7279\u5b9a\u306e MIME \u30bf\u30a4\u30d7\u306e\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u306b\u7d50\u679c\u30bb\u30c3\u30c8\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6295\u7a3f\u8005\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "\u6295\u7a3f\u306e\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u3068\u306a\u308b\u30e1\u30c7\u30a3\u30a2\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\u6295\u7a3f\u304c\u30b3\u30e1\u30f3\u30c8\u3092\u53d7\u3051\u4ed8\u3051\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\u6295\u7a3f\u304c\u30d4\u30f3\u30d0\u30c3\u30af\u3092\u53d7\u3051\u4ed8\u3051\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kadence_starter_templates_imported_post": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        },
                        "alt_text": {
                            "description": "\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u304c\u8868\u793a\u3055\u308c\u306a\u3044\u3068\u304d\u306b\u8868\u793a\u3059\u308b\u4ee3\u66ff\u30c6\u30ad\u30b9\u30c8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "caption": {
                            "description": "\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u306e\u30ad\u30e3\u30d7\u30b7\u30e7\u30f3\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u306e\u30ad\u30e3\u30d7\u30b7\u30e7\u30f3\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u306e HTML \u30ad\u30e3\u30d7\u30b7\u30e7\u30f3\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u306e\u8aac\u660e\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u306e\u8aac\u660e\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u306e HTML \u306e\u8aac\u660e\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u306e\u95a2\u9023\u6295\u7a3f\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/media"
                    }
                ]
            }
        },
        "\/wp\/v2\/media\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6295\u7a3f\u8005\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "\u6295\u7a3f\u306e\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u3068\u306a\u308b\u30e1\u30c7\u30a3\u30a2\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\u6295\u7a3f\u304c\u30b3\u30e1\u30f3\u30c8\u3092\u53d7\u3051\u4ed8\u3051\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\u6295\u7a3f\u304c\u30d4\u30f3\u30d0\u30c3\u30af\u3092\u53d7\u3051\u4ed8\u3051\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kadence_starter_templates_imported_post": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        },
                        "alt_text": {
                            "description": "\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u304c\u8868\u793a\u3055\u308c\u306a\u3044\u3068\u304d\u306b\u8868\u793a\u3059\u308b\u4ee3\u66ff\u30c6\u30ad\u30b9\u30c8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "caption": {
                            "description": "\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u306e\u30ad\u30e3\u30d7\u30b7\u30e7\u30f3\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u306e\u30ad\u30e3\u30d7\u30b7\u30e7\u30f3\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u306e HTML \u30ad\u30e3\u30d7\u30b7\u30e7\u30f3\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u306e\u8aac\u660e\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u306e\u8aac\u660e\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u306e HTML \u306e\u8aac\u660e\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u306e\u95a2\u9023\u6295\u7a3f\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30b4\u30df\u7bb1\u306b\u5165\u308c\u305a\u306b\u5f37\u5236\u7684\u306b\u524a\u9664\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/media\/(?P<id>[\\d]+)\/post-process": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "action": {
                            "type": "string",
                            "enum": [
                                "create-image-subsizes"
                            ],
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/media\/(?P<id>[\\d]+)\/edit": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "src": {
                            "description": "\u7de8\u96c6\u3055\u308c\u305f\u753b\u50cf\u30d5\u30a1\u30a4\u30eb\u306e URL\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "modifiers": {
                            "description": "\u753b\u50cf\u7de8\u96c6\u306e\u914d\u5217\u3002",
                            "type": "array",
                            "minItems": 1,
                            "items": {
                                "description": "\u753b\u50cf\u7de8\u96c6\u3002",
                                "type": "object",
                                "required": [
                                    "type",
                                    "args"
                                ],
                                "oneOf": [
                                    {
                                        "title": "\u53cd\u8ee2",
                                        "properties": {
                                            "type": {
                                                "description": "\u53cd\u8ee2\u30bf\u30a4\u30d7\u3002",
                                                "type": "string",
                                                "enum": [
                                                    "flip"
                                                ]
                                            },
                                            "args": {
                                                "description": "\u53cd\u8ee2\u306e\u5f15\u6570\u3002",
                                                "type": "object",
                                                "required": [
                                                    "flip"
                                                ],
                                                "properties": {
                                                    "flip": {
                                                        "description": "\u5411\u304d\u3092\u53cd\u8ee2\u3002",
                                                        "type": "object",
                                                        "required": [
                                                            "horizontal",
                                                            "vertical"
                                                        ],
                                                        "properties": {
                                                            "horizontal": {
                                                                "description": "\u6c34\u5e73\u65b9\u5411\u306b\u53cd\u8ee2\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                                                "type": "boolean"
                                                            },
                                                            "vertical": {
                                                                "description": "\u5782\u76f4\u65b9\u5411\u306b\u53cd\u8ee2\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                                                "type": "boolean"
                                                            }
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    },
                                    {
                                        "title": "\u56de\u8ee2",
                                        "properties": {
                                            "type": {
                                                "description": "\u56de\u8ee2\u306e\u30bf\u30a4\u30d7\u3002",
                                                "type": "string",
                                                "enum": [
                                                    "rotate"
                                                ]
                                            },
                                            "args": {
                                                "description": "\u56de\u8ee2\u306e\u5f15\u6570\u3002",
                                                "type": "object",
                                                "required": [
                                                    "angle"
                                                ],
                                                "properties": {
                                                    "angle": {
                                                        "description": "\u6642\u8a08\u56de\u308a\u306b\u56de\u8ee2\u3059\u308b\u89d2\u5ea6\u3002",
                                                        "type": "number"
                                                    }
                                                }
                                            }
                                        }
                                    },
                                    {
                                        "title": "\u5207\u308a\u629c\u304d",
                                        "properties": {
                                            "type": {
                                                "description": "\u5207\u308a\u629c\u304d\u306e\u7a2e\u985e\u3002",
                                                "type": "string",
                                                "enum": [
                                                    "crop"
                                                ]
                                            },
                                            "args": {
                                                "description": "\u5207\u308a\u629c\u304d\u306e\u5f15\u6570\u3002",
                                                "type": "object",
                                                "required": [
                                                    "left",
                                                    "top",
                                                    "width",
                                                    "height"
                                                ],
                                                "properties": {
                                                    "left": {
                                                        "description": "\u753b\u50cf\u306e\u5e45\u306b\u5bfe\u3059\u308b\u3001\u5207\u308a\u629c\u304d\u3092\u958b\u59cb\u3059\u308b\u5de6\u304b\u3089\u306e\u6c34\u5e73\u4f4d\u7f6e\u306e\u30d1\u30fc\u30bb\u30f3\u30c8\u6307\u5b9a\u3002",
                                                        "type": "number"
                                                    },
                                                    "top": {
                                                        "description": "\u753b\u50cf\u306e\u9ad8\u3055\u306b\u5bfe\u3059\u308b\u3001\u5207\u308a\u629c\u304d\u3092\u958b\u59cb\u3059\u308b\u4e0a\u304b\u3089\u306e\u5782\u76f4\u4f4d\u7f6e\u306e\u30d1\u30fc\u30bb\u30f3\u30c8\u6307\u5b9a\u3002",
                                                        "type": "number"
                                                    },
                                                    "width": {
                                                        "description": "\u5143\u306e\u753b\u50cf\u306b\u5bfe\u3059\u308b\u3001\u5207\u308a\u629c\u304f\u753b\u50cf\u306e\u5e45\u306e\u30d1\u30fc\u30bb\u30f3\u30c8\u6307\u5b9a\u3002",
                                                        "type": "number"
                                                    },
                                                    "height": {
                                                        "description": "\u5143\u306e\u753b\u50cf\u306b\u5bfe\u3059\u308b\u3001\u5207\u308a\u629c\u304f\u753b\u50cf\u306e\u9ad8\u3055\u306e\u30d1\u30fc\u30bb\u30f3\u30c8\u6307\u5b9a\u3002",
                                                        "type": "number"
                                                    }
                                                }
                                            }
                                        }
                                    }
                                ]
                            },
                            "required": false
                        },
                        "rotation": {
                            "description": "\u56de\u8ee2\u3059\u308b\u753b\u50cf\u306e\u6642\u8a08\u56de\u308a\u306e\u89d2\u5ea6\u3002\u975e\u63a8\u5968: \u4ee3\u308f\u308a\u306b `modifiers` \u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002",
                            "type": "integer",
                            "minimum": 0,
                            "exclusiveMinimum": true,
                            "maximum": 360,
                            "exclusiveMaximum": true,
                            "required": false
                        },
                        "x": {
                            "description": "\u5143\u306e\u753b\u50cf\u306b\u5bfe\u3059\u308b\u3001\u5207\u308a\u629c\u304f\u958b\u59cb\u4f4d\u7f6e\u306e x \u5ea7\u6a19\u306e\u30d1\u30fc\u30bb\u30f3\u30c8\u6307\u5b9a\u3002\u975e\u63a8\u5968: \u4ee3\u308f\u308a\u306b `modifiers` \u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "y": {
                            "description": "\u5143\u306e\u753b\u50cf\u306b\u5bfe\u3059\u308b\u3001\u5207\u308a\u629c\u304f\u958b\u59cb\u4f4d\u7f6e\u306e y \u5ea7\u6a19\u306e\u30d1\u30fc\u30bb\u30f3\u30c8\u6307\u5b9a\u3002\u975e\u63a8\u5968: \u4ee3\u308f\u308a\u306b `modifiers` \u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "width": {
                            "description": "\u5143\u306e\u753b\u50cf\u306b\u5bfe\u3059\u308b\u3001\u5207\u308a\u629c\u304f\u753b\u50cf\u306e\u5e45\u306e\u30d1\u30fc\u30bb\u30f3\u30c8\u6307\u5b9a\u3002\u975e\u63a8\u5968: \u4ee3\u308f\u308a\u306b `modifiers` \u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "height": {
                            "description": "\u5143\u306e\u753b\u50cf\u306b\u5bfe\u3059\u308b\u3001\u5207\u308a\u629c\u304f\u753b\u50cf\u306e\u9ad8\u3055\u306e\u30d1\u30fc\u30bb\u30f3\u30c8\u6307\u5b9a\u3002\u975e\u63a8\u5968: \u4ee3\u308f\u308a\u306b `modifiers` \u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "caption": {
                            "description": "\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u306e\u30ad\u30e3\u30d7\u30b7\u30e7\u30f3\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u306e\u30ad\u30e3\u30d7\u30b7\u30e7\u30f3\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u306e HTML \u30ad\u30e3\u30d7\u30b7\u30e7\u30f3\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u306e\u8aac\u660e\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u306e\u8aac\u660e\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u306e HTML \u306e\u8aac\u660e\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u306e\u95a2\u9023\u6295\u7a3f\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "alt_text": {
                            "description": "\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u304c\u8868\u793a\u3055\u308c\u306a\u3044\u3068\u304d\u306b\u8868\u793a\u3059\u308b\u4ee3\u66ff\u30c6\u30ad\u30b9\u30c8\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 100,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u691c\u7d22\u5165\u529b\u3092\u89e3\u91c8\u3059\u308b\u65b9\u6cd5\u3067\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3073\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "menu_order",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u691c\u7d22\u3059\u308b\u5217\u540d\u306e\u914d\u5217\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u7279\u5b9a\u306e\u30b9\u30e9\u30c3\u30b0\u3092\u6301\u3064\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u30b9\u30c6\u30fc\u30bf\u30b9\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "dp-rewrite-republish",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "\u8907\u6570\u306e\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u9593\u306e\u95a2\u4fc2\u306b\u57fa\u3065\u3044\u3066\u7d50\u679c\u30bb\u30c3\u30c8\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "menus": {
                            "description": "\u300cmenus\u300d\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u7279\u5b9a\u306e\u30bf\u30fc\u30e0\u3092\u6301\u3064\u9805\u76ee\u306b\u7d50\u679c\u30bb\u30c3\u30c8\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u30bf\u30fc\u30e0 ID \u4e00\u89a7",
                                    "description": "\u30ea\u30b9\u30c8\u3057\u305f ID \u3068\u5408\u81f4\u3059\u308b\u30bf\u30fc\u30e0\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u30bf\u30fc\u30e0 ID \u30bf\u30af\u30bd\u30ce\u30df\u30fc\u30af\u30a8\u30ea\u30fc",
                                    "description": "\u9ad8\u5ea6\u306a\u30bf\u30fc\u30e0\u30af\u30a8\u30ea\u30fc\u3092\u5b9f\u884c\u3057\u307e\u3059\u3002",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "\u30bf\u30fc\u30e0 ID\u3002",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "\u7279\u5b9a\u306e\u30bf\u30fc\u30e0\u306e\u3059\u3079\u3066\u306b\u9805\u76ee\u3092\u5272\u308a\u5f53\u3066\u308b\u304b\u3001\u4e00\u90e8\u306b\u5272\u308a\u5f53\u3066\u308b\u304b\u3002",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "menus_exclude": {
                            "description": "\u300cmenus\u300d\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u7279\u5b9a\u306e\u30bf\u30fc\u30e0\u3092\u6301\u3064\u9805\u76ee\u4ee5\u5916\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u30bf\u30fc\u30e0 ID \u4e00\u89a7",
                                    "description": "\u30ea\u30b9\u30c8\u3057\u305f ID \u3068\u5408\u81f4\u3059\u308b\u30bf\u30fc\u30e0\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u30bf\u30fc\u30e0 ID \u30bf\u30af\u30bd\u30ce\u30df\u30fc\u30af\u30a8\u30ea\u30fc",
                                    "description": "\u9ad8\u5ea6\u306a\u30bf\u30fc\u30e0\u30af\u30a8\u30ea\u30fc\u3092\u5b9f\u884c\u3057\u307e\u3059\u3002",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "\u30bf\u30fc\u30e0 ID\u3002",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u7279\u5b9a\u306e menu_order \u5024\u3092\u6301\u3064\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "title": {
                            "description": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "default": "custom",
                            "description": "\"post_type\" \u3084 \"taxonomy\" \u306e\u3088\u3046\u306b\u3001\u5143\u3005\u8868\u308f\u3055\u308c\u3066\u3044\u305f\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30d5\u30a1\u30df\u30ea\u30fc\u3002",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "parent": {
                            "default": 0,
                            "description": "\u89aa\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e ID\u3002",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "attr_title": {
                            "description": "\u3053\u306e\u30e1\u30cb\u30e5\u30fc\u9805\u76ee\u306e\u30ea\u30f3\u30af\u8981\u7d20\u306e\u30bf\u30a4\u30c8\u30eb\u5c5e\u6027\u306e\u30c6\u30ad\u30b9\u30c8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "\u3053\u306e\u30e1\u30cb\u30e5\u30fc\u9805\u76ee\u306e\u30ea\u30f3\u30af\u8981\u7d20\u306e\u30af\u30e9\u30b9\u540d\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u3053\u306e\u30e1\u30cb\u30e5\u30fc\u9805\u76ee\u306e\u8aac\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "default": 1,
                            "description": "\u3053\u306e\u9805\u76ee\u306e\u89aa\u30e1\u30cb\u30e5\u30fc\u3067\u3042\u308b nav_menu_item \u306e DB ID (\u3082\u3057\u3042\u308c\u3070)\u3002\u306a\u3044\u5834\u5408\u306f0\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "\u300c\u30ab\u30c6\u30b4\u30ea\u30fc\u300d\u3001\u300c\u6295\u7a3f\u300d\u3001\u300c\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u300d\u306a\u3069\u3001\u5143\u3005\u8868\u308f\u3055\u308c\u3066\u3044\u305f\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30bf\u30a4\u30d7\u3002",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "default": 0,
                            "description": "\u3053\u306e\u30e1\u30cb\u30e5\u30fc\u9805\u76ee\u304c\u8868\u3059\u5143\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9 ID\u3002\u4f8b: \u6295\u7a3f\u306e ID \u3084\u30ab\u30c6\u30b4\u30ea\u30fc\u306e term_id\u3002",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "\u3053\u306e\u30e1\u30cb\u30e5\u30fc\u9805\u76ee\u306e\u30ea\u30f3\u30af\u8981\u7d20\u306e\u30bf\u30fc\u30b2\u30c3\u30c8\u5c5e\u6027\u3002",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "\u3053\u306e\u30e1\u30cb\u30e5\u30fc\u9805\u76ee\u304c\u6307\u3059 URL\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "\u3053\u306e\u30e1\u30cb\u30e5\u30fc\u9805\u76ee\u306e\u30ea\u30f3\u30af\u3067\u8868\u73fe\u3055\u308c\u305f XFN \u95a2\u4fc2\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u300cnav_menu\u300d\u306b\u5c5e\u3057\u3001\u305d\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u3066\u3044\u308b\u30bf\u30fc\u30e0\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kadence_starter_templates_imported_post": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/menu-items"
                    }
                ]
            }
        },
        "\/wp\/v2\/menu-items\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "description": "\"post_type\" \u3084 \"taxonomy\" \u306e\u3088\u3046\u306b\u3001\u5143\u3005\u8868\u308f\u3055\u308c\u3066\u3044\u305f\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30d5\u30a1\u30df\u30ea\u30fc\u3002",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u89aa\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e ID\u3002",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "attr_title": {
                            "description": "\u3053\u306e\u30e1\u30cb\u30e5\u30fc\u9805\u76ee\u306e\u30ea\u30f3\u30af\u8981\u7d20\u306e\u30bf\u30a4\u30c8\u30eb\u5c5e\u6027\u306e\u30c6\u30ad\u30b9\u30c8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "\u3053\u306e\u30e1\u30cb\u30e5\u30fc\u9805\u76ee\u306e\u30ea\u30f3\u30af\u8981\u7d20\u306e\u30af\u30e9\u30b9\u540d\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u3053\u306e\u30e1\u30cb\u30e5\u30fc\u9805\u76ee\u306e\u8aac\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u3053\u306e\u9805\u76ee\u306e\u89aa\u30e1\u30cb\u30e5\u30fc\u3067\u3042\u308b nav_menu_item \u306e DB ID (\u3082\u3057\u3042\u308c\u3070)\u3002\u306a\u3044\u5834\u5408\u306f0\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "\u300c\u30ab\u30c6\u30b4\u30ea\u30fc\u300d\u3001\u300c\u6295\u7a3f\u300d\u3001\u300c\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u300d\u306a\u3069\u3001\u5143\u3005\u8868\u308f\u3055\u308c\u3066\u3044\u305f\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30bf\u30a4\u30d7\u3002",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "description": "\u3053\u306e\u30e1\u30cb\u30e5\u30fc\u9805\u76ee\u304c\u8868\u3059\u5143\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9 ID\u3002\u4f8b: \u6295\u7a3f\u306e ID \u3084\u30ab\u30c6\u30b4\u30ea\u30fc\u306e term_id\u3002",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "\u3053\u306e\u30e1\u30cb\u30e5\u30fc\u9805\u76ee\u306e\u30ea\u30f3\u30af\u8981\u7d20\u306e\u30bf\u30fc\u30b2\u30c3\u30c8\u5c5e\u6027\u3002",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "\u3053\u306e\u30e1\u30cb\u30e5\u30fc\u9805\u76ee\u304c\u6307\u3059 URL\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "\u3053\u306e\u30e1\u30cb\u30e5\u30fc\u9805\u76ee\u306e\u30ea\u30f3\u30af\u3067\u8868\u73fe\u3055\u308c\u305f XFN \u95a2\u4fc2\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u300cnav_menu\u300d\u306b\u5c5e\u3057\u3001\u305d\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u3066\u3044\u308b\u30bf\u30fc\u30e0\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kadence_starter_templates_imported_post": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30b4\u30df\u7bb1\u306b\u5165\u308c\u305a\u306b\u5f37\u5236\u7684\u306b\u524a\u9664\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e ID\u3002",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "title": {
                            "description": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "description": "\"post_type\" \u3084 \"taxonomy\" \u306e\u3088\u3046\u306b\u3001\u5143\u3005\u8868\u308f\u3055\u308c\u3066\u3044\u305f\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30d5\u30a1\u30df\u30ea\u30fc\u3002",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "attr_title": {
                            "description": "\u3053\u306e\u30e1\u30cb\u30e5\u30fc\u9805\u76ee\u306e\u30ea\u30f3\u30af\u8981\u7d20\u306e\u30bf\u30a4\u30c8\u30eb\u5c5e\u6027\u306e\u30c6\u30ad\u30b9\u30c8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "\u3053\u306e\u30e1\u30cb\u30e5\u30fc\u9805\u76ee\u306e\u30ea\u30f3\u30af\u8981\u7d20\u306e\u30af\u30e9\u30b9\u540d\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u3053\u306e\u30e1\u30cb\u30e5\u30fc\u9805\u76ee\u306e\u8aac\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u3053\u306e\u9805\u76ee\u306e\u89aa\u30e1\u30cb\u30e5\u30fc\u3067\u3042\u308b nav_menu_item \u306e DB ID (\u3082\u3057\u3042\u308c\u3070)\u3002\u306a\u3044\u5834\u5408\u306f0\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "\u300c\u30ab\u30c6\u30b4\u30ea\u30fc\u300d\u3001\u300c\u6295\u7a3f\u300d\u3001\u300c\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u300d\u306a\u3069\u3001\u5143\u3005\u8868\u308f\u3055\u308c\u3066\u3044\u305f\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30bf\u30a4\u30d7\u3002",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "description": "\u3053\u306e\u30e1\u30cb\u30e5\u30fc\u9805\u76ee\u304c\u8868\u3059\u5143\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9 ID\u3002\u4f8b: \u6295\u7a3f\u306e ID \u3084\u30ab\u30c6\u30b4\u30ea\u30fc\u306e term_id\u3002",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "\u3053\u306e\u30e1\u30cb\u30e5\u30fc\u9805\u76ee\u306e\u30ea\u30f3\u30af\u8981\u7d20\u306e\u30bf\u30fc\u30b2\u30c3\u30c8\u5c5e\u6027\u3002",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "\u3053\u306e\u30e1\u30cb\u30e5\u30fc\u9805\u76ee\u304c\u6307\u3059 URL\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "\u3053\u306e\u30e1\u30cb\u30e5\u30fc\u9805\u76ee\u306e\u30ea\u30f3\u30af\u3067\u8868\u73fe\u3055\u308c\u305f XFN \u95a2\u4fc2\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u300cnav_menu\u300d\u306b\u5c5e\u3057\u3001\u305d\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u3066\u3044\u308b\u30bf\u30fc\u30e0\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kadence_starter_templates_imported_post": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u691c\u7d22\u5165\u529b\u3092\u89e3\u91c8\u3059\u308b\u65b9\u6cd5\u3067\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6295\u7a3f\u306e\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u691c\u7d22\u3059\u308b\u5217\u540d\u306e\u914d\u5217\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u7279\u5b9a\u306e\u30b9\u30e9\u30c3\u30b0\u3092\u6301\u3064\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u30b9\u30c6\u30fc\u30bf\u30b9\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "dp-rewrite-republish",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "\u8907\u6570\u306e\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u9593\u306e\u95a2\u4fc2\u306b\u57fa\u3065\u3044\u3066\u7d50\u679c\u30bb\u30c3\u30c8\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "\u300cwp_pattern_category\u300d\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u7279\u5b9a\u306e\u30bf\u30fc\u30e0\u3092\u6301\u3064\u9805\u76ee\u306b\u7d50\u679c\u30bb\u30c3\u30c8\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u30bf\u30fc\u30e0 ID \u4e00\u89a7",
                                    "description": "\u30ea\u30b9\u30c8\u3057\u305f ID \u3068\u5408\u81f4\u3059\u308b\u30bf\u30fc\u30e0\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u30bf\u30fc\u30e0 ID \u30bf\u30af\u30bd\u30ce\u30df\u30fc\u30af\u30a8\u30ea\u30fc",
                                    "description": "\u9ad8\u5ea6\u306a\u30bf\u30fc\u30e0\u30af\u30a8\u30ea\u30fc\u3092\u5b9f\u884c\u3057\u307e\u3059\u3002",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "\u30bf\u30fc\u30e0 ID\u3002",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "\u7279\u5b9a\u306e\u30bf\u30fc\u30e0\u306e\u3059\u3079\u3066\u306b\u9805\u76ee\u3092\u5272\u308a\u5f53\u3066\u308b\u304b\u3001\u4e00\u90e8\u306b\u5272\u308a\u5f53\u3066\u308b\u304b\u3002",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "wp_pattern_category_exclude": {
                            "description": "\u300cwp_pattern_category\u300d\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u7279\u5b9a\u306e\u30bf\u30fc\u30e0\u3092\u6301\u3064\u9805\u76ee\u4ee5\u5916\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u30bf\u30fc\u30e0 ID \u4e00\u89a7",
                                    "description": "\u30ea\u30b9\u30c8\u3057\u305f ID \u3068\u5408\u81f4\u3059\u308b\u30bf\u30fc\u30e0\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u30bf\u30fc\u30e0 ID \u30bf\u30af\u30bd\u30ce\u30df\u30fc\u30af\u30a8\u30ea\u30fc",
                                    "description": "\u9ad8\u5ea6\u306a\u30bf\u30fc\u30e0\u30af\u30a8\u30ea\u30fc\u3092\u5b9f\u884c\u3057\u307e\u3059\u3002",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "\u30bf\u30fc\u30e0 ID\u3002",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u6295\u7a3f\u306e\u629c\u7c8b\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u629c\u7c8b\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u306e\u629c\u7c8b\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u629c\u7c8b\u304c\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3055\u308c\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kadence_starter_templates_imported_post": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u300cwp_pattern_category\u300d\u306b\u5c5e\u3057\u3001\u305d\u306e\u6295\u7a3f\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u3066\u3044\u308b\u30bf\u30fc\u30e0\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/blocks"
                    }
                ]
            }
        },
        "\/wp\/v2\/blocks\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u629c\u7c8b\u306e\u9577\u3055\u3092\u4e0a\u66f8\u304d\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306e\u6295\u7a3f\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u6295\u7a3f\u306e\u629c\u7c8b\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u629c\u7c8b\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u306e\u629c\u7c8b\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u629c\u7c8b\u304c\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3055\u308c\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kadence_starter_templates_imported_post": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u300cwp_pattern_category\u300d\u306b\u5c5e\u3057\u3001\u305d\u306e\u6295\u7a3f\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u3066\u3044\u308b\u30bf\u30fc\u30e0\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30b4\u30df\u7bb1\u306b\u5165\u308c\u305a\u306b\u5f37\u5236\u7684\u306b\u524a\u9664\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3073\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u304c\u30b4\u30df\u7bb1\u6a5f\u80fd\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u306a\u3044\u305f\u3081\u3001true \u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u6295\u7a3f\u306e\u629c\u7c8b\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u629c\u7c8b\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u306e\u629c\u7c8b\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u629c\u7c8b\u304c\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3055\u308c\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kadence_starter_templates_imported_post": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u300cwp_pattern_category\u300d\u306b\u5c5e\u3057\u3001\u305d\u306e\u6295\u7a3f\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u3066\u3044\u308b\u30bf\u30fc\u30e0\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e ID",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3073\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e ID",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e ID",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u304c\u30b4\u30df\u7bb1\u6a5f\u80fd\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u306a\u3044\u305f\u3081\u3001true \u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e ID",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e ID",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u3092\u8b58\u5225\u3059\u308b\u56fa\u6709\u306e\u30b9\u30e9\u30c3\u30b0\u3002",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30c6\u30fc\u30de\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30bf\u30a4\u30d7",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u72b6\u614b\u306e\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u72b6\u614b\u306e\u3001\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u8aac\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u72b6\u614b\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u4f5c\u6210\u8005\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e ID",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "wp_id": {
                            "description": "\u6307\u5b9a\u3057\u305f\u6295\u7a3f ID \u306b\u5236\u9650\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "\u7279\u5b9a\u306e\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u30d1\u30fc\u30c4\u30a8\u30ea\u30a2\u306b\u5236\u9650\u3059\u308b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "post_type": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u3092\u53d6\u5f97\u3059\u308b\u6295\u7a3f\u30bf\u30a4\u30d7\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u3092\u8b58\u5225\u3059\u308b\u56fa\u6709\u306e\u30b9\u30e9\u30c3\u30b0\u3002",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": true
                        },
                        "theme": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30c6\u30fc\u30de\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30bf\u30a4\u30d7",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "default": "",
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u72b6\u614b\u306e\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "default": "",
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u72b6\u614b\u306e\u3001\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "default": "",
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u8aac\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u72b6\u614b\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u4f5c\u6210\u8005\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/templates"
                    }
                ]
            }
        },
        "\/wp\/v2\/templates\/lookup": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "\u4ee5\u4e0b\u306e\u30d5\u30a9\u30fc\u30eb\u30d0\u30c3\u30af\u3092\u53d6\u5f97\u3059\u308b\u305f\u3081\u306e\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30b9\u30e9\u30c3\u30b0",
                            "type": "string",
                            "required": true
                        },
                        "is_custom": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u304c\u30ab\u30b9\u30bf\u30e0\u3067\u3042\u308b\u304b\u3001\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u968e\u5c64\u306e\u4e00\u90e8\u3067\u3042\u308b\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059",
                            "type": "boolean",
                            "required": false
                        },
                        "template_prefix": {
                            "description": "\u4f5c\u6210\u3055\u308c\u305f\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u63a5\u982d\u8f9e\u3002\u3053\u308c\u306f\u30e1\u30a4\u30f3\u306e\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u30bf\u30a4\u30d7\u3092\u62bd\u51fa\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3055\u308c\u307e\u3059 (\u4f8b: \"taxonomy-blocks\"\u3067\u306f\u3001\"taxonomy\" \u304c\u62bd\u51fa\u3055\u308c\u307e\u3059)\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/templates\/lookup"
                    }
                ]
            }
        },
        "\/wp\/v2\/templates\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e ID",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e ID",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u3092\u8b58\u5225\u3059\u308b\u56fa\u6709\u306e\u30b9\u30e9\u30c3\u30b0\u3002",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30c6\u30fc\u30de\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30bf\u30a4\u30d7",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u72b6\u614b\u306e\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u72b6\u614b\u306e\u3001\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u8aac\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u72b6\u614b\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u4f5c\u6210\u8005\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e ID",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30b4\u30df\u7bb1\u306b\u5165\u308c\u305a\u306b\u5f37\u5236\u7684\u306b\u524a\u9664\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e ID",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3073\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e ID",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e ID",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u304c\u30b4\u30df\u7bb1\u6a5f\u80fd\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u306a\u3044\u305f\u3081\u3001true \u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e ID",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e ID",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u3092\u8b58\u5225\u3059\u308b\u56fa\u6709\u306e\u30b9\u30e9\u30c3\u30b0\u3002",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30c6\u30fc\u30de\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30bf\u30a4\u30d7",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u72b6\u614b\u306e\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u72b6\u614b\u306e\u3001\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u8aac\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u72b6\u614b\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u4f5c\u6210\u8005\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u30d1\u30fc\u30c4\u306e\u4f7f\u7528\u3092\u76ee\u7684\u3068\u3057\u305f\u5834\u6240 (\u30d8\u30c3\u30c0\u30fc\u3001\u30d5\u30c3\u30bf\u30fc\u3001\u306a\u3069)",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e ID",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "wp_id": {
                            "description": "\u6307\u5b9a\u3057\u305f\u6295\u7a3f ID \u306b\u5236\u9650\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "\u7279\u5b9a\u306e\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u30d1\u30fc\u30c4\u30a8\u30ea\u30a2\u306b\u5236\u9650\u3059\u308b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "post_type": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u3092\u53d6\u5f97\u3059\u308b\u6295\u7a3f\u30bf\u30a4\u30d7\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u3092\u8b58\u5225\u3059\u308b\u56fa\u6709\u306e\u30b9\u30e9\u30c3\u30b0\u3002",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": true
                        },
                        "theme": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30c6\u30fc\u30de\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30bf\u30a4\u30d7",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "default": "",
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u72b6\u614b\u306e\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "default": "",
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u72b6\u614b\u306e\u3001\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "default": "",
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u8aac\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u72b6\u614b\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u4f5c\u6210\u8005\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u30d1\u30fc\u30c4\u306e\u4f7f\u7528\u3092\u76ee\u7684\u3068\u3057\u305f\u5834\u6240 (\u30d8\u30c3\u30c0\u30fc\u3001\u30d5\u30c3\u30bf\u30fc\u3001\u306a\u3069)",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/template-parts"
                    }
                ]
            }
        },
        "\/wp\/v2\/template-parts\/lookup": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "\u4ee5\u4e0b\u306e\u30d5\u30a9\u30fc\u30eb\u30d0\u30c3\u30af\u3092\u53d6\u5f97\u3059\u308b\u305f\u3081\u306e\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30b9\u30e9\u30c3\u30b0",
                            "type": "string",
                            "required": true
                        },
                        "is_custom": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u304c\u30ab\u30b9\u30bf\u30e0\u3067\u3042\u308b\u304b\u3001\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u968e\u5c64\u306e\u4e00\u90e8\u3067\u3042\u308b\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059",
                            "type": "boolean",
                            "required": false
                        },
                        "template_prefix": {
                            "description": "\u4f5c\u6210\u3055\u308c\u305f\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u63a5\u982d\u8f9e\u3002\u3053\u308c\u306f\u30e1\u30a4\u30f3\u306e\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u30bf\u30a4\u30d7\u3092\u62bd\u51fa\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3055\u308c\u307e\u3059 (\u4f8b: \"taxonomy-blocks\"\u3067\u306f\u3001\"taxonomy\" \u304c\u62bd\u51fa\u3055\u308c\u307e\u3059)\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/template-parts\/lookup"
                    }
                ]
            }
        },
        "\/wp\/v2\/template-parts\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e ID",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e ID",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u3092\u8b58\u5225\u3059\u308b\u56fa\u6709\u306e\u30b9\u30e9\u30c3\u30b0\u3002",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30c6\u30fc\u30de\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30bf\u30a4\u30d7",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u72b6\u614b\u306e\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u72b6\u614b\u306e\u3001\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u8aac\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u72b6\u614b\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u4f5c\u6210\u8005\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u30d1\u30fc\u30c4\u306e\u4f7f\u7528\u3092\u76ee\u7684\u3068\u3057\u305f\u5834\u6240 (\u30d8\u30c3\u30c0\u30fc\u3001\u30d5\u30c3\u30bf\u30fc\u3001\u306a\u3069)",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e ID",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30b4\u30df\u7bb1\u306b\u5165\u308c\u305a\u306b\u5f37\u5236\u7684\u306b\u524a\u9664\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u30b0\u30ed\u30fc\u30d0\u30eb\u30b9\u30bf\u30a4\u30eb\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u89aa\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u30b0\u30ed\u30fc\u30d0\u30eb\u30b9\u30bf\u30a4\u30eb\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u4e00\u610f\u306e\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/themes\/(?P<stylesheet>[\\\/\\s%\\w\\.\\(\\)\\[\\]\\@_\\-]+)\/variations": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": false
                    },
                    "args": {
                        "stylesheet": {
                            "description": "\u30c6\u30fc\u30de\u8b58\u5225\u5b50",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/themes\/(?P<stylesheet>[^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": false
                    },
                    "args": {
                        "stylesheet": {
                            "description": "\u30c6\u30fc\u30de\u8b58\u5225\u5b50",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/(?P<id>[\\\/\\d+]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": false
                    },
                    "args": {
                        "id": {
                            "description": "\u30b0\u30ed\u30fc\u30d0\u30eb\u30b9\u30bf\u30a4\u30eb\u69cb\u6210\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": false
                    },
                    "args": {
                        "styles": {
                            "description": "\u30b0\u30ed\u30fc\u30d0\u30eb\u30b9\u30bf\u30a4\u30eb\u3002",
                            "type": [
                                "object"
                            ],
                            "required": false
                        },
                        "settings": {
                            "description": "\u30b0\u30ed\u30fc\u30d0\u30eb\u8a2d\u5b9a\u3002",
                            "type": [
                                "object"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "\u30b0\u30ed\u30fc\u30d0\u30eb\u30b9\u30bf\u30a4\u30eb\u30d0\u30ea\u30a8\u30fc\u30b7\u30e7\u30f3\u306e\u30bf\u30a4\u30c8\u30eb",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u5185\u306b\u5b58\u5728\u3059\u308b\u5f62\u3067\u306e\u3001\u30b0\u30ed\u30fc\u30d0\u30eb\u30b9\u30bf\u30a4\u30eb\u30d0\u30ea\u30a8\u30fc\u30b7\u30e7\u30f3\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u691c\u7d22\u5165\u529b\u3092\u89e3\u91c8\u3059\u308b\u65b9\u6cd5\u3067\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6295\u7a3f\u306e\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u691c\u7d22\u3059\u308b\u5217\u540d\u306e\u914d\u5217\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u7279\u5b9a\u306e\u30b9\u30e9\u30c3\u30b0\u3092\u6301\u3064\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u30b9\u30c6\u30fc\u30bf\u30b9\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "dp-rewrite-republish",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/navigation"
                    }
                ]
            }
        },
        "\/wp\/v2\/navigation\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306e\u6295\u7a3f\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30b4\u30df\u7bb1\u306b\u5165\u308c\u305a\u306b\u5f37\u5236\u7684\u306b\u524a\u9664\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3073\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u304c\u30b4\u30df\u7bb1\u6a5f\u80fd\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u306a\u3044\u305f\u3081\u3001true \u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/font-families": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u691c\u7d22\u5165\u529b\u3092\u89e3\u91c8\u3059\u308b\u65b9\u6cd5\u3067\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6295\u7a3f\u306e\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "id",
                            "enum": [
                                "id",
                                "include"
                            ],
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u7279\u5b9a\u306e\u30b9\u30e9\u30c3\u30b0\u3092\u6301\u3064\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "theme_json_version": {
                            "description": "\u30bf\u30a4\u30dd\u30b0\u30e9\u30d5\u30a3\u8a2d\u5b9a\u306b\u4f7f\u7528\u3055\u308c\u308b theme.json \u30b9\u30ad\u30fc\u30de\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                            "type": "integer",
                            "default": 3,
                            "minimum": 2,
                            "maximum": 3,
                            "required": false
                        },
                        "font_family_settings": {
                            "description": "\u6587\u5b57\u5217\u3067\u30a8\u30f3\u30b3\u30fc\u30c9\u3055\u308c\u305f theme.json \u5f62\u5f0f\u306e font-family \u306e\u5ba3\u8a00\u3002",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/font-families"
                    }
                ]
            }
        },
        "\/wp\/v2\/font-families\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "theme_json_version": {
                            "description": "\u30bf\u30a4\u30dd\u30b0\u30e9\u30d5\u30a3\u8a2d\u5b9a\u306b\u4f7f\u7528\u3055\u308c\u308b theme.json \u30b9\u30ad\u30fc\u30de\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                            "type": "integer",
                            "default": 3,
                            "minimum": 2,
                            "maximum": 3,
                            "required": false
                        },
                        "font_family_settings": {
                            "description": "\u6587\u5b57\u5217\u3067\u30a8\u30f3\u30b3\u30fc\u30c9\u3055\u308c\u305f theme.json \u5f62\u5f0f\u306e font-family \u306e\u5ba3\u8a00\u3002",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30b4\u30df\u7bb1\u306b\u5165\u308c\u305a\u306b\u5f37\u5236\u7684\u306b\u524a\u9664\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/font-families\/(?P<font_family_id>[\\d]+)\/font-faces": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "\u30d5\u30a9\u30f3\u30c8\u30d5\u30a7\u30a4\u30b9\u306e\u89aa\u30d5\u30a9\u30f3\u30c8\u30d5\u30a1\u30df\u30ea\u30fc\u306e ID\u3002",
                            "type": "integer",
                            "required": true
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u691c\u7d22\u5165\u529b\u3092\u89e3\u91c8\u3059\u308b\u65b9\u6cd5\u3067\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6295\u7a3f\u306e\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "id",
                            "enum": [
                                "id",
                                "include"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "\u30d5\u30a9\u30f3\u30c8\u30d5\u30a7\u30a4\u30b9\u306e\u89aa\u30d5\u30a9\u30f3\u30c8\u30d5\u30a1\u30df\u30ea\u30fc\u306e ID\u3002",
                            "type": "integer",
                            "required": true
                        },
                        "theme_json_version": {
                            "description": "\u30bf\u30a4\u30dd\u30b0\u30e9\u30d5\u30a3\u8a2d\u5b9a\u306b\u4f7f\u7528\u3055\u308c\u308b theme.json \u30b9\u30ad\u30fc\u30de\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                            "type": "integer",
                            "default": 3,
                            "minimum": 2,
                            "maximum": 3,
                            "required": false
                        },
                        "font_face_settings": {
                            "description": "\u6587\u5b57\u5217\u3067\u30a8\u30f3\u30b3\u30fc\u30c9\u3055\u308c\u305f theme.json \u5f62\u5f0f\u306e font-face \u306e\u5ba3\u8a00\u3002",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/font-families\/(?P<font_family_id>[\\d]+)\/font-faces\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "\u30d5\u30a9\u30f3\u30c8\u30d5\u30a7\u30a4\u30b9\u306e\u89aa\u30d5\u30a9\u30f3\u30c8\u30d5\u30a1\u30df\u30ea\u30fc\u306e ID\u3002",
                            "type": "integer",
                            "required": true
                        },
                        "id": {
                            "description": "\u30d5\u30a9\u30f3\u30c8\u30d5\u30a7\u30a4\u30b9\u306e\u4e00\u610f\u306e\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": true
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "\u30d5\u30a9\u30f3\u30c8\u30d5\u30a7\u30a4\u30b9\u306e\u89aa\u30d5\u30a9\u30f3\u30c8\u30d5\u30a1\u30df\u30ea\u30fc\u306e ID\u3002",
                            "type": "integer",
                            "required": true
                        },
                        "id": {
                            "description": "\u30d5\u30a9\u30f3\u30c8\u30d5\u30a7\u30a4\u30b9\u306e\u4e00\u610f\u306e\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": true
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30b4\u30df\u7bb1\u306b\u5165\u308c\u305a\u306b\u5f37\u5236\u7684\u306b\u524a\u9664\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_form": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "\u7279\u5b9a\u306e\u6295\u7a3f\u8005\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\u7279\u5b9a\u306e\u6295\u7a3f\u8005\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u691c\u7d22\u5165\u529b\u3092\u89e3\u91c8\u3059\u308b\u65b9\u6cd5\u3067\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6295\u7a3f\u306e\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u691c\u7d22\u3059\u308b\u5217\u540d\u306e\u914d\u5217\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u7279\u5b9a\u306e\u30b9\u30e9\u30c3\u30b0\u3092\u6301\u3064\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u30b9\u30c6\u30fc\u30bf\u30b9\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "dp-rewrite-republish",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6295\u7a3f\u8005\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kadence_starter_templates_imported_post": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_fields": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "uniqueID": {
                                                "type": "string"
                                            },
                                            "name": {
                                                "type": "string"
                                            },
                                            "label": {
                                                "type": "string"
                                            },
                                            "type": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_form_email": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "emailTo": "",
                                        "subject": "",
                                        "fromEmail": "",
                                        "fromName": "",
                                        "replyTo": "email_field",
                                        "cc": "",
                                        "bcc": "",
                                        "html": true
                                    },
                                    "properties": {
                                        "emailTo": {
                                            "type": "string"
                                        },
                                        "subject": {
                                            "type": "string"
                                        },
                                        "fromEmail": {
                                            "type": "string"
                                        },
                                        "fromName": {
                                            "type": "string"
                                        },
                                        "replyTo": {
                                            "type": "string"
                                        },
                                        "cc": {
                                            "type": "string"
                                        },
                                        "bcc": {
                                            "type": "string"
                                        },
                                        "html": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_mailerlite": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "group": [],
                                        "map": []
                                    },
                                    "properties": {
                                        "group": {
                                            "type": "object",
                                            "properties": {
                                                "value": {
                                                    "type": "string"
                                                },
                                                "label": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "map": {
                                            "type": "object",
                                            "additionalProperties": {
                                                "type": "string"
                                            }
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_fluentcrm": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "lists": [],
                                        "tags": [],
                                        "map": [],
                                        "doubleOptin": false
                                    },
                                    "properties": {
                                        "lists": {
                                            "type": "array"
                                        },
                                        "tags": {
                                            "type": "array"
                                        },
                                        "map": {
                                            "type": "object",
                                            "additionalProperties": {
                                                "type": "string"
                                            }
                                        },
                                        "doubleOptin": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_sendinblue": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "lists": [],
                                        "map": []
                                    },
                                    "properties": {
                                        "lists": {
                                            "type": "array"
                                        },
                                        "map": {
                                            "type": "object",
                                            "additionalProperties": {
                                                "type": "string"
                                            }
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_mailchimp": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "list": [],
                                        "map": [],
                                        "groups": [],
                                        "tags": [],
                                        "doubleOptin": false
                                    },
                                    "properties": {
                                        "list": {
                                            "type": "object",
                                            "properties": {
                                                "value": {
                                                    "type": "string"
                                                },
                                                "label": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "map": {
                                            "type": "object",
                                            "additionalProperties": {
                                                "type": "string"
                                            }
                                        },
                                        "groups": {
                                            "type": "array"
                                        },
                                        "tags": {
                                            "type": "array"
                                        },
                                        "doubleOptin": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_getresponse": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "automation": [],
                                        "tags": [],
                                        "map": [],
                                        "listMulti": [],
                                        "doubleOptin": false
                                    },
                                    "properties": {
                                        "automation": {
                                            "type": "object",
                                            "properties": {
                                                "value": {
                                                    "type": "string"
                                                },
                                                "label": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tags": {
                                            "type": "array"
                                        },
                                        "map": {
                                            "type": "object",
                                            "additionalProperties": {
                                                "type": "string"
                                            }
                                        },
                                        "listMulti": {
                                            "type": "array"
                                        },
                                        "doubleOptin": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_convertkit": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "form": [],
                                        "sequence": [],
                                        "tags": [],
                                        "map": []
                                    },
                                    "properties": {
                                        "form": {
                                            "type": "object",
                                            "properties": {
                                                "value": {
                                                    "type": "number"
                                                },
                                                "label": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "sequence": {
                                            "type": "object",
                                            "properties": {
                                                "value": {
                                                    "type": "number"
                                                },
                                                "label": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tags": {
                                            "type": "array"
                                        },
                                        "map": {
                                            "type": "object",
                                            "additionalProperties": {
                                                "type": "string"
                                            }
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_activecampaign": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "list": [],
                                        "automation": [],
                                        "tags": [],
                                        "map": [],
                                        "listMulti": [],
                                        "doubleOptin": false
                                    },
                                    "properties": {
                                        "list": {
                                            "type": "object",
                                            "properties": {
                                                "value": {
                                                    "type": "string"
                                                },
                                                "label": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "automation": {
                                            "type": "object",
                                            "properties": {
                                                "value": {
                                                    "type": "string"
                                                },
                                                "label": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tags": {
                                            "type": "array"
                                        },
                                        "map": {
                                            "type": "object",
                                            "additionalProperties": {
                                                "type": "string"
                                            }
                                        },
                                        "listMulti": {
                                            "type": "array"
                                        },
                                        "doubleOptin": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_modified_in_kf_plugin": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_form_browserValidation": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_kad_form_enableAnalytics": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_form_redirect": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_submitHide": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_form_recaptcha": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_form_recaptchaVersion": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "v3"
                                },
                                "_kad_form_webhook": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "url": "",
                                        "map": []
                                    },
                                    "properties": {
                                        "url": {
                                            "type": "string"
                                        },
                                        "map": {
                                            "type": "object",
                                            "additionalProperties": {
                                                "type": "string"
                                            }
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_autoEmail": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "emailTo": "",
                                        "subject": "",
                                        "message": "",
                                        "fromEmail": "",
                                        "fromName": "",
                                        "replyTo": "",
                                        "cc": "",
                                        "bcc": "",
                                        "html": true
                                    },
                                    "properties": {
                                        "emailTo": {
                                            "type": "string"
                                        },
                                        "subject": {
                                            "type": "string"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "fromEmail": {
                                            "type": "string"
                                        },
                                        "fromName": {
                                            "type": "string"
                                        },
                                        "replyTo": {
                                            "type": "string"
                                        },
                                        "cc": {
                                            "type": "string"
                                        },
                                        "bcc": {
                                            "type": "string"
                                        },
                                        "html": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_entry": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "userIP": true,
                                        "userDevice": true
                                    },
                                    "properties": {
                                        "userIP": {
                                            "type": "boolean"
                                        },
                                        "userDevice": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_fieldBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_form_tabletFieldBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_form_mobileFieldBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_form_fieldBorderRadiusUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px",
                                    "properties": "px"
                                },
                                "_kad_form_description": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_fieldBorderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_tabletFieldBorderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_mobileFieldBorderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_messages": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "success": "",
                                        "error": "",
                                        "required": "",
                                        "invalid": "",
                                        "recaptchaerror": "",
                                        "preError": ""
                                    },
                                    "properties": {
                                        "success": {
                                            "type": "string"
                                        },
                                        "error": {
                                            "type": "string"
                                        },
                                        "required": {
                                            "type": "string"
                                        },
                                        "invalid": {
                                            "type": "string"
                                        },
                                        "recaptchaerror": {
                                            "type": "string"
                                        },
                                        "preError": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_inputFont": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "colorActive": "",
                                        "size": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "sizeType": "px",
                                        "lineHeight": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "lineType": "",
                                        "letterSpacing": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "letterType": "",
                                        "textTransform": "",
                                        "family": "",
                                        "google": false,
                                        "style": "",
                                        "weight": "",
                                        "variant": "",
                                        "subset": "",
                                        "loadGoogle": true,
                                        "padding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "margin": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ]
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "colorActive": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "array"
                                        },
                                        "sizeType": {
                                            "type": "string"
                                        },
                                        "lineHeight": {
                                            "type": "array"
                                        },
                                        "lineType": {
                                            "type": "string"
                                        },
                                        "letterSpacing": {
                                            "type": "array"
                                        },
                                        "letterType": {
                                            "type": "string"
                                        },
                                        "textTransform": {
                                            "type": "string"
                                        },
                                        "family": {
                                            "type": "string"
                                        },
                                        "google": {
                                            "type": "boolean"
                                        },
                                        "style": {
                                            "type": "string"
                                        },
                                        "weight": {
                                            "type": "string"
                                        },
                                        "variant": {
                                            "type": "string"
                                        },
                                        "subset": {
                                            "type": "string"
                                        },
                                        "loadGoogle": {
                                            "type": "boolean"
                                        },
                                        "padding": {
                                            "type": "array"
                                        },
                                        "margin": {
                                            "type": "array"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_style": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "showRequired": true,
                                        "size": "standard",
                                        "padding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "tabletPadding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "mobilePadding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "paddingUnit": "px",
                                        "requiredColor": "",
                                        "background": "",
                                        "backgroundActive": "",
                                        "borderActive": "",
                                        "placeholderColor": "",
                                        "gradient": "",
                                        "gradientActive": "",
                                        "backgroundType": "normal",
                                        "backgroundActiveType": "normal",
                                        "boxShadow": [
                                            false,
                                            "#000000",
                                            0.2,
                                            1,
                                            1,
                                            2,
                                            0,
                                            false
                                        ],
                                        "boxShadowActive": [
                                            false,
                                            "#000000",
                                            0.4,
                                            2,
                                            2,
                                            3,
                                            0,
                                            false
                                        ],
                                        "gap": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "gapUnit": "px",
                                        "labelStyle": "normal",
                                        "basicStyles": true,
                                        "isDark": false
                                    },
                                    "properties": {
                                        "showRequired": {
                                            "type": "boolean"
                                        },
                                        "size": {
                                            "type": "string"
                                        },
                                        "padding": {
                                            "type": "array"
                                        },
                                        "tabletPadding": {
                                            "type": "array"
                                        },
                                        "mobilePadding": {
                                            "type": "array"
                                        },
                                        "paddingUnit": {
                                            "type": "string"
                                        },
                                        "requiredColor": {
                                            "type": "string"
                                        },
                                        "background": {
                                            "type": "string"
                                        },
                                        "backgroundActive": {
                                            "type": "string"
                                        },
                                        "borderActive": {
                                            "type": "string"
                                        },
                                        "placeholderColor": {
                                            "type": "string"
                                        },
                                        "gradient": {
                                            "type": "string"
                                        },
                                        "gradientActive": {
                                            "type": "string"
                                        },
                                        "backgroundType": {
                                            "type": "string"
                                        },
                                        "backgroundActiveType": {
                                            "type": "string"
                                        },
                                        "boxShadow": {
                                            "type": "array"
                                        },
                                        "boxShadowActive": {
                                            "type": "array"
                                        },
                                        "gap": {
                                            "type": "array"
                                        },
                                        "gapUnit": {
                                            "type": "string"
                                        },
                                        "labelStyle": {
                                            "type": "string"
                                        },
                                        "basicStyles": {
                                            "type": "boolean"
                                        },
                                        "isDark": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_background": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "background": "",
                                        "gradient": "",
                                        "backgroundType": "normal"
                                    },
                                    "properties": {
                                        "background": {
                                            "type": "string"
                                        },
                                        "gradient": {
                                            "type": "string"
                                        },
                                        "backgroundType": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_labelFont": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "size": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "sizeType": "px",
                                        "lineHeight": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "lineType": "",
                                        "letterSpacing": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "letterType": "px",
                                        "textTransform": "",
                                        "family": "",
                                        "google": false,
                                        "style": "",
                                        "weight": "",
                                        "variant": "",
                                        "subset": "",
                                        "loadGoogle": true,
                                        "padding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "margin": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ]
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "array"
                                        },
                                        "sizeType": {
                                            "type": "string"
                                        },
                                        "lineHeight": {
                                            "type": "array"
                                        },
                                        "lineType": {
                                            "type": "string"
                                        },
                                        "letterSpacing": {
                                            "type": "array"
                                        },
                                        "letterType": {
                                            "type": "string"
                                        },
                                        "textTransform": {
                                            "type": "string"
                                        },
                                        "family": {
                                            "type": "string"
                                        },
                                        "google": {
                                            "type": "boolean"
                                        },
                                        "style": {
                                            "type": "string"
                                        },
                                        "weight": {
                                            "type": "string"
                                        },
                                        "variant": {
                                            "type": "string"
                                        },
                                        "subset": {
                                            "type": "string"
                                        },
                                        "loadGoogle": {
                                            "type": "boolean"
                                        },
                                        "padding": {
                                            "type": "array"
                                        },
                                        "margin": {
                                            "type": "array"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_radioLabelFont": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "size": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "sizeType": "px",
                                        "lineHeight": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "lineType": "",
                                        "letterSpacing": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "letterType": "px",
                                        "textTransform": "",
                                        "family": "",
                                        "google": false,
                                        "style": "",
                                        "weight": "",
                                        "variant": "",
                                        "subset": "",
                                        "loadGoogle": true
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "array"
                                        },
                                        "sizeType": {
                                            "type": "string"
                                        },
                                        "lineHeight": {
                                            "type": "array"
                                        },
                                        "lineType": {
                                            "type": "string"
                                        },
                                        "letterSpacing": {
                                            "type": "array"
                                        },
                                        "letterType": {
                                            "type": "string"
                                        },
                                        "textTransform": {
                                            "type": "string"
                                        },
                                        "family": {
                                            "type": "string"
                                        },
                                        "google": {
                                            "type": "boolean"
                                        },
                                        "style": {
                                            "type": "string"
                                        },
                                        "weight": {
                                            "type": "string"
                                        },
                                        "variant": {
                                            "type": "string"
                                        },
                                        "subset": {
                                            "type": "string"
                                        },
                                        "loadGoogle": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_helpFont": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "size": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "sizeType": "px",
                                        "lineHeight": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "lineType": "",
                                        "letterSpacing": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "letterType": "px",
                                        "textTransform": "",
                                        "family": "",
                                        "google": false,
                                        "style": "",
                                        "weight": "",
                                        "variant": "",
                                        "subset": "",
                                        "loadGoogle": true,
                                        "padding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "margin": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ]
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "array"
                                        },
                                        "sizeType": {
                                            "type": "string"
                                        },
                                        "lineHeight": {
                                            "type": "array"
                                        },
                                        "lineType": {
                                            "type": "string"
                                        },
                                        "letterSpacing": {
                                            "type": "array"
                                        },
                                        "letterType": {
                                            "type": "string"
                                        },
                                        "textTransform": {
                                            "type": "string"
                                        },
                                        "family": {
                                            "type": "string"
                                        },
                                        "google": {
                                            "type": "boolean"
                                        },
                                        "style": {
                                            "type": "string"
                                        },
                                        "weight": {
                                            "type": "string"
                                        },
                                        "variant": {
                                            "type": "string"
                                        },
                                        "subset": {
                                            "type": "string"
                                        },
                                        "loadGoogle": {
                                            "type": "boolean"
                                        },
                                        "padding": {
                                            "type": "array"
                                        },
                                        "margin": {
                                            "type": "array"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_messageBorderSuccess": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_tabletMessageBorderSuccess": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_mobileMessageBorderSuccess": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_messageBorderError": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_tabletMessageBorderError": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_mobileMessageBorderError": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_anchor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_className": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_actions": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "email"
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_padding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_tabletPadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_mobilePadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_paddingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_form_margin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_tabletMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_mobileMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_marginUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_form_messageBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_tabletMessageBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_mobileMessageBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_messageBorderRadiusUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_form_messagePadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_tableMessagePadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_mobileMessagePadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_messagePaddingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_form_messageMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_tabletMessageMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_mobileMessageMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_messageMarginUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_form_messageColor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_messageBackground": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_messageColorError": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_messageBackgroundError": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_messageFont": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "size": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "sizetype": "px",
                                            "lineHeight": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "lineType": "",
                                            "letterSpacing": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "letterType": "px",
                                            "textTransform": "",
                                            "family": "",
                                            "google": false,
                                            "style": "",
                                            "weight": "",
                                            "variant": "",
                                            "subset": "",
                                            "loadgoogle": true
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "size": {
                                                "type": "array"
                                            },
                                            "sizetype": {
                                                "type": "string"
                                            },
                                            "lineHeight": {
                                                "type": "array"
                                            },
                                            "lineType": {
                                                "type": "string"
                                            },
                                            "letterSpacing": {
                                                "type": "array"
                                            },
                                            "letterType": {
                                                "type": "string"
                                            },
                                            "textTransform": {
                                                "type": "string"
                                            },
                                            "family": {
                                                "type": "string"
                                            },
                                            "google": {
                                                "type": "boolean"
                                            },
                                            "style": {
                                                "type": "string"
                                            },
                                            "weight": {
                                                "type": "string"
                                            },
                                            "variant": {
                                                "type": "string"
                                            },
                                            "subset": {
                                                "type": "string"
                                            },
                                            "loadgoogle": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_form_maxWidthUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_form_maxWidth": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_importId": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/kadence_form"
                    }
                ]
            }
        },
        "\/wp\/v2\/kadence_form\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306e\u6295\u7a3f\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6295\u7a3f\u8005\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kadence_starter_templates_imported_post": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_fields": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "uniqueID": {
                                                "type": "string"
                                            },
                                            "name": {
                                                "type": "string"
                                            },
                                            "label": {
                                                "type": "string"
                                            },
                                            "type": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_form_email": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "emailTo": "",
                                        "subject": "",
                                        "fromEmail": "",
                                        "fromName": "",
                                        "replyTo": "email_field",
                                        "cc": "",
                                        "bcc": "",
                                        "html": true
                                    },
                                    "properties": {
                                        "emailTo": {
                                            "type": "string"
                                        },
                                        "subject": {
                                            "type": "string"
                                        },
                                        "fromEmail": {
                                            "type": "string"
                                        },
                                        "fromName": {
                                            "type": "string"
                                        },
                                        "replyTo": {
                                            "type": "string"
                                        },
                                        "cc": {
                                            "type": "string"
                                        },
                                        "bcc": {
                                            "type": "string"
                                        },
                                        "html": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_mailerlite": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "group": [],
                                        "map": []
                                    },
                                    "properties": {
                                        "group": {
                                            "type": "object",
                                            "properties": {
                                                "value": {
                                                    "type": "string"
                                                },
                                                "label": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "map": {
                                            "type": "object",
                                            "additionalProperties": {
                                                "type": "string"
                                            }
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_fluentcrm": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "lists": [],
                                        "tags": [],
                                        "map": [],
                                        "doubleOptin": false
                                    },
                                    "properties": {
                                        "lists": {
                                            "type": "array"
                                        },
                                        "tags": {
                                            "type": "array"
                                        },
                                        "map": {
                                            "type": "object",
                                            "additionalProperties": {
                                                "type": "string"
                                            }
                                        },
                                        "doubleOptin": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_sendinblue": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "lists": [],
                                        "map": []
                                    },
                                    "properties": {
                                        "lists": {
                                            "type": "array"
                                        },
                                        "map": {
                                            "type": "object",
                                            "additionalProperties": {
                                                "type": "string"
                                            }
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_mailchimp": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "list": [],
                                        "map": [],
                                        "groups": [],
                                        "tags": [],
                                        "doubleOptin": false
                                    },
                                    "properties": {
                                        "list": {
                                            "type": "object",
                                            "properties": {
                                                "value": {
                                                    "type": "string"
                                                },
                                                "label": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "map": {
                                            "type": "object",
                                            "additionalProperties": {
                                                "type": "string"
                                            }
                                        },
                                        "groups": {
                                            "type": "array"
                                        },
                                        "tags": {
                                            "type": "array"
                                        },
                                        "doubleOptin": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_getresponse": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "automation": [],
                                        "tags": [],
                                        "map": [],
                                        "listMulti": [],
                                        "doubleOptin": false
                                    },
                                    "properties": {
                                        "automation": {
                                            "type": "object",
                                            "properties": {
                                                "value": {
                                                    "type": "string"
                                                },
                                                "label": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tags": {
                                            "type": "array"
                                        },
                                        "map": {
                                            "type": "object",
                                            "additionalProperties": {
                                                "type": "string"
                                            }
                                        },
                                        "listMulti": {
                                            "type": "array"
                                        },
                                        "doubleOptin": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_convertkit": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "form": [],
                                        "sequence": [],
                                        "tags": [],
                                        "map": []
                                    },
                                    "properties": {
                                        "form": {
                                            "type": "object",
                                            "properties": {
                                                "value": {
                                                    "type": "number"
                                                },
                                                "label": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "sequence": {
                                            "type": "object",
                                            "properties": {
                                                "value": {
                                                    "type": "number"
                                                },
                                                "label": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tags": {
                                            "type": "array"
                                        },
                                        "map": {
                                            "type": "object",
                                            "additionalProperties": {
                                                "type": "string"
                                            }
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_activecampaign": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "list": [],
                                        "automation": [],
                                        "tags": [],
                                        "map": [],
                                        "listMulti": [],
                                        "doubleOptin": false
                                    },
                                    "properties": {
                                        "list": {
                                            "type": "object",
                                            "properties": {
                                                "value": {
                                                    "type": "string"
                                                },
                                                "label": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "automation": {
                                            "type": "object",
                                            "properties": {
                                                "value": {
                                                    "type": "string"
                                                },
                                                "label": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tags": {
                                            "type": "array"
                                        },
                                        "map": {
                                            "type": "object",
                                            "additionalProperties": {
                                                "type": "string"
                                            }
                                        },
                                        "listMulti": {
                                            "type": "array"
                                        },
                                        "doubleOptin": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_modified_in_kf_plugin": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_form_browserValidation": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_kad_form_enableAnalytics": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_form_redirect": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_submitHide": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_form_recaptcha": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_form_recaptchaVersion": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "v3"
                                },
                                "_kad_form_webhook": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "url": "",
                                        "map": []
                                    },
                                    "properties": {
                                        "url": {
                                            "type": "string"
                                        },
                                        "map": {
                                            "type": "object",
                                            "additionalProperties": {
                                                "type": "string"
                                            }
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_autoEmail": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "emailTo": "",
                                        "subject": "",
                                        "message": "",
                                        "fromEmail": "",
                                        "fromName": "",
                                        "replyTo": "",
                                        "cc": "",
                                        "bcc": "",
                                        "html": true
                                    },
                                    "properties": {
                                        "emailTo": {
                                            "type": "string"
                                        },
                                        "subject": {
                                            "type": "string"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "fromEmail": {
                                            "type": "string"
                                        },
                                        "fromName": {
                                            "type": "string"
                                        },
                                        "replyTo": {
                                            "type": "string"
                                        },
                                        "cc": {
                                            "type": "string"
                                        },
                                        "bcc": {
                                            "type": "string"
                                        },
                                        "html": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_entry": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "userIP": true,
                                        "userDevice": true
                                    },
                                    "properties": {
                                        "userIP": {
                                            "type": "boolean"
                                        },
                                        "userDevice": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_fieldBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_form_tabletFieldBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_form_mobileFieldBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_form_fieldBorderRadiusUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px",
                                    "properties": "px"
                                },
                                "_kad_form_description": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_fieldBorderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_tabletFieldBorderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_mobileFieldBorderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_messages": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "success": "",
                                        "error": "",
                                        "required": "",
                                        "invalid": "",
                                        "recaptchaerror": "",
                                        "preError": ""
                                    },
                                    "properties": {
                                        "success": {
                                            "type": "string"
                                        },
                                        "error": {
                                            "type": "string"
                                        },
                                        "required": {
                                            "type": "string"
                                        },
                                        "invalid": {
                                            "type": "string"
                                        },
                                        "recaptchaerror": {
                                            "type": "string"
                                        },
                                        "preError": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_inputFont": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "colorActive": "",
                                        "size": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "sizeType": "px",
                                        "lineHeight": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "lineType": "",
                                        "letterSpacing": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "letterType": "",
                                        "textTransform": "",
                                        "family": "",
                                        "google": false,
                                        "style": "",
                                        "weight": "",
                                        "variant": "",
                                        "subset": "",
                                        "loadGoogle": true,
                                        "padding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "margin": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ]
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "colorActive": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "array"
                                        },
                                        "sizeType": {
                                            "type": "string"
                                        },
                                        "lineHeight": {
                                            "type": "array"
                                        },
                                        "lineType": {
                                            "type": "string"
                                        },
                                        "letterSpacing": {
                                            "type": "array"
                                        },
                                        "letterType": {
                                            "type": "string"
                                        },
                                        "textTransform": {
                                            "type": "string"
                                        },
                                        "family": {
                                            "type": "string"
                                        },
                                        "google": {
                                            "type": "boolean"
                                        },
                                        "style": {
                                            "type": "string"
                                        },
                                        "weight": {
                                            "type": "string"
                                        },
                                        "variant": {
                                            "type": "string"
                                        },
                                        "subset": {
                                            "type": "string"
                                        },
                                        "loadGoogle": {
                                            "type": "boolean"
                                        },
                                        "padding": {
                                            "type": "array"
                                        },
                                        "margin": {
                                            "type": "array"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_style": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "showRequired": true,
                                        "size": "standard",
                                        "padding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "tabletPadding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "mobilePadding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "paddingUnit": "px",
                                        "requiredColor": "",
                                        "background": "",
                                        "backgroundActive": "",
                                        "borderActive": "",
                                        "placeholderColor": "",
                                        "gradient": "",
                                        "gradientActive": "",
                                        "backgroundType": "normal",
                                        "backgroundActiveType": "normal",
                                        "boxShadow": [
                                            false,
                                            "#000000",
                                            0.2,
                                            1,
                                            1,
                                            2,
                                            0,
                                            false
                                        ],
                                        "boxShadowActive": [
                                            false,
                                            "#000000",
                                            0.4,
                                            2,
                                            2,
                                            3,
                                            0,
                                            false
                                        ],
                                        "gap": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "gapUnit": "px",
                                        "labelStyle": "normal",
                                        "basicStyles": true,
                                        "isDark": false
                                    },
                                    "properties": {
                                        "showRequired": {
                                            "type": "boolean"
                                        },
                                        "size": {
                                            "type": "string"
                                        },
                                        "padding": {
                                            "type": "array"
                                        },
                                        "tabletPadding": {
                                            "type": "array"
                                        },
                                        "mobilePadding": {
                                            "type": "array"
                                        },
                                        "paddingUnit": {
                                            "type": "string"
                                        },
                                        "requiredColor": {
                                            "type": "string"
                                        },
                                        "background": {
                                            "type": "string"
                                        },
                                        "backgroundActive": {
                                            "type": "string"
                                        },
                                        "borderActive": {
                                            "type": "string"
                                        },
                                        "placeholderColor": {
                                            "type": "string"
                                        },
                                        "gradient": {
                                            "type": "string"
                                        },
                                        "gradientActive": {
                                            "type": "string"
                                        },
                                        "backgroundType": {
                                            "type": "string"
                                        },
                                        "backgroundActiveType": {
                                            "type": "string"
                                        },
                                        "boxShadow": {
                                            "type": "array"
                                        },
                                        "boxShadowActive": {
                                            "type": "array"
                                        },
                                        "gap": {
                                            "type": "array"
                                        },
                                        "gapUnit": {
                                            "type": "string"
                                        },
                                        "labelStyle": {
                                            "type": "string"
                                        },
                                        "basicStyles": {
                                            "type": "boolean"
                                        },
                                        "isDark": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_background": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "background": "",
                                        "gradient": "",
                                        "backgroundType": "normal"
                                    },
                                    "properties": {
                                        "background": {
                                            "type": "string"
                                        },
                                        "gradient": {
                                            "type": "string"
                                        },
                                        "backgroundType": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_labelFont": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "size": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "sizeType": "px",
                                        "lineHeight": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "lineType": "",
                                        "letterSpacing": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "letterType": "px",
                                        "textTransform": "",
                                        "family": "",
                                        "google": false,
                                        "style": "",
                                        "weight": "",
                                        "variant": "",
                                        "subset": "",
                                        "loadGoogle": true,
                                        "padding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "margin": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ]
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "array"
                                        },
                                        "sizeType": {
                                            "type": "string"
                                        },
                                        "lineHeight": {
                                            "type": "array"
                                        },
                                        "lineType": {
                                            "type": "string"
                                        },
                                        "letterSpacing": {
                                            "type": "array"
                                        },
                                        "letterType": {
                                            "type": "string"
                                        },
                                        "textTransform": {
                                            "type": "string"
                                        },
                                        "family": {
                                            "type": "string"
                                        },
                                        "google": {
                                            "type": "boolean"
                                        },
                                        "style": {
                                            "type": "string"
                                        },
                                        "weight": {
                                            "type": "string"
                                        },
                                        "variant": {
                                            "type": "string"
                                        },
                                        "subset": {
                                            "type": "string"
                                        },
                                        "loadGoogle": {
                                            "type": "boolean"
                                        },
                                        "padding": {
                                            "type": "array"
                                        },
                                        "margin": {
                                            "type": "array"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_radioLabelFont": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "size": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "sizeType": "px",
                                        "lineHeight": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "lineType": "",
                                        "letterSpacing": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "letterType": "px",
                                        "textTransform": "",
                                        "family": "",
                                        "google": false,
                                        "style": "",
                                        "weight": "",
                                        "variant": "",
                                        "subset": "",
                                        "loadGoogle": true
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "array"
                                        },
                                        "sizeType": {
                                            "type": "string"
                                        },
                                        "lineHeight": {
                                            "type": "array"
                                        },
                                        "lineType": {
                                            "type": "string"
                                        },
                                        "letterSpacing": {
                                            "type": "array"
                                        },
                                        "letterType": {
                                            "type": "string"
                                        },
                                        "textTransform": {
                                            "type": "string"
                                        },
                                        "family": {
                                            "type": "string"
                                        },
                                        "google": {
                                            "type": "boolean"
                                        },
                                        "style": {
                                            "type": "string"
                                        },
                                        "weight": {
                                            "type": "string"
                                        },
                                        "variant": {
                                            "type": "string"
                                        },
                                        "subset": {
                                            "type": "string"
                                        },
                                        "loadGoogle": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_helpFont": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "size": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "sizeType": "px",
                                        "lineHeight": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "lineType": "",
                                        "letterSpacing": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "letterType": "px",
                                        "textTransform": "",
                                        "family": "",
                                        "google": false,
                                        "style": "",
                                        "weight": "",
                                        "variant": "",
                                        "subset": "",
                                        "loadGoogle": true,
                                        "padding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "margin": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ]
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "array"
                                        },
                                        "sizeType": {
                                            "type": "string"
                                        },
                                        "lineHeight": {
                                            "type": "array"
                                        },
                                        "lineType": {
                                            "type": "string"
                                        },
                                        "letterSpacing": {
                                            "type": "array"
                                        },
                                        "letterType": {
                                            "type": "string"
                                        },
                                        "textTransform": {
                                            "type": "string"
                                        },
                                        "family": {
                                            "type": "string"
                                        },
                                        "google": {
                                            "type": "boolean"
                                        },
                                        "style": {
                                            "type": "string"
                                        },
                                        "weight": {
                                            "type": "string"
                                        },
                                        "variant": {
                                            "type": "string"
                                        },
                                        "subset": {
                                            "type": "string"
                                        },
                                        "loadGoogle": {
                                            "type": "boolean"
                                        },
                                        "padding": {
                                            "type": "array"
                                        },
                                        "margin": {
                                            "type": "array"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_messageBorderSuccess": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_tabletMessageBorderSuccess": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_mobileMessageBorderSuccess": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_messageBorderError": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_tabletMessageBorderError": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_mobileMessageBorderError": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_anchor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_className": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_actions": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "email"
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_padding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_tabletPadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_mobilePadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_paddingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_form_margin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_tabletMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_mobileMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_marginUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_form_messageBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_tabletMessageBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_mobileMessageBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_messageBorderRadiusUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_form_messagePadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_tableMessagePadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_mobileMessagePadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_messagePaddingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_form_messageMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_tabletMessageMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_mobileMessageMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_messageMarginUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_form_messageColor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_messageBackground": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_messageColorError": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_messageBackgroundError": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_messageFont": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "size": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "sizetype": "px",
                                            "lineHeight": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "lineType": "",
                                            "letterSpacing": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "letterType": "px",
                                            "textTransform": "",
                                            "family": "",
                                            "google": false,
                                            "style": "",
                                            "weight": "",
                                            "variant": "",
                                            "subset": "",
                                            "loadgoogle": true
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "size": {
                                                "type": "array"
                                            },
                                            "sizetype": {
                                                "type": "string"
                                            },
                                            "lineHeight": {
                                                "type": "array"
                                            },
                                            "lineType": {
                                                "type": "string"
                                            },
                                            "letterSpacing": {
                                                "type": "array"
                                            },
                                            "letterType": {
                                                "type": "string"
                                            },
                                            "textTransform": {
                                                "type": "string"
                                            },
                                            "family": {
                                                "type": "string"
                                            },
                                            "google": {
                                                "type": "boolean"
                                            },
                                            "style": {
                                                "type": "string"
                                            },
                                            "weight": {
                                                "type": "string"
                                            },
                                            "variant": {
                                                "type": "string"
                                            },
                                            "subset": {
                                                "type": "string"
                                            },
                                            "loadgoogle": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_form_maxWidthUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_form_maxWidth": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_importId": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30b4\u30df\u7bb1\u306b\u5165\u308c\u305a\u306b\u5f37\u5236\u7684\u306b\u524a\u9664\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_form\/auto-draft": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/kadence_form\/auto-draft"
                    }
                ]
            }
        },
        "\/wp\/v2\/kadence_form\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3073\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_form\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u304c\u30b4\u30df\u7bb1\u6a5f\u80fd\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u306a\u3044\u305f\u3081\u3001true \u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_form\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6295\u7a3f\u8005\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kadence_starter_templates_imported_post": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_fields": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "uniqueID": {
                                                "type": "string"
                                            },
                                            "name": {
                                                "type": "string"
                                            },
                                            "label": {
                                                "type": "string"
                                            },
                                            "type": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_form_email": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "emailTo": "",
                                        "subject": "",
                                        "fromEmail": "",
                                        "fromName": "",
                                        "replyTo": "email_field",
                                        "cc": "",
                                        "bcc": "",
                                        "html": true
                                    },
                                    "properties": {
                                        "emailTo": {
                                            "type": "string"
                                        },
                                        "subject": {
                                            "type": "string"
                                        },
                                        "fromEmail": {
                                            "type": "string"
                                        },
                                        "fromName": {
                                            "type": "string"
                                        },
                                        "replyTo": {
                                            "type": "string"
                                        },
                                        "cc": {
                                            "type": "string"
                                        },
                                        "bcc": {
                                            "type": "string"
                                        },
                                        "html": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_mailerlite": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "group": [],
                                        "map": []
                                    },
                                    "properties": {
                                        "group": {
                                            "type": "object",
                                            "properties": {
                                                "value": {
                                                    "type": "string"
                                                },
                                                "label": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "map": {
                                            "type": "object",
                                            "additionalProperties": {
                                                "type": "string"
                                            }
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_fluentcrm": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "lists": [],
                                        "tags": [],
                                        "map": [],
                                        "doubleOptin": false
                                    },
                                    "properties": {
                                        "lists": {
                                            "type": "array"
                                        },
                                        "tags": {
                                            "type": "array"
                                        },
                                        "map": {
                                            "type": "object",
                                            "additionalProperties": {
                                                "type": "string"
                                            }
                                        },
                                        "doubleOptin": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_sendinblue": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "lists": [],
                                        "map": []
                                    },
                                    "properties": {
                                        "lists": {
                                            "type": "array"
                                        },
                                        "map": {
                                            "type": "object",
                                            "additionalProperties": {
                                                "type": "string"
                                            }
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_mailchimp": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "list": [],
                                        "map": [],
                                        "groups": [],
                                        "tags": [],
                                        "doubleOptin": false
                                    },
                                    "properties": {
                                        "list": {
                                            "type": "object",
                                            "properties": {
                                                "value": {
                                                    "type": "string"
                                                },
                                                "label": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "map": {
                                            "type": "object",
                                            "additionalProperties": {
                                                "type": "string"
                                            }
                                        },
                                        "groups": {
                                            "type": "array"
                                        },
                                        "tags": {
                                            "type": "array"
                                        },
                                        "doubleOptin": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_getresponse": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "automation": [],
                                        "tags": [],
                                        "map": [],
                                        "listMulti": [],
                                        "doubleOptin": false
                                    },
                                    "properties": {
                                        "automation": {
                                            "type": "object",
                                            "properties": {
                                                "value": {
                                                    "type": "string"
                                                },
                                                "label": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tags": {
                                            "type": "array"
                                        },
                                        "map": {
                                            "type": "object",
                                            "additionalProperties": {
                                                "type": "string"
                                            }
                                        },
                                        "listMulti": {
                                            "type": "array"
                                        },
                                        "doubleOptin": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_convertkit": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "form": [],
                                        "sequence": [],
                                        "tags": [],
                                        "map": []
                                    },
                                    "properties": {
                                        "form": {
                                            "type": "object",
                                            "properties": {
                                                "value": {
                                                    "type": "number"
                                                },
                                                "label": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "sequence": {
                                            "type": "object",
                                            "properties": {
                                                "value": {
                                                    "type": "number"
                                                },
                                                "label": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tags": {
                                            "type": "array"
                                        },
                                        "map": {
                                            "type": "object",
                                            "additionalProperties": {
                                                "type": "string"
                                            }
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_activecampaign": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "list": [],
                                        "automation": [],
                                        "tags": [],
                                        "map": [],
                                        "listMulti": [],
                                        "doubleOptin": false
                                    },
                                    "properties": {
                                        "list": {
                                            "type": "object",
                                            "properties": {
                                                "value": {
                                                    "type": "string"
                                                },
                                                "label": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "automation": {
                                            "type": "object",
                                            "properties": {
                                                "value": {
                                                    "type": "string"
                                                },
                                                "label": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tags": {
                                            "type": "array"
                                        },
                                        "map": {
                                            "type": "object",
                                            "additionalProperties": {
                                                "type": "string"
                                            }
                                        },
                                        "listMulti": {
                                            "type": "array"
                                        },
                                        "doubleOptin": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_modified_in_kf_plugin": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_form_browserValidation": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_kad_form_enableAnalytics": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_form_redirect": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_submitHide": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_form_recaptcha": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_form_recaptchaVersion": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "v3"
                                },
                                "_kad_form_webhook": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "url": "",
                                        "map": []
                                    },
                                    "properties": {
                                        "url": {
                                            "type": "string"
                                        },
                                        "map": {
                                            "type": "object",
                                            "additionalProperties": {
                                                "type": "string"
                                            }
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_autoEmail": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "emailTo": "",
                                        "subject": "",
                                        "message": "",
                                        "fromEmail": "",
                                        "fromName": "",
                                        "replyTo": "",
                                        "cc": "",
                                        "bcc": "",
                                        "html": true
                                    },
                                    "properties": {
                                        "emailTo": {
                                            "type": "string"
                                        },
                                        "subject": {
                                            "type": "string"
                                        },
                                        "message": {
                                            "type": "string"
                                        },
                                        "fromEmail": {
                                            "type": "string"
                                        },
                                        "fromName": {
                                            "type": "string"
                                        },
                                        "replyTo": {
                                            "type": "string"
                                        },
                                        "cc": {
                                            "type": "string"
                                        },
                                        "bcc": {
                                            "type": "string"
                                        },
                                        "html": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_entry": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "userIP": true,
                                        "userDevice": true
                                    },
                                    "properties": {
                                        "userIP": {
                                            "type": "boolean"
                                        },
                                        "userDevice": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_fieldBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_form_tabletFieldBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_form_mobileFieldBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_form_fieldBorderRadiusUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px",
                                    "properties": "px"
                                },
                                "_kad_form_description": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_fieldBorderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_tabletFieldBorderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_mobileFieldBorderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_messages": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "success": "",
                                        "error": "",
                                        "required": "",
                                        "invalid": "",
                                        "recaptchaerror": "",
                                        "preError": ""
                                    },
                                    "properties": {
                                        "success": {
                                            "type": "string"
                                        },
                                        "error": {
                                            "type": "string"
                                        },
                                        "required": {
                                            "type": "string"
                                        },
                                        "invalid": {
                                            "type": "string"
                                        },
                                        "recaptchaerror": {
                                            "type": "string"
                                        },
                                        "preError": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_inputFont": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "colorActive": "",
                                        "size": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "sizeType": "px",
                                        "lineHeight": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "lineType": "",
                                        "letterSpacing": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "letterType": "",
                                        "textTransform": "",
                                        "family": "",
                                        "google": false,
                                        "style": "",
                                        "weight": "",
                                        "variant": "",
                                        "subset": "",
                                        "loadGoogle": true,
                                        "padding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "margin": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ]
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "colorActive": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "array"
                                        },
                                        "sizeType": {
                                            "type": "string"
                                        },
                                        "lineHeight": {
                                            "type": "array"
                                        },
                                        "lineType": {
                                            "type": "string"
                                        },
                                        "letterSpacing": {
                                            "type": "array"
                                        },
                                        "letterType": {
                                            "type": "string"
                                        },
                                        "textTransform": {
                                            "type": "string"
                                        },
                                        "family": {
                                            "type": "string"
                                        },
                                        "google": {
                                            "type": "boolean"
                                        },
                                        "style": {
                                            "type": "string"
                                        },
                                        "weight": {
                                            "type": "string"
                                        },
                                        "variant": {
                                            "type": "string"
                                        },
                                        "subset": {
                                            "type": "string"
                                        },
                                        "loadGoogle": {
                                            "type": "boolean"
                                        },
                                        "padding": {
                                            "type": "array"
                                        },
                                        "margin": {
                                            "type": "array"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_style": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "showRequired": true,
                                        "size": "standard",
                                        "padding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "tabletPadding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "mobilePadding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "paddingUnit": "px",
                                        "requiredColor": "",
                                        "background": "",
                                        "backgroundActive": "",
                                        "borderActive": "",
                                        "placeholderColor": "",
                                        "gradient": "",
                                        "gradientActive": "",
                                        "backgroundType": "normal",
                                        "backgroundActiveType": "normal",
                                        "boxShadow": [
                                            false,
                                            "#000000",
                                            0.2,
                                            1,
                                            1,
                                            2,
                                            0,
                                            false
                                        ],
                                        "boxShadowActive": [
                                            false,
                                            "#000000",
                                            0.4,
                                            2,
                                            2,
                                            3,
                                            0,
                                            false
                                        ],
                                        "gap": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "gapUnit": "px",
                                        "labelStyle": "normal",
                                        "basicStyles": true,
                                        "isDark": false
                                    },
                                    "properties": {
                                        "showRequired": {
                                            "type": "boolean"
                                        },
                                        "size": {
                                            "type": "string"
                                        },
                                        "padding": {
                                            "type": "array"
                                        },
                                        "tabletPadding": {
                                            "type": "array"
                                        },
                                        "mobilePadding": {
                                            "type": "array"
                                        },
                                        "paddingUnit": {
                                            "type": "string"
                                        },
                                        "requiredColor": {
                                            "type": "string"
                                        },
                                        "background": {
                                            "type": "string"
                                        },
                                        "backgroundActive": {
                                            "type": "string"
                                        },
                                        "borderActive": {
                                            "type": "string"
                                        },
                                        "placeholderColor": {
                                            "type": "string"
                                        },
                                        "gradient": {
                                            "type": "string"
                                        },
                                        "gradientActive": {
                                            "type": "string"
                                        },
                                        "backgroundType": {
                                            "type": "string"
                                        },
                                        "backgroundActiveType": {
                                            "type": "string"
                                        },
                                        "boxShadow": {
                                            "type": "array"
                                        },
                                        "boxShadowActive": {
                                            "type": "array"
                                        },
                                        "gap": {
                                            "type": "array"
                                        },
                                        "gapUnit": {
                                            "type": "string"
                                        },
                                        "labelStyle": {
                                            "type": "string"
                                        },
                                        "basicStyles": {
                                            "type": "boolean"
                                        },
                                        "isDark": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_background": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "background": "",
                                        "gradient": "",
                                        "backgroundType": "normal"
                                    },
                                    "properties": {
                                        "background": {
                                            "type": "string"
                                        },
                                        "gradient": {
                                            "type": "string"
                                        },
                                        "backgroundType": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_labelFont": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "size": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "sizeType": "px",
                                        "lineHeight": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "lineType": "",
                                        "letterSpacing": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "letterType": "px",
                                        "textTransform": "",
                                        "family": "",
                                        "google": false,
                                        "style": "",
                                        "weight": "",
                                        "variant": "",
                                        "subset": "",
                                        "loadGoogle": true,
                                        "padding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "margin": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ]
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "array"
                                        },
                                        "sizeType": {
                                            "type": "string"
                                        },
                                        "lineHeight": {
                                            "type": "array"
                                        },
                                        "lineType": {
                                            "type": "string"
                                        },
                                        "letterSpacing": {
                                            "type": "array"
                                        },
                                        "letterType": {
                                            "type": "string"
                                        },
                                        "textTransform": {
                                            "type": "string"
                                        },
                                        "family": {
                                            "type": "string"
                                        },
                                        "google": {
                                            "type": "boolean"
                                        },
                                        "style": {
                                            "type": "string"
                                        },
                                        "weight": {
                                            "type": "string"
                                        },
                                        "variant": {
                                            "type": "string"
                                        },
                                        "subset": {
                                            "type": "string"
                                        },
                                        "loadGoogle": {
                                            "type": "boolean"
                                        },
                                        "padding": {
                                            "type": "array"
                                        },
                                        "margin": {
                                            "type": "array"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_radioLabelFont": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "size": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "sizeType": "px",
                                        "lineHeight": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "lineType": "",
                                        "letterSpacing": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "letterType": "px",
                                        "textTransform": "",
                                        "family": "",
                                        "google": false,
                                        "style": "",
                                        "weight": "",
                                        "variant": "",
                                        "subset": "",
                                        "loadGoogle": true
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "array"
                                        },
                                        "sizeType": {
                                            "type": "string"
                                        },
                                        "lineHeight": {
                                            "type": "array"
                                        },
                                        "lineType": {
                                            "type": "string"
                                        },
                                        "letterSpacing": {
                                            "type": "array"
                                        },
                                        "letterType": {
                                            "type": "string"
                                        },
                                        "textTransform": {
                                            "type": "string"
                                        },
                                        "family": {
                                            "type": "string"
                                        },
                                        "google": {
                                            "type": "boolean"
                                        },
                                        "style": {
                                            "type": "string"
                                        },
                                        "weight": {
                                            "type": "string"
                                        },
                                        "variant": {
                                            "type": "string"
                                        },
                                        "subset": {
                                            "type": "string"
                                        },
                                        "loadGoogle": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_helpFont": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "size": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "sizeType": "px",
                                        "lineHeight": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "lineType": "",
                                        "letterSpacing": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "letterType": "px",
                                        "textTransform": "",
                                        "family": "",
                                        "google": false,
                                        "style": "",
                                        "weight": "",
                                        "variant": "",
                                        "subset": "",
                                        "loadGoogle": true,
                                        "padding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "margin": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ]
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "array"
                                        },
                                        "sizeType": {
                                            "type": "string"
                                        },
                                        "lineHeight": {
                                            "type": "array"
                                        },
                                        "lineType": {
                                            "type": "string"
                                        },
                                        "letterSpacing": {
                                            "type": "array"
                                        },
                                        "letterType": {
                                            "type": "string"
                                        },
                                        "textTransform": {
                                            "type": "string"
                                        },
                                        "family": {
                                            "type": "string"
                                        },
                                        "google": {
                                            "type": "boolean"
                                        },
                                        "style": {
                                            "type": "string"
                                        },
                                        "weight": {
                                            "type": "string"
                                        },
                                        "variant": {
                                            "type": "string"
                                        },
                                        "subset": {
                                            "type": "string"
                                        },
                                        "loadGoogle": {
                                            "type": "boolean"
                                        },
                                        "padding": {
                                            "type": "array"
                                        },
                                        "margin": {
                                            "type": "array"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_messageBorderSuccess": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_tabletMessageBorderSuccess": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_mobileMessageBorderSuccess": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_messageBorderError": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_tabletMessageBorderError": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_mobileMessageBorderError": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_form_anchor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_className": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_actions": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "email"
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_padding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_tabletPadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_mobilePadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_paddingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_form_margin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_tabletMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_mobileMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_marginUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_form_messageBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_tabletMessageBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_mobileMessageBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_messageBorderRadiusUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_form_messagePadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_tableMessagePadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_mobileMessagePadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_messagePaddingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_form_messageMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_tabletMessageMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_mobileMessageMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_messageMarginUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_form_messageColor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_messageBackground": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_messageColorError": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_messageBackgroundError": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_form_messageFont": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "size": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "sizetype": "px",
                                            "lineHeight": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "lineType": "",
                                            "letterSpacing": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "letterType": "px",
                                            "textTransform": "",
                                            "family": "",
                                            "google": false,
                                            "style": "",
                                            "weight": "",
                                            "variant": "",
                                            "subset": "",
                                            "loadgoogle": true
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "size": {
                                                "type": "array"
                                            },
                                            "sizetype": {
                                                "type": "string"
                                            },
                                            "lineHeight": {
                                                "type": "array"
                                            },
                                            "lineType": {
                                                "type": "string"
                                            },
                                            "letterSpacing": {
                                                "type": "array"
                                            },
                                            "letterType": {
                                                "type": "string"
                                            },
                                            "textTransform": {
                                                "type": "string"
                                            },
                                            "family": {
                                                "type": "string"
                                            },
                                            "google": {
                                                "type": "boolean"
                                            },
                                            "style": {
                                                "type": "string"
                                            },
                                            "weight": {
                                                "type": "string"
                                            },
                                            "variant": {
                                                "type": "string"
                                            },
                                            "subset": {
                                                "type": "string"
                                            },
                                            "loadgoogle": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_form_maxWidthUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_form_maxWidth": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_form_importId": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_form\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_navigation": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u691c\u7d22\u5165\u529b\u3092\u89e3\u91c8\u3059\u308b\u65b9\u6cd5\u3067\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6295\u7a3f\u306e\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u691c\u7d22\u3059\u308b\u5217\u540d\u306e\u914d\u5217\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u7279\u5b9a\u306e\u30b9\u30e9\u30c3\u30b0\u3092\u6301\u3064\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u30b9\u30c6\u30fc\u30bf\u30b9\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "dp-rewrite-republish",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kadence_starter_templates_imported_post": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_description": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_anchor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_className": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_padding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_tabletPadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_mobilePadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_paddingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_margin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_tabletMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_mobileMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_marginUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_paddingDropdown": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_tabletPaddingDropdown": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_mobilePaddingDropdown": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_paddingDropdownUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_marginDropdown": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_tabletMarginDropdown": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_mobileMarginDropdown": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_marginDropdownUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_paddingLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_tabletPaddingLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_mobilePaddingLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_paddingLinkUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_marginLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_tabletMarginLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_mobileMarginLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_marginLinkUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_paddingDropdownLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_tabletPaddingDropdownLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_mobilePaddingDropdownLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_paddingDropdownLinkUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_marginDropdownLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_tabletMarginDropdownLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_mobileMarginDropdownLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_marginDropdownLinkUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_orientation": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_orientationTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_orientationMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_spacing": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_spacingTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_spacingMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_styleTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_styleMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_spacingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "em"
                                },
                                "_kad_navigation_horizontalLayout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "standard"
                                },
                                "_kad_navigation_horizontalLayoutTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_horizontalLayoutMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_horizontalGrid": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_horizontalGridTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_horizontalGridMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_stretchFill": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "standard"
                                },
                                "_kad_navigation_stretchFillTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_stretchFillMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_parentActive": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_navigation_parentActiveTablet": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_navigation_parentActiveMobile": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_navigation_collapseSubMenus": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_kad_navigation_collapseSubMenusTablet": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_kad_navigation_collapseSubMenusMobile": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_kad_navigation_parentTogglesMenus": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_navigation_parentTogglesMenusTablet": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_navigation_parentTogglesMenusMobile": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_navigation_linkColor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_background": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdown": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdownHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdownActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdownTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdownHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdownActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdownMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdownHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdownActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdown": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdownHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdownActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdownTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdownHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdownActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdownMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdownHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdownActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparentHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparentActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparentTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparentHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparentActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparentMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparentHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparentActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparentHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparentActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparentTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparentHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparentActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparentMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparentHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparentActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorSticky": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorStickyHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorStickyActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorStickyTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorStickyHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorStickyActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorStickyMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorStickyHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorStickyActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundSticky": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundStickyHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundStickyActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundStickyTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundStickyHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundStickyActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundStickyMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundStickyHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundStickyActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColorHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColorActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColorTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColorHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColorActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColorMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColorHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColorActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColorHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColorActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColorTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColorHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColorActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColorMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColorHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColorActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_divider": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dividerTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dividerMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownDivider": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownDividerTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownDividerMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_transparentDivider": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_transparentDividerTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_transparentDividerMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_stickyDivider": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_stickyDividerTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_stickyDividerMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_typography": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "size": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "sizeType": "px",
                                            "lineHeight": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "lineType": "",
                                            "letterSpacing": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "letterType": "px",
                                            "textTransform": "",
                                            "family": "",
                                            "google": false,
                                            "style": "",
                                            "weight": "",
                                            "variant": "",
                                            "subset": "",
                                            "loadGoogle": true
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "size": {
                                                "type": "array"
                                            },
                                            "sizeType": {
                                                "type": "string"
                                            },
                                            "lineHeight": {
                                                "type": "array"
                                            },
                                            "lineType": {
                                                "type": "string"
                                            },
                                            "letterSpacing": {
                                                "type": "array"
                                            },
                                            "letterType": {
                                                "type": "string"
                                            },
                                            "textTransform": {
                                                "type": "string"
                                            },
                                            "family": {
                                                "type": "string"
                                            },
                                            "google": {
                                                "type": "boolean"
                                            },
                                            "style": {
                                                "type": "string"
                                            },
                                            "weight": {
                                                "type": "string"
                                            },
                                            "variant": {
                                                "type": "string"
                                            },
                                            "subset": {
                                                "type": "string"
                                            },
                                            "loadGoogle": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownTypography": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "size": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "sizeType": "px",
                                            "lineHeight": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "lineType": "",
                                            "letterSpacing": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "letterType": "px",
                                            "textTransform": "",
                                            "family": "",
                                            "google": false,
                                            "style": "",
                                            "weight": "",
                                            "variant": "",
                                            "subset": "",
                                            "loadGoogle": true
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "size": {
                                                "type": "array"
                                            },
                                            "sizeType": {
                                                "type": "string"
                                            },
                                            "lineHeight": {
                                                "type": "array"
                                            },
                                            "lineType": {
                                                "type": "string"
                                            },
                                            "letterSpacing": {
                                                "type": "array"
                                            },
                                            "letterType": {
                                                "type": "string"
                                            },
                                            "textTransform": {
                                                "type": "string"
                                            },
                                            "family": {
                                                "type": "string"
                                            },
                                            "google": {
                                                "type": "boolean"
                                            },
                                            "style": {
                                                "type": "string"
                                            },
                                            "weight": {
                                                "type": "string"
                                            },
                                            "variant": {
                                                "type": "string"
                                            },
                                            "subset": {
                                                "type": "string"
                                            },
                                            "loadGoogle": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_descriptionTypography": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "size": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "sizeType": "px",
                                            "lineHeight": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "lineType": "",
                                            "letterSpacing": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "letterType": "px",
                                            "textTransform": "",
                                            "family": "",
                                            "google": false,
                                            "style": "",
                                            "weight": "",
                                            "variant": "",
                                            "subset": "",
                                            "loadGoogle": true
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "size": {
                                                "type": "array"
                                            },
                                            "sizeType": {
                                                "type": "string"
                                            },
                                            "lineHeight": {
                                                "type": "array"
                                            },
                                            "lineType": {
                                                "type": "string"
                                            },
                                            "letterSpacing": {
                                                "type": "array"
                                            },
                                            "letterType": {
                                                "type": "string"
                                            },
                                            "textTransform": {
                                                "type": "string"
                                            },
                                            "family": {
                                                "type": "string"
                                            },
                                            "google": {
                                                "type": "boolean"
                                            },
                                            "style": {
                                                "type": "string"
                                            },
                                            "weight": {
                                                "type": "string"
                                            },
                                            "variant": {
                                                "type": "string"
                                            },
                                            "subset": {
                                                "type": "string"
                                            },
                                            "loadGoogle": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownDescriptionTypography": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "size": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "sizeType": "px",
                                            "lineHeight": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "lineType": "",
                                            "letterSpacing": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "letterType": "px",
                                            "textTransform": "",
                                            "family": "",
                                            "google": false,
                                            "style": "",
                                            "weight": "",
                                            "variant": "",
                                            "subset": "",
                                            "loadGoogle": true
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "size": {
                                                "type": "array"
                                            },
                                            "sizeType": {
                                                "type": "string"
                                            },
                                            "lineHeight": {
                                                "type": "array"
                                            },
                                            "lineType": {
                                                "type": "string"
                                            },
                                            "letterSpacing": {
                                                "type": "array"
                                            },
                                            "letterType": {
                                                "type": "string"
                                            },
                                            "textTransform": {
                                                "type": "string"
                                            },
                                            "family": {
                                                "type": "string"
                                            },
                                            "google": {
                                                "type": "boolean"
                                            },
                                            "style": {
                                                "type": "string"
                                            },
                                            "weight": {
                                                "type": "string"
                                            },
                                            "variant": {
                                                "type": "string"
                                            },
                                            "subset": {
                                                "type": "string"
                                            },
                                            "loadGoogle": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownWidth": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownWidthTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownWidthMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownWidthUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_dropdownVerticalSpacing": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownVerticalSpacingTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownVerticalSpacingMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownVerticalSpacingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "em"
                                },
                                "_kad_navigation_dropdownHorizontalAlignment": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownHorizontalAlignmentTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownHorizontalAlignmentMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionSpacing": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionSpacingTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionSpacingMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionSpacingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_dropdownDescriptionSpacing": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionSpacingTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionSpacingMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionSpacingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_descriptionPositioning": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                },
                                "_kad_navigation_descriptionPositioningTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionPositioningMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionPositioning": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                },
                                "_kad_navigation_dropdownDescriptionPositioningTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionPositioningMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownShadow": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "enable": false,
                                            "color": "#000000",
                                            "opacity": 0.1,
                                            "spread": 0,
                                            "blur": 13,
                                            "hOffset": 0,
                                            "vOffset": 2,
                                            "inset": false
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "enable": {
                                                "type": "boolean"
                                            },
                                            "color": {
                                                "type": "string"
                                            },
                                            "opacity": {
                                                "type": "number"
                                            },
                                            "spread": {
                                                "type": "number"
                                            },
                                            "blur": {
                                                "type": "number"
                                            },
                                            "hOffset": {
                                                "type": "number"
                                            },
                                            "vOffset": {
                                                "type": "number"
                                            },
                                            "inset": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownReveal": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownRevealTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownRevealMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownBorder": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownBorderTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownBorderMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_navigation_dropdownBorderRadiusTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_navigation_dropdownBorderRadiusMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_navigation_dropdownBorderRadiusUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_backgroundType": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                },
                                "_kad_navigation_backgroundTypeHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                },
                                "_kad_navigation_backgroundTypeActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                },
                                "_kad_navigation_backgroundGradient": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundGradientHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundGradientActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_border": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderHover": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderHoverTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderHoverMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderActive": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderActiveTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderActiveMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusHover": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusHoverTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusHoverMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusActive": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusActiveTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusActiveMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_borderRadiusUnitHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_borderRadiusUnitActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_shadow": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "enable": false,
                                            "color": "#000000",
                                            "opacity": 0.2,
                                            "spread": 0,
                                            "blur": 2,
                                            "hOffset": 1,
                                            "vOffset": 1,
                                            "inset": false
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "enable": {
                                                "type": "boolean"
                                            },
                                            "color": {
                                                "type": "string"
                                            },
                                            "opacity": {
                                                "type": "number"
                                            },
                                            "spread": {
                                                "type": "number"
                                            },
                                            "blur": {
                                                "type": "number"
                                            },
                                            "hOffset": {
                                                "type": "number"
                                            },
                                            "vOffset": {
                                                "type": "number"
                                            },
                                            "inset": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_shadowHover": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "enable": false,
                                            "color": "#000000",
                                            "opacity": 0.2,
                                            "spread": 0,
                                            "blur": 2,
                                            "hOffset": 1,
                                            "vOffset": 1,
                                            "inset": false
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "enable": {
                                                "type": "boolean"
                                            },
                                            "color": {
                                                "type": "string"
                                            },
                                            "opacity": {
                                                "type": "number"
                                            },
                                            "spread": {
                                                "type": "number"
                                            },
                                            "blur": {
                                                "type": "number"
                                            },
                                            "hOffset": {
                                                "type": "number"
                                            },
                                            "vOffset": {
                                                "type": "number"
                                            },
                                            "inset": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_shadowActive": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "enable": false,
                                            "color": "#000000",
                                            "opacity": 0.2,
                                            "spread": 0,
                                            "blur": 2,
                                            "hOffset": 1,
                                            "vOffset": 1,
                                            "inset": false
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "enable": {
                                                "type": "boolean"
                                            },
                                            "color": {
                                                "type": "string"
                                            },
                                            "opacity": {
                                                "type": "number"
                                            },
                                            "spread": {
                                                "type": "number"
                                            },
                                            "blur": {
                                                "type": "number"
                                            },
                                            "hOffset": {
                                                "type": "number"
                                            },
                                            "vOffset": {
                                                "type": "number"
                                            },
                                            "inset": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_linkHorizontalAlignment": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkHorizontalAlignmentTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkHorizontalAlignmentMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownLinkHorizontalAlignment": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownLinkHorizontalAlignmentTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownLinkHorizontalAlignmentMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_enableScrollSpy": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_navigation_scrollSpyOffsetManual": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_scrollSpyOffset": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_scrollSpyOffsetTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_scrollSpyOffsetMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/kadence_navigation"
                    }
                ]
            }
        },
        "\/wp\/v2\/kadence_navigation\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306e\u6295\u7a3f\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kadence_starter_templates_imported_post": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_description": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_anchor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_className": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_padding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_tabletPadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_mobilePadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_paddingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_margin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_tabletMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_mobileMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_marginUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_paddingDropdown": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_tabletPaddingDropdown": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_mobilePaddingDropdown": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_paddingDropdownUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_marginDropdown": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_tabletMarginDropdown": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_mobileMarginDropdown": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_marginDropdownUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_paddingLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_tabletPaddingLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_mobilePaddingLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_paddingLinkUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_marginLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_tabletMarginLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_mobileMarginLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_marginLinkUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_paddingDropdownLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_tabletPaddingDropdownLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_mobilePaddingDropdownLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_paddingDropdownLinkUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_marginDropdownLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_tabletMarginDropdownLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_mobileMarginDropdownLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_marginDropdownLinkUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_orientation": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_orientationTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_orientationMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_spacing": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_spacingTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_spacingMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_styleTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_styleMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_spacingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "em"
                                },
                                "_kad_navigation_horizontalLayout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "standard"
                                },
                                "_kad_navigation_horizontalLayoutTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_horizontalLayoutMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_horizontalGrid": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_horizontalGridTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_horizontalGridMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_stretchFill": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "standard"
                                },
                                "_kad_navigation_stretchFillTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_stretchFillMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_parentActive": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_navigation_parentActiveTablet": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_navigation_parentActiveMobile": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_navigation_collapseSubMenus": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_kad_navigation_collapseSubMenusTablet": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_kad_navigation_collapseSubMenusMobile": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_kad_navigation_parentTogglesMenus": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_navigation_parentTogglesMenusTablet": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_navigation_parentTogglesMenusMobile": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_navigation_linkColor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_background": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdown": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdownHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdownActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdownTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdownHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdownActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdownMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdownHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdownActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdown": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdownHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdownActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdownTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdownHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdownActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdownMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdownHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdownActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparentHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparentActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparentTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparentHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparentActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparentMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparentHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparentActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparentHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparentActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparentTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparentHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparentActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparentMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparentHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparentActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorSticky": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorStickyHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorStickyActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorStickyTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorStickyHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorStickyActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorStickyMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorStickyHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorStickyActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundSticky": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundStickyHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundStickyActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundStickyTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundStickyHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundStickyActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundStickyMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundStickyHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundStickyActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColorHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColorActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColorTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColorHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColorActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColorMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColorHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColorActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColorHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColorActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColorTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColorHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColorActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColorMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColorHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColorActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_divider": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dividerTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dividerMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownDivider": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownDividerTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownDividerMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_transparentDivider": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_transparentDividerTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_transparentDividerMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_stickyDivider": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_stickyDividerTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_stickyDividerMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_typography": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "size": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "sizeType": "px",
                                            "lineHeight": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "lineType": "",
                                            "letterSpacing": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "letterType": "px",
                                            "textTransform": "",
                                            "family": "",
                                            "google": false,
                                            "style": "",
                                            "weight": "",
                                            "variant": "",
                                            "subset": "",
                                            "loadGoogle": true
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "size": {
                                                "type": "array"
                                            },
                                            "sizeType": {
                                                "type": "string"
                                            },
                                            "lineHeight": {
                                                "type": "array"
                                            },
                                            "lineType": {
                                                "type": "string"
                                            },
                                            "letterSpacing": {
                                                "type": "array"
                                            },
                                            "letterType": {
                                                "type": "string"
                                            },
                                            "textTransform": {
                                                "type": "string"
                                            },
                                            "family": {
                                                "type": "string"
                                            },
                                            "google": {
                                                "type": "boolean"
                                            },
                                            "style": {
                                                "type": "string"
                                            },
                                            "weight": {
                                                "type": "string"
                                            },
                                            "variant": {
                                                "type": "string"
                                            },
                                            "subset": {
                                                "type": "string"
                                            },
                                            "loadGoogle": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownTypography": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "size": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "sizeType": "px",
                                            "lineHeight": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "lineType": "",
                                            "letterSpacing": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "letterType": "px",
                                            "textTransform": "",
                                            "family": "",
                                            "google": false,
                                            "style": "",
                                            "weight": "",
                                            "variant": "",
                                            "subset": "",
                                            "loadGoogle": true
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "size": {
                                                "type": "array"
                                            },
                                            "sizeType": {
                                                "type": "string"
                                            },
                                            "lineHeight": {
                                                "type": "array"
                                            },
                                            "lineType": {
                                                "type": "string"
                                            },
                                            "letterSpacing": {
                                                "type": "array"
                                            },
                                            "letterType": {
                                                "type": "string"
                                            },
                                            "textTransform": {
                                                "type": "string"
                                            },
                                            "family": {
                                                "type": "string"
                                            },
                                            "google": {
                                                "type": "boolean"
                                            },
                                            "style": {
                                                "type": "string"
                                            },
                                            "weight": {
                                                "type": "string"
                                            },
                                            "variant": {
                                                "type": "string"
                                            },
                                            "subset": {
                                                "type": "string"
                                            },
                                            "loadGoogle": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_descriptionTypography": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "size": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "sizeType": "px",
                                            "lineHeight": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "lineType": "",
                                            "letterSpacing": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "letterType": "px",
                                            "textTransform": "",
                                            "family": "",
                                            "google": false,
                                            "style": "",
                                            "weight": "",
                                            "variant": "",
                                            "subset": "",
                                            "loadGoogle": true
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "size": {
                                                "type": "array"
                                            },
                                            "sizeType": {
                                                "type": "string"
                                            },
                                            "lineHeight": {
                                                "type": "array"
                                            },
                                            "lineType": {
                                                "type": "string"
                                            },
                                            "letterSpacing": {
                                                "type": "array"
                                            },
                                            "letterType": {
                                                "type": "string"
                                            },
                                            "textTransform": {
                                                "type": "string"
                                            },
                                            "family": {
                                                "type": "string"
                                            },
                                            "google": {
                                                "type": "boolean"
                                            },
                                            "style": {
                                                "type": "string"
                                            },
                                            "weight": {
                                                "type": "string"
                                            },
                                            "variant": {
                                                "type": "string"
                                            },
                                            "subset": {
                                                "type": "string"
                                            },
                                            "loadGoogle": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownDescriptionTypography": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "size": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "sizeType": "px",
                                            "lineHeight": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "lineType": "",
                                            "letterSpacing": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "letterType": "px",
                                            "textTransform": "",
                                            "family": "",
                                            "google": false,
                                            "style": "",
                                            "weight": "",
                                            "variant": "",
                                            "subset": "",
                                            "loadGoogle": true
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "size": {
                                                "type": "array"
                                            },
                                            "sizeType": {
                                                "type": "string"
                                            },
                                            "lineHeight": {
                                                "type": "array"
                                            },
                                            "lineType": {
                                                "type": "string"
                                            },
                                            "letterSpacing": {
                                                "type": "array"
                                            },
                                            "letterType": {
                                                "type": "string"
                                            },
                                            "textTransform": {
                                                "type": "string"
                                            },
                                            "family": {
                                                "type": "string"
                                            },
                                            "google": {
                                                "type": "boolean"
                                            },
                                            "style": {
                                                "type": "string"
                                            },
                                            "weight": {
                                                "type": "string"
                                            },
                                            "variant": {
                                                "type": "string"
                                            },
                                            "subset": {
                                                "type": "string"
                                            },
                                            "loadGoogle": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownWidth": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownWidthTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownWidthMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownWidthUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_dropdownVerticalSpacing": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownVerticalSpacingTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownVerticalSpacingMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownVerticalSpacingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "em"
                                },
                                "_kad_navigation_dropdownHorizontalAlignment": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownHorizontalAlignmentTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownHorizontalAlignmentMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionSpacing": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionSpacingTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionSpacingMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionSpacingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_dropdownDescriptionSpacing": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionSpacingTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionSpacingMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionSpacingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_descriptionPositioning": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                },
                                "_kad_navigation_descriptionPositioningTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionPositioningMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionPositioning": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                },
                                "_kad_navigation_dropdownDescriptionPositioningTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionPositioningMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownShadow": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "enable": false,
                                            "color": "#000000",
                                            "opacity": 0.1,
                                            "spread": 0,
                                            "blur": 13,
                                            "hOffset": 0,
                                            "vOffset": 2,
                                            "inset": false
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "enable": {
                                                "type": "boolean"
                                            },
                                            "color": {
                                                "type": "string"
                                            },
                                            "opacity": {
                                                "type": "number"
                                            },
                                            "spread": {
                                                "type": "number"
                                            },
                                            "blur": {
                                                "type": "number"
                                            },
                                            "hOffset": {
                                                "type": "number"
                                            },
                                            "vOffset": {
                                                "type": "number"
                                            },
                                            "inset": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownReveal": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownRevealTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownRevealMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownBorder": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownBorderTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownBorderMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_navigation_dropdownBorderRadiusTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_navigation_dropdownBorderRadiusMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_navigation_dropdownBorderRadiusUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_backgroundType": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                },
                                "_kad_navigation_backgroundTypeHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                },
                                "_kad_navigation_backgroundTypeActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                },
                                "_kad_navigation_backgroundGradient": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundGradientHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundGradientActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_border": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderHover": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderHoverTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderHoverMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderActive": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderActiveTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderActiveMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusHover": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusHoverTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusHoverMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusActive": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusActiveTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusActiveMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_borderRadiusUnitHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_borderRadiusUnitActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_shadow": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "enable": false,
                                            "color": "#000000",
                                            "opacity": 0.2,
                                            "spread": 0,
                                            "blur": 2,
                                            "hOffset": 1,
                                            "vOffset": 1,
                                            "inset": false
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "enable": {
                                                "type": "boolean"
                                            },
                                            "color": {
                                                "type": "string"
                                            },
                                            "opacity": {
                                                "type": "number"
                                            },
                                            "spread": {
                                                "type": "number"
                                            },
                                            "blur": {
                                                "type": "number"
                                            },
                                            "hOffset": {
                                                "type": "number"
                                            },
                                            "vOffset": {
                                                "type": "number"
                                            },
                                            "inset": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_shadowHover": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "enable": false,
                                            "color": "#000000",
                                            "opacity": 0.2,
                                            "spread": 0,
                                            "blur": 2,
                                            "hOffset": 1,
                                            "vOffset": 1,
                                            "inset": false
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "enable": {
                                                "type": "boolean"
                                            },
                                            "color": {
                                                "type": "string"
                                            },
                                            "opacity": {
                                                "type": "number"
                                            },
                                            "spread": {
                                                "type": "number"
                                            },
                                            "blur": {
                                                "type": "number"
                                            },
                                            "hOffset": {
                                                "type": "number"
                                            },
                                            "vOffset": {
                                                "type": "number"
                                            },
                                            "inset": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_shadowActive": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "enable": false,
                                            "color": "#000000",
                                            "opacity": 0.2,
                                            "spread": 0,
                                            "blur": 2,
                                            "hOffset": 1,
                                            "vOffset": 1,
                                            "inset": false
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "enable": {
                                                "type": "boolean"
                                            },
                                            "color": {
                                                "type": "string"
                                            },
                                            "opacity": {
                                                "type": "number"
                                            },
                                            "spread": {
                                                "type": "number"
                                            },
                                            "blur": {
                                                "type": "number"
                                            },
                                            "hOffset": {
                                                "type": "number"
                                            },
                                            "vOffset": {
                                                "type": "number"
                                            },
                                            "inset": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_linkHorizontalAlignment": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkHorizontalAlignmentTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkHorizontalAlignmentMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownLinkHorizontalAlignment": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownLinkHorizontalAlignmentTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownLinkHorizontalAlignmentMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_enableScrollSpy": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_navigation_scrollSpyOffsetManual": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_scrollSpyOffset": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_scrollSpyOffsetTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_scrollSpyOffsetMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30b4\u30df\u7bb1\u306b\u5165\u308c\u305a\u306b\u5f37\u5236\u7684\u306b\u524a\u9664\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_navigation\/auto-draft": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/kadence_navigation\/auto-draft"
                    }
                ]
            }
        },
        "\/wp\/v2\/kadence_navigation\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3073\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_navigation\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u304c\u30b4\u30df\u7bb1\u6a5f\u80fd\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u306a\u3044\u305f\u3081\u3001true \u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_navigation\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kadence_starter_templates_imported_post": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_description": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_anchor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_className": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_padding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_tabletPadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_mobilePadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_paddingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_margin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_tabletMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_mobileMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_marginUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_paddingDropdown": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_tabletPaddingDropdown": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_mobilePaddingDropdown": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_paddingDropdownUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_marginDropdown": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_tabletMarginDropdown": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_mobileMarginDropdown": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_marginDropdownUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_paddingLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_tabletPaddingLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_mobilePaddingLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_paddingLinkUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_marginLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_tabletMarginLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_mobileMarginLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_marginLinkUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_paddingDropdownLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_tabletPaddingDropdownLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_mobilePaddingDropdownLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_paddingDropdownLinkUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_marginDropdownLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_tabletMarginDropdownLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_mobileMarginDropdownLink": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_marginDropdownLinkUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_orientation": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_orientationTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_orientationMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_spacing": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_spacingTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_spacingMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_styleTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_styleMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_spacingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "em"
                                },
                                "_kad_navigation_horizontalLayout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "standard"
                                },
                                "_kad_navigation_horizontalLayoutTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_horizontalLayoutMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_horizontalGrid": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_horizontalGridTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_horizontalGridMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_stretchFill": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "standard"
                                },
                                "_kad_navigation_stretchFillTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_stretchFillMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_parentActive": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_navigation_parentActiveTablet": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_navigation_parentActiveMobile": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_navigation_collapseSubMenus": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_kad_navigation_collapseSubMenusTablet": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_kad_navigation_collapseSubMenusMobile": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_kad_navigation_parentTogglesMenus": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_navigation_parentTogglesMenusTablet": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_navigation_parentTogglesMenusMobile": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_navigation_linkColor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_background": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdown": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdownHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdownActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdownTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdownHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdownActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdownMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdownHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorDropdownActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdown": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdownHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdownActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdownTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdownHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdownActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdownMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdownHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundDropdownActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparentHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparentActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparentTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparentHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparentActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparentMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparentHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorTransparentActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparentHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparentActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparentTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparentHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparentActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparentMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparentHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundTransparentActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorSticky": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorStickyHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorStickyActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorStickyTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorStickyHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorStickyActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorStickyMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorStickyHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkColorStickyActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundSticky": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundStickyHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundStickyActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundStickyTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundStickyHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundStickyActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundStickyMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundStickyHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundStickyActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColorHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColorActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColorTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColorHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColorActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColorMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColorHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionColorActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColorHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColorActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColorTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColorHoverTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColorActiveTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColorMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColorHoverMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionColorActiveMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_divider": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dividerTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dividerMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownDivider": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownDividerTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownDividerMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_transparentDivider": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_transparentDividerTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_transparentDividerMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_stickyDivider": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_stickyDividerTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_stickyDividerMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_typography": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "size": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "sizeType": "px",
                                            "lineHeight": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "lineType": "",
                                            "letterSpacing": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "letterType": "px",
                                            "textTransform": "",
                                            "family": "",
                                            "google": false,
                                            "style": "",
                                            "weight": "",
                                            "variant": "",
                                            "subset": "",
                                            "loadGoogle": true
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "size": {
                                                "type": "array"
                                            },
                                            "sizeType": {
                                                "type": "string"
                                            },
                                            "lineHeight": {
                                                "type": "array"
                                            },
                                            "lineType": {
                                                "type": "string"
                                            },
                                            "letterSpacing": {
                                                "type": "array"
                                            },
                                            "letterType": {
                                                "type": "string"
                                            },
                                            "textTransform": {
                                                "type": "string"
                                            },
                                            "family": {
                                                "type": "string"
                                            },
                                            "google": {
                                                "type": "boolean"
                                            },
                                            "style": {
                                                "type": "string"
                                            },
                                            "weight": {
                                                "type": "string"
                                            },
                                            "variant": {
                                                "type": "string"
                                            },
                                            "subset": {
                                                "type": "string"
                                            },
                                            "loadGoogle": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownTypography": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "size": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "sizeType": "px",
                                            "lineHeight": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "lineType": "",
                                            "letterSpacing": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "letterType": "px",
                                            "textTransform": "",
                                            "family": "",
                                            "google": false,
                                            "style": "",
                                            "weight": "",
                                            "variant": "",
                                            "subset": "",
                                            "loadGoogle": true
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "size": {
                                                "type": "array"
                                            },
                                            "sizeType": {
                                                "type": "string"
                                            },
                                            "lineHeight": {
                                                "type": "array"
                                            },
                                            "lineType": {
                                                "type": "string"
                                            },
                                            "letterSpacing": {
                                                "type": "array"
                                            },
                                            "letterType": {
                                                "type": "string"
                                            },
                                            "textTransform": {
                                                "type": "string"
                                            },
                                            "family": {
                                                "type": "string"
                                            },
                                            "google": {
                                                "type": "boolean"
                                            },
                                            "style": {
                                                "type": "string"
                                            },
                                            "weight": {
                                                "type": "string"
                                            },
                                            "variant": {
                                                "type": "string"
                                            },
                                            "subset": {
                                                "type": "string"
                                            },
                                            "loadGoogle": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_descriptionTypography": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "size": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "sizeType": "px",
                                            "lineHeight": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "lineType": "",
                                            "letterSpacing": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "letterType": "px",
                                            "textTransform": "",
                                            "family": "",
                                            "google": false,
                                            "style": "",
                                            "weight": "",
                                            "variant": "",
                                            "subset": "",
                                            "loadGoogle": true
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "size": {
                                                "type": "array"
                                            },
                                            "sizeType": {
                                                "type": "string"
                                            },
                                            "lineHeight": {
                                                "type": "array"
                                            },
                                            "lineType": {
                                                "type": "string"
                                            },
                                            "letterSpacing": {
                                                "type": "array"
                                            },
                                            "letterType": {
                                                "type": "string"
                                            },
                                            "textTransform": {
                                                "type": "string"
                                            },
                                            "family": {
                                                "type": "string"
                                            },
                                            "google": {
                                                "type": "boolean"
                                            },
                                            "style": {
                                                "type": "string"
                                            },
                                            "weight": {
                                                "type": "string"
                                            },
                                            "variant": {
                                                "type": "string"
                                            },
                                            "subset": {
                                                "type": "string"
                                            },
                                            "loadGoogle": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownDescriptionTypography": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "size": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "sizeType": "px",
                                            "lineHeight": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "lineType": "",
                                            "letterSpacing": [
                                                "",
                                                "",
                                                ""
                                            ],
                                            "letterType": "px",
                                            "textTransform": "",
                                            "family": "",
                                            "google": false,
                                            "style": "",
                                            "weight": "",
                                            "variant": "",
                                            "subset": "",
                                            "loadGoogle": true
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "size": {
                                                "type": "array"
                                            },
                                            "sizeType": {
                                                "type": "string"
                                            },
                                            "lineHeight": {
                                                "type": "array"
                                            },
                                            "lineType": {
                                                "type": "string"
                                            },
                                            "letterSpacing": {
                                                "type": "array"
                                            },
                                            "letterType": {
                                                "type": "string"
                                            },
                                            "textTransform": {
                                                "type": "string"
                                            },
                                            "family": {
                                                "type": "string"
                                            },
                                            "google": {
                                                "type": "boolean"
                                            },
                                            "style": {
                                                "type": "string"
                                            },
                                            "weight": {
                                                "type": "string"
                                            },
                                            "variant": {
                                                "type": "string"
                                            },
                                            "subset": {
                                                "type": "string"
                                            },
                                            "loadGoogle": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownWidth": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownWidthTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownWidthMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownWidthUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_dropdownVerticalSpacing": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownVerticalSpacingTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownVerticalSpacingMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownVerticalSpacingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "em"
                                },
                                "_kad_navigation_dropdownHorizontalAlignment": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownHorizontalAlignmentTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownHorizontalAlignmentMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionSpacing": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionSpacingTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionSpacingMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionSpacingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_dropdownDescriptionSpacing": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionSpacingTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionSpacingMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionSpacingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_descriptionPositioning": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                },
                                "_kad_navigation_descriptionPositioningTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_descriptionPositioningMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionPositioning": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                },
                                "_kad_navigation_dropdownDescriptionPositioningTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownDescriptionPositioningMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownShadow": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "enable": false,
                                            "color": "#000000",
                                            "opacity": 0.1,
                                            "spread": 0,
                                            "blur": 13,
                                            "hOffset": 0,
                                            "vOffset": 2,
                                            "inset": false
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "enable": {
                                                "type": "boolean"
                                            },
                                            "color": {
                                                "type": "string"
                                            },
                                            "opacity": {
                                                "type": "number"
                                            },
                                            "spread": {
                                                "type": "number"
                                            },
                                            "blur": {
                                                "type": "number"
                                            },
                                            "hOffset": {
                                                "type": "number"
                                            },
                                            "vOffset": {
                                                "type": "number"
                                            },
                                            "inset": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownReveal": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownRevealTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownRevealMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownBorder": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownBorderTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownBorderMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_dropdownBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_navigation_dropdownBorderRadiusTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_navigation_dropdownBorderRadiusMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_navigation_dropdownBorderRadiusUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_backgroundType": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                },
                                "_kad_navigation_backgroundTypeHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                },
                                "_kad_navigation_backgroundTypeActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                },
                                "_kad_navigation_backgroundGradient": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundGradientHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_backgroundGradientActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_border": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderHover": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderHoverTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderHoverMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderActive": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderActiveTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderActiveMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_borderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusHover": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusHoverTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusHoverMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusActive": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusActiveTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusActiveMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_navigation_borderRadiusUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_borderRadiusUnitHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_borderRadiusUnitActive": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_navigation_shadow": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "enable": false,
                                            "color": "#000000",
                                            "opacity": 0.2,
                                            "spread": 0,
                                            "blur": 2,
                                            "hOffset": 1,
                                            "vOffset": 1,
                                            "inset": false
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "enable": {
                                                "type": "boolean"
                                            },
                                            "color": {
                                                "type": "string"
                                            },
                                            "opacity": {
                                                "type": "number"
                                            },
                                            "spread": {
                                                "type": "number"
                                            },
                                            "blur": {
                                                "type": "number"
                                            },
                                            "hOffset": {
                                                "type": "number"
                                            },
                                            "vOffset": {
                                                "type": "number"
                                            },
                                            "inset": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_shadowHover": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "enable": false,
                                            "color": "#000000",
                                            "opacity": 0.2,
                                            "spread": 0,
                                            "blur": 2,
                                            "hOffset": 1,
                                            "vOffset": 1,
                                            "inset": false
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "enable": {
                                                "type": "boolean"
                                            },
                                            "color": {
                                                "type": "string"
                                            },
                                            "opacity": {
                                                "type": "number"
                                            },
                                            "spread": {
                                                "type": "number"
                                            },
                                            "blur": {
                                                "type": "number"
                                            },
                                            "hOffset": {
                                                "type": "number"
                                            },
                                            "vOffset": {
                                                "type": "number"
                                            },
                                            "inset": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_shadowActive": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "enable": false,
                                            "color": "#000000",
                                            "opacity": 0.2,
                                            "spread": 0,
                                            "blur": 2,
                                            "hOffset": 1,
                                            "vOffset": 1,
                                            "inset": false
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "enable": {
                                                "type": "boolean"
                                            },
                                            "color": {
                                                "type": "string"
                                            },
                                            "opacity": {
                                                "type": "number"
                                            },
                                            "spread": {
                                                "type": "number"
                                            },
                                            "blur": {
                                                "type": "number"
                                            },
                                            "hOffset": {
                                                "type": "number"
                                            },
                                            "vOffset": {
                                                "type": "number"
                                            },
                                            "inset": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_navigation_linkHorizontalAlignment": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkHorizontalAlignmentTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_linkHorizontalAlignmentMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownLinkHorizontalAlignment": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownLinkHorizontalAlignmentTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_dropdownLinkHorizontalAlignmentMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_enableScrollSpy": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_navigation_scrollSpyOffsetManual": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_scrollSpyOffset": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_scrollSpyOffsetTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_navigation_scrollSpyOffsetMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_navigation\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_header": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u691c\u7d22\u5165\u529b\u3092\u89e3\u91c8\u3059\u308b\u65b9\u6cd5\u3067\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6295\u7a3f\u306e\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u691c\u7d22\u3059\u308b\u5217\u540d\u306e\u914d\u5217\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u7279\u5b9a\u306e\u30b9\u30e9\u30c3\u30b0\u3092\u6301\u3064\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u30b9\u30c6\u30fc\u30bf\u30b9\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "dp-rewrite-republish",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kadence_starter_templates_imported_post": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_description": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_typography": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "size": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "sizeType": "px",
                                        "lineHeight": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "lineType": "",
                                        "letterSpacing": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "letterType": "px",
                                        "textTransform": "",
                                        "family": "",
                                        "google": false,
                                        "style": "",
                                        "weight": "",
                                        "variant": "",
                                        "subset": "",
                                        "loadGoogle": true
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "array"
                                        },
                                        "sizeType": {
                                            "type": "string"
                                        },
                                        "lineHeight": {
                                            "type": "array"
                                        },
                                        "lineType": {
                                            "type": "string"
                                        },
                                        "letterSpacing": {
                                            "type": "array"
                                        },
                                        "letterType": {
                                            "type": "string"
                                        },
                                        "textTransform": {
                                            "type": "string"
                                        },
                                        "family": {
                                            "type": "string"
                                        },
                                        "google": {
                                            "type": "boolean"
                                        },
                                        "style": {
                                            "type": "string"
                                        },
                                        "weight": {
                                            "type": "string"
                                        },
                                        "variant": {
                                            "type": "string"
                                        },
                                        "subset": {
                                            "type": "string"
                                        },
                                        "loadGoogle": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_header_border": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_header_borderTransparent": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderTransparentTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderTransparentMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderRadiusTransparent": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusTransparentTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusTransparentMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusTransparentUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_header_borderSticky": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderStickyTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderStickyMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderRadiusSticky": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusStickyTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusStickyMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusStickyUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_header_background": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "image": "",
                                        "imageID": "",
                                        "position": "center center",
                                        "size": "cover",
                                        "repeat": "no-repeat",
                                        "attachment": "scroll",
                                        "type": "normal",
                                        "gradient": ""
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "image": {
                                            "type": "string"
                                        },
                                        "imageID": {
                                            "type": "string"
                                        },
                                        "position": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "string"
                                        },
                                        "repeat": {
                                            "type": "string"
                                        },
                                        "attachment": {
                                            "type": "string"
                                        },
                                        "type": {
                                            "type": "string"
                                        },
                                        "gradient": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_header_backgroundTransparent": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "image": "",
                                        "imageID": "",
                                        "position": "center center",
                                        "size": "cover",
                                        "repeat": "no-repeat",
                                        "attachment": "scroll",
                                        "type": "normal",
                                        "gradient": ""
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "image": {
                                            "type": "string"
                                        },
                                        "imageID": {
                                            "type": "string"
                                        },
                                        "position": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "string"
                                        },
                                        "repeat": {
                                            "type": "string"
                                        },
                                        "attachment": {
                                            "type": "string"
                                        },
                                        "type": {
                                            "type": "string"
                                        },
                                        "gradient": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_header_backgroundSticky": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "image": "",
                                        "imageID": "",
                                        "position": "center center",
                                        "size": "cover",
                                        "repeat": "no-repeat",
                                        "attachment": "scroll",
                                        "type": "normal",
                                        "gradient": ""
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "image": {
                                            "type": "string"
                                        },
                                        "imageID": {
                                            "type": "string"
                                        },
                                        "position": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "string"
                                        },
                                        "repeat": {
                                            "type": "string"
                                        },
                                        "attachment": {
                                            "type": "string"
                                        },
                                        "type": {
                                            "type": "string"
                                        },
                                        "gradient": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_header_anchor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_className": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_padding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_tabletPadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_mobilePadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_paddingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_header_margin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_tabletMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_mobileMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_marginUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_header_linkColor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_linkHoverColor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_height": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_heightUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_header_width": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_widthUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_header_isSticky": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_isStickyTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_isStickyMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_isTransparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_isTransparentTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_isTransparentMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_autoTransparentSpacing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_header_stickySection": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_stickySectionTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_stickySectionMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_shrinkMain": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_header_shrinkMainHeight": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_shrinkMainHeightTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_shrinkMainHeightMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_revealScrollUp": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_header_inheritPostTransparent": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_kad_header_disableTransparentOverrides": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_shadow": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "enable": false,
                                            "color": "#000000",
                                            "opacity": 0.2,
                                            "spread": 0,
                                            "blur": 2,
                                            "hOffset": 0,
                                            "vOffset": 1,
                                            "inset": false
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "enable": {
                                                "type": "boolean"
                                            },
                                            "color": {
                                                "type": "string"
                                            },
                                            "opacity": {
                                                "type": "number"
                                            },
                                            "spread": {
                                                "type": "number"
                                            },
                                            "blur": {
                                                "type": "number"
                                            },
                                            "hOffset": {
                                                "type": "number"
                                            },
                                            "vOffset": {
                                                "type": "number"
                                            },
                                            "inset": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_headerTag": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_mobileBreakpoint": {
                                    "type": "number",
                                    "title": "",
                                    "description": "",
                                    "default": 0
                                },
                                "_kad_header_pro_backdropFilterType": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_pro_backdropFilterSize": {
                                    "type": "number",
                                    "title": "",
                                    "description": "",
                                    "default": 1
                                },
                                "_kad_header_pro_backdropFilterString": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/kadence_header"
                    }
                ]
            }
        },
        "\/wp\/v2\/kadence_header\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306e\u6295\u7a3f\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kadence_starter_templates_imported_post": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_description": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_typography": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "size": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "sizeType": "px",
                                        "lineHeight": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "lineType": "",
                                        "letterSpacing": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "letterType": "px",
                                        "textTransform": "",
                                        "family": "",
                                        "google": false,
                                        "style": "",
                                        "weight": "",
                                        "variant": "",
                                        "subset": "",
                                        "loadGoogle": true
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "array"
                                        },
                                        "sizeType": {
                                            "type": "string"
                                        },
                                        "lineHeight": {
                                            "type": "array"
                                        },
                                        "lineType": {
                                            "type": "string"
                                        },
                                        "letterSpacing": {
                                            "type": "array"
                                        },
                                        "letterType": {
                                            "type": "string"
                                        },
                                        "textTransform": {
                                            "type": "string"
                                        },
                                        "family": {
                                            "type": "string"
                                        },
                                        "google": {
                                            "type": "boolean"
                                        },
                                        "style": {
                                            "type": "string"
                                        },
                                        "weight": {
                                            "type": "string"
                                        },
                                        "variant": {
                                            "type": "string"
                                        },
                                        "subset": {
                                            "type": "string"
                                        },
                                        "loadGoogle": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_header_border": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_header_borderTransparent": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderTransparentTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderTransparentMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderRadiusTransparent": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusTransparentTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusTransparentMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusTransparentUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_header_borderSticky": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderStickyTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderStickyMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderRadiusSticky": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusStickyTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusStickyMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusStickyUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_header_background": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "image": "",
                                        "imageID": "",
                                        "position": "center center",
                                        "size": "cover",
                                        "repeat": "no-repeat",
                                        "attachment": "scroll",
                                        "type": "normal",
                                        "gradient": ""
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "image": {
                                            "type": "string"
                                        },
                                        "imageID": {
                                            "type": "string"
                                        },
                                        "position": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "string"
                                        },
                                        "repeat": {
                                            "type": "string"
                                        },
                                        "attachment": {
                                            "type": "string"
                                        },
                                        "type": {
                                            "type": "string"
                                        },
                                        "gradient": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_header_backgroundTransparent": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "image": "",
                                        "imageID": "",
                                        "position": "center center",
                                        "size": "cover",
                                        "repeat": "no-repeat",
                                        "attachment": "scroll",
                                        "type": "normal",
                                        "gradient": ""
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "image": {
                                            "type": "string"
                                        },
                                        "imageID": {
                                            "type": "string"
                                        },
                                        "position": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "string"
                                        },
                                        "repeat": {
                                            "type": "string"
                                        },
                                        "attachment": {
                                            "type": "string"
                                        },
                                        "type": {
                                            "type": "string"
                                        },
                                        "gradient": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_header_backgroundSticky": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "image": "",
                                        "imageID": "",
                                        "position": "center center",
                                        "size": "cover",
                                        "repeat": "no-repeat",
                                        "attachment": "scroll",
                                        "type": "normal",
                                        "gradient": ""
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "image": {
                                            "type": "string"
                                        },
                                        "imageID": {
                                            "type": "string"
                                        },
                                        "position": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "string"
                                        },
                                        "repeat": {
                                            "type": "string"
                                        },
                                        "attachment": {
                                            "type": "string"
                                        },
                                        "type": {
                                            "type": "string"
                                        },
                                        "gradient": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_header_anchor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_className": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_padding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_tabletPadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_mobilePadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_paddingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_header_margin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_tabletMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_mobileMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_marginUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_header_linkColor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_linkHoverColor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_height": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_heightUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_header_width": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_widthUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_header_isSticky": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_isStickyTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_isStickyMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_isTransparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_isTransparentTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_isTransparentMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_autoTransparentSpacing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_header_stickySection": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_stickySectionTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_stickySectionMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_shrinkMain": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_header_shrinkMainHeight": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_shrinkMainHeightTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_shrinkMainHeightMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_revealScrollUp": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_header_inheritPostTransparent": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_kad_header_disableTransparentOverrides": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_shadow": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "enable": false,
                                            "color": "#000000",
                                            "opacity": 0.2,
                                            "spread": 0,
                                            "blur": 2,
                                            "hOffset": 0,
                                            "vOffset": 1,
                                            "inset": false
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "enable": {
                                                "type": "boolean"
                                            },
                                            "color": {
                                                "type": "string"
                                            },
                                            "opacity": {
                                                "type": "number"
                                            },
                                            "spread": {
                                                "type": "number"
                                            },
                                            "blur": {
                                                "type": "number"
                                            },
                                            "hOffset": {
                                                "type": "number"
                                            },
                                            "vOffset": {
                                                "type": "number"
                                            },
                                            "inset": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_headerTag": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_mobileBreakpoint": {
                                    "type": "number",
                                    "title": "",
                                    "description": "",
                                    "default": 0
                                },
                                "_kad_header_pro_backdropFilterType": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_pro_backdropFilterSize": {
                                    "type": "number",
                                    "title": "",
                                    "description": "",
                                    "default": 1
                                },
                                "_kad_header_pro_backdropFilterString": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30b4\u30df\u7bb1\u306b\u5165\u308c\u305a\u306b\u5f37\u5236\u7684\u306b\u524a\u9664\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_header\/auto-draft": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/kadence_header\/auto-draft"
                    }
                ]
            }
        },
        "\/wp\/v2\/kadence_header\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3073\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_header\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u304c\u30b4\u30df\u7bb1\u6a5f\u80fd\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u306a\u3044\u305f\u3081\u3001true \u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_header\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kadence_starter_templates_imported_post": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_description": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_typography": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "size": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "sizeType": "px",
                                        "lineHeight": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "lineType": "",
                                        "letterSpacing": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "letterType": "px",
                                        "textTransform": "",
                                        "family": "",
                                        "google": false,
                                        "style": "",
                                        "weight": "",
                                        "variant": "",
                                        "subset": "",
                                        "loadGoogle": true
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "array"
                                        },
                                        "sizeType": {
                                            "type": "string"
                                        },
                                        "lineHeight": {
                                            "type": "array"
                                        },
                                        "lineType": {
                                            "type": "string"
                                        },
                                        "letterSpacing": {
                                            "type": "array"
                                        },
                                        "letterType": {
                                            "type": "string"
                                        },
                                        "textTransform": {
                                            "type": "string"
                                        },
                                        "family": {
                                            "type": "string"
                                        },
                                        "google": {
                                            "type": "boolean"
                                        },
                                        "style": {
                                            "type": "string"
                                        },
                                        "weight": {
                                            "type": "string"
                                        },
                                        "variant": {
                                            "type": "string"
                                        },
                                        "subset": {
                                            "type": "string"
                                        },
                                        "loadGoogle": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_header_border": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_header_borderTransparent": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderTransparentTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderTransparentMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderRadiusTransparent": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusTransparentTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusTransparentMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusTransparentUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_header_borderSticky": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderStickyTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderStickyMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "top": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "right": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "bottom": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "left": [
                                                "",
                                                "solid",
                                                ""
                                            ],
                                            "unit": "px"
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "top": {
                                                "type": "array"
                                            },
                                            "right": {
                                                "type": "array"
                                            },
                                            "bottom": {
                                                "type": "array"
                                            },
                                            "left": {
                                                "type": "array"
                                            },
                                            "unit": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_borderRadiusSticky": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusStickyTablet": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusStickyMobile": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        0,
                                        0,
                                        0,
                                        0
                                    ],
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                "_kad_header_borderRadiusStickyUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_header_background": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "image": "",
                                        "imageID": "",
                                        "position": "center center",
                                        "size": "cover",
                                        "repeat": "no-repeat",
                                        "attachment": "scroll",
                                        "type": "normal",
                                        "gradient": ""
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "image": {
                                            "type": "string"
                                        },
                                        "imageID": {
                                            "type": "string"
                                        },
                                        "position": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "string"
                                        },
                                        "repeat": {
                                            "type": "string"
                                        },
                                        "attachment": {
                                            "type": "string"
                                        },
                                        "type": {
                                            "type": "string"
                                        },
                                        "gradient": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_header_backgroundTransparent": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "image": "",
                                        "imageID": "",
                                        "position": "center center",
                                        "size": "cover",
                                        "repeat": "no-repeat",
                                        "attachment": "scroll",
                                        "type": "normal",
                                        "gradient": ""
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "image": {
                                            "type": "string"
                                        },
                                        "imageID": {
                                            "type": "string"
                                        },
                                        "position": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "string"
                                        },
                                        "repeat": {
                                            "type": "string"
                                        },
                                        "attachment": {
                                            "type": "string"
                                        },
                                        "type": {
                                            "type": "string"
                                        },
                                        "gradient": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_header_backgroundSticky": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "image": "",
                                        "imageID": "",
                                        "position": "center center",
                                        "size": "cover",
                                        "repeat": "no-repeat",
                                        "attachment": "scroll",
                                        "type": "normal",
                                        "gradient": ""
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "image": {
                                            "type": "string"
                                        },
                                        "imageID": {
                                            "type": "string"
                                        },
                                        "position": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "string"
                                        },
                                        "repeat": {
                                            "type": "string"
                                        },
                                        "attachment": {
                                            "type": "string"
                                        },
                                        "type": {
                                            "type": "string"
                                        },
                                        "gradient": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_header_anchor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_className": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_padding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_tabletPadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_mobilePadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_paddingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_header_margin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_tabletMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_mobileMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_marginUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_header_linkColor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_linkHoverColor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_height": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_heightUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_header_width": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_widthUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_header_isSticky": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_isStickyTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_isStickyMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_isTransparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_isTransparentTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_isTransparentMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_autoTransparentSpacing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_header_stickySection": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_stickySectionTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_stickySectionMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_shrinkMain": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_header_shrinkMainHeight": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_shrinkMainHeightTablet": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_shrinkMainHeightMobile": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_revealScrollUp": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_header_inheritPostTransparent": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_kad_header_disableTransparentOverrides": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_header_shadow": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        {
                                            "enable": false,
                                            "color": "#000000",
                                            "opacity": 0.2,
                                            "spread": 0,
                                            "blur": 2,
                                            "hOffset": 0,
                                            "vOffset": 1,
                                            "inset": false
                                        }
                                    ],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "enable": {
                                                "type": "boolean"
                                            },
                                            "color": {
                                                "type": "string"
                                            },
                                            "opacity": {
                                                "type": "number"
                                            },
                                            "spread": {
                                                "type": "number"
                                            },
                                            "blur": {
                                                "type": "number"
                                            },
                                            "hOffset": {
                                                "type": "number"
                                            },
                                            "vOffset": {
                                                "type": "number"
                                            },
                                            "inset": {
                                                "type": "boolean"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_header_headerTag": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_mobileBreakpoint": {
                                    "type": "number",
                                    "title": "",
                                    "description": "",
                                    "default": 0
                                },
                                "_kad_header_pro_backdropFilterType": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_header_pro_backdropFilterSize": {
                                    "type": "number",
                                    "title": "",
                                    "description": "",
                                    "default": 1
                                },
                                "_kad_header_pro_backdropFilterString": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_header\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_custom_svg": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "\u7279\u5b9a\u306e\u6295\u7a3f\u8005\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\u7279\u5b9a\u306e\u6295\u7a3f\u8005\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u691c\u7d22\u5165\u529b\u3092\u89e3\u91c8\u3059\u308b\u65b9\u6cd5\u3067\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6295\u7a3f\u306e\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u691c\u7d22\u3059\u308b\u5217\u540d\u306e\u914d\u5217\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u7279\u5b9a\u306e\u30b9\u30e9\u30c3\u30b0\u3092\u6301\u3064\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u30b9\u30c6\u30fc\u30bf\u30b9\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "dp-rewrite-republish",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6295\u7a3f\u8005\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kadence_starter_templates_imported_post": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/kadence_custom_svg"
                    }
                ]
            }
        },
        "\/wp\/v2\/kadence_custom_svg\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306e\u6295\u7a3f\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6295\u7a3f\u8005\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kadence_starter_templates_imported_post": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30b4\u30df\u7bb1\u306b\u5165\u308c\u305a\u306b\u5f37\u5236\u7684\u306b\u524a\u9664\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_custom_svg\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3073\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_custom_svg\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u304c\u30b4\u30df\u7bb1\u6a5f\u80fd\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u306a\u3044\u305f\u3081\u3001true \u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_custom_svg\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6295\u7a3f\u8005\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kadence_starter_templates_imported_post": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_custom_svg\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_query": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "\u7279\u5b9a\u306e\u6295\u7a3f\u8005\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\u7279\u5b9a\u306e\u6295\u7a3f\u8005\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u691c\u7d22\u5165\u529b\u3092\u89e3\u91c8\u3059\u308b\u65b9\u6cd5\u3067\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6295\u7a3f\u306e\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u691c\u7d22\u3059\u308b\u5217\u540d\u306e\u914d\u5217\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u7279\u5b9a\u306e\u30b9\u30e9\u30c3\u30b0\u3092\u6301\u3064\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u30b9\u30c6\u30fc\u30bf\u30b9\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "dp-rewrite-republish",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6295\u7a3f\u8005\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kadence_starter_templates_imported_post": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_facets": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "hash": {
                                                "type": "integer"
                                            },
                                            "attributes": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_query_related": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_query_description": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_anchor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_query": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "perPage": "10",
                                        "pages": 0,
                                        "offset": 0,
                                        "postType": [
                                            "post"
                                        ],
                                        "taxonomy": [],
                                        "order": "desc",
                                        "orderBy": "date",
                                        "author": "",
                                        "search": "",
                                        "exclude": [],
                                        "sticky": "",
                                        "inherit": false,
                                        "taxQuery": "",
                                        "parents": [],
                                        "limit": 0,
                                        "comparisonLogic": "AND",
                                        "infiniteScroll": false
                                    },
                                    "properties": {
                                        "perPage": {
                                            "type": "string"
                                        },
                                        "pages": {
                                            "type": "integer"
                                        },
                                        "offset": {
                                            "type": "integer"
                                        },
                                        "postType": {
                                            "type": "array"
                                        },
                                        "taxonomy": {
                                            "type": "array"
                                        },
                                        "order": {
                                            "type": "string"
                                        },
                                        "orderBy": {
                                            "type": "string"
                                        },
                                        "author": {
                                            "type": "string"
                                        },
                                        "search": {
                                            "type": "string"
                                        },
                                        "exclude": {
                                            "type": "array"
                                        },
                                        "sticky": {
                                            "type": "string"
                                        },
                                        "inherit": {
                                            "type": "boolean"
                                        },
                                        "taxQuery": {
                                            "type": "string"
                                        },
                                        "parents": {
                                            "type": "array"
                                        },
                                        "limit": {
                                            "type": "integer"
                                        },
                                        "comparisonLogic": {
                                            "type": "string"
                                        },
                                        "infiniteScroll": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_animation": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_specificPosts": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "items": {
                                        "type": "integers"
                                    }
                                },
                                "_kad_query_padding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_tabletPadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_mobilePadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_paddingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_margin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_tabletMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_mobileMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_marginUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_maxWidthUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_maxWidth": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_fieldAlign": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_fieldMaxWidthUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_fieldMaxWidth": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_labelFont": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "size": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "sizeType": "px",
                                        "lineHeight": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "lineType": "",
                                        "letterSpacing": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "letterType": "px",
                                        "textTransform": "",
                                        "family": "",
                                        "google": false,
                                        "style": "",
                                        "weight": "",
                                        "variant": "",
                                        "subset": "",
                                        "loadGoogle": true,
                                        "padding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "margin": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ]
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "array"
                                        },
                                        "sizeType": {
                                            "type": "string"
                                        },
                                        "lineHeight": {
                                            "type": "array"
                                        },
                                        "lineType": {
                                            "type": "string"
                                        },
                                        "letterSpacing": {
                                            "type": "array"
                                        },
                                        "letterType": {
                                            "type": "string"
                                        },
                                        "textTransform": {
                                            "type": "string"
                                        },
                                        "family": {
                                            "type": "string"
                                        },
                                        "google": {
                                            "type": "boolean"
                                        },
                                        "style": {
                                            "type": "string"
                                        },
                                        "weight": {
                                            "type": "string"
                                        },
                                        "variant": {
                                            "type": "string"
                                        },
                                        "subset": {
                                            "type": "string"
                                        },
                                        "loadGoogle": {
                                            "type": "boolean"
                                        },
                                        "padding": {
                                            "type": "array"
                                        },
                                        "margin": {
                                            "type": "array"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_radioLabelFont": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "size": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "sizeType": "px",
                                        "lineHeight": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "lineType": "",
                                        "letterSpacing": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "letterType": "px",
                                        "textTransform": "",
                                        "family": "",
                                        "google": false,
                                        "style": "",
                                        "weight": "",
                                        "variant": "",
                                        "subset": "",
                                        "loadGoogle": true
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "array"
                                        },
                                        "sizeType": {
                                            "type": "string"
                                        },
                                        "lineHeight": {
                                            "type": "array"
                                        },
                                        "lineType": {
                                            "type": "string"
                                        },
                                        "letterSpacing": {
                                            "type": "array"
                                        },
                                        "letterType": {
                                            "type": "string"
                                        },
                                        "textTransform": {
                                            "type": "string"
                                        },
                                        "family": {
                                            "type": "string"
                                        },
                                        "google": {
                                            "type": "boolean"
                                        },
                                        "style": {
                                            "type": "string"
                                        },
                                        "weight": {
                                            "type": "string"
                                        },
                                        "variant": {
                                            "type": "string"
                                        },
                                        "subset": {
                                            "type": "string"
                                        },
                                        "loadGoogle": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_inputFont": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "colorActive": "",
                                        "size": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "sizeType": "px",
                                        "lineHeight": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "lineType": "",
                                        "letterSpacing": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "letterType": "",
                                        "textTransform": "",
                                        "family": "",
                                        "google": false,
                                        "style": "",
                                        "weight": "",
                                        "variant": "",
                                        "subset": "",
                                        "loadGoogle": true,
                                        "padding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "margin": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ]
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "colorActive": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "array"
                                        },
                                        "sizeType": {
                                            "type": "string"
                                        },
                                        "lineHeight": {
                                            "type": "array"
                                        },
                                        "lineType": {
                                            "type": "string"
                                        },
                                        "letterSpacing": {
                                            "type": "array"
                                        },
                                        "letterType": {
                                            "type": "string"
                                        },
                                        "textTransform": {
                                            "type": "string"
                                        },
                                        "family": {
                                            "type": "string"
                                        },
                                        "google": {
                                            "type": "boolean"
                                        },
                                        "style": {
                                            "type": "string"
                                        },
                                        "weight": {
                                            "type": "string"
                                        },
                                        "variant": {
                                            "type": "string"
                                        },
                                        "subset": {
                                            "type": "string"
                                        },
                                        "loadGoogle": {
                                            "type": "boolean"
                                        },
                                        "padding": {
                                            "type": "array"
                                        },
                                        "margin": {
                                            "type": "array"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_style": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "size": "standard",
                                        "padding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "tabletPadding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "mobilePadding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "paddingUnit": "px",
                                        "background": "",
                                        "backgroundActive": "",
                                        "borderActive": "",
                                        "placeholderColor": "",
                                        "gradient": "",
                                        "gradientActive": "",
                                        "backgroundType": "normal",
                                        "backgroundActiveType": "normal",
                                        "boxShadow": [
                                            false,
                                            "#000000",
                                            0.2,
                                            1,
                                            1,
                                            2,
                                            0,
                                            false
                                        ],
                                        "boxShadowActive": [
                                            false,
                                            "#000000",
                                            0.4,
                                            2,
                                            2,
                                            3,
                                            0,
                                            false
                                        ],
                                        "labelStyle": "normal",
                                        "basicStyles": true,
                                        "isDark": false
                                    },
                                    "properties": {
                                        "size": {
                                            "type": "string"
                                        },
                                        "padding": {
                                            "type": "array"
                                        },
                                        "tabletPadding": {
                                            "type": "array"
                                        },
                                        "mobilePadding": {
                                            "type": "array"
                                        },
                                        "paddingUnit": {
                                            "type": "string"
                                        },
                                        "background": {
                                            "type": "string"
                                        },
                                        "backgroundActive": {
                                            "type": "string"
                                        },
                                        "borderActive": {
                                            "type": "string"
                                        },
                                        "placeholderColor": {
                                            "type": "string"
                                        },
                                        "gradient": {
                                            "type": "string"
                                        },
                                        "gradientActive": {
                                            "type": "string"
                                        },
                                        "backgroundType": {
                                            "type": "string"
                                        },
                                        "backgroundActiveType": {
                                            "type": "string"
                                        },
                                        "boxShadow": {
                                            "type": "array"
                                        },
                                        "boxShadowActive": {
                                            "type": "array"
                                        },
                                        "labelStyle": {
                                            "type": "string"
                                        },
                                        "basicStyles": {
                                            "type": "boolean"
                                        },
                                        "isDark": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_fieldBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_tabletFieldBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_mobileFieldBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_fieldBorderRadiusUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_fieldBorderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_tabletFieldBorderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_mobileFieldBorderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/kadence_query"
                    }
                ]
            }
        },
        "\/wp\/v2\/kadence_query\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306e\u6295\u7a3f\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6295\u7a3f\u8005\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kadence_starter_templates_imported_post": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_facets": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "hash": {
                                                "type": "integer"
                                            },
                                            "attributes": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_query_related": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_query_description": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_anchor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_query": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "perPage": "10",
                                        "pages": 0,
                                        "offset": 0,
                                        "postType": [
                                            "post"
                                        ],
                                        "taxonomy": [],
                                        "order": "desc",
                                        "orderBy": "date",
                                        "author": "",
                                        "search": "",
                                        "exclude": [],
                                        "sticky": "",
                                        "inherit": false,
                                        "taxQuery": "",
                                        "parents": [],
                                        "limit": 0,
                                        "comparisonLogic": "AND",
                                        "infiniteScroll": false
                                    },
                                    "properties": {
                                        "perPage": {
                                            "type": "string"
                                        },
                                        "pages": {
                                            "type": "integer"
                                        },
                                        "offset": {
                                            "type": "integer"
                                        },
                                        "postType": {
                                            "type": "array"
                                        },
                                        "taxonomy": {
                                            "type": "array"
                                        },
                                        "order": {
                                            "type": "string"
                                        },
                                        "orderBy": {
                                            "type": "string"
                                        },
                                        "author": {
                                            "type": "string"
                                        },
                                        "search": {
                                            "type": "string"
                                        },
                                        "exclude": {
                                            "type": "array"
                                        },
                                        "sticky": {
                                            "type": "string"
                                        },
                                        "inherit": {
                                            "type": "boolean"
                                        },
                                        "taxQuery": {
                                            "type": "string"
                                        },
                                        "parents": {
                                            "type": "array"
                                        },
                                        "limit": {
                                            "type": "integer"
                                        },
                                        "comparisonLogic": {
                                            "type": "string"
                                        },
                                        "infiniteScroll": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_animation": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_specificPosts": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "items": {
                                        "type": "integers"
                                    }
                                },
                                "_kad_query_padding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_tabletPadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_mobilePadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_paddingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_margin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_tabletMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_mobileMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_marginUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_maxWidthUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_maxWidth": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_fieldAlign": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_fieldMaxWidthUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_fieldMaxWidth": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_labelFont": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "size": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "sizeType": "px",
                                        "lineHeight": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "lineType": "",
                                        "letterSpacing": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "letterType": "px",
                                        "textTransform": "",
                                        "family": "",
                                        "google": false,
                                        "style": "",
                                        "weight": "",
                                        "variant": "",
                                        "subset": "",
                                        "loadGoogle": true,
                                        "padding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "margin": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ]
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "array"
                                        },
                                        "sizeType": {
                                            "type": "string"
                                        },
                                        "lineHeight": {
                                            "type": "array"
                                        },
                                        "lineType": {
                                            "type": "string"
                                        },
                                        "letterSpacing": {
                                            "type": "array"
                                        },
                                        "letterType": {
                                            "type": "string"
                                        },
                                        "textTransform": {
                                            "type": "string"
                                        },
                                        "family": {
                                            "type": "string"
                                        },
                                        "google": {
                                            "type": "boolean"
                                        },
                                        "style": {
                                            "type": "string"
                                        },
                                        "weight": {
                                            "type": "string"
                                        },
                                        "variant": {
                                            "type": "string"
                                        },
                                        "subset": {
                                            "type": "string"
                                        },
                                        "loadGoogle": {
                                            "type": "boolean"
                                        },
                                        "padding": {
                                            "type": "array"
                                        },
                                        "margin": {
                                            "type": "array"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_radioLabelFont": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "size": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "sizeType": "px",
                                        "lineHeight": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "lineType": "",
                                        "letterSpacing": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "letterType": "px",
                                        "textTransform": "",
                                        "family": "",
                                        "google": false,
                                        "style": "",
                                        "weight": "",
                                        "variant": "",
                                        "subset": "",
                                        "loadGoogle": true
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "array"
                                        },
                                        "sizeType": {
                                            "type": "string"
                                        },
                                        "lineHeight": {
                                            "type": "array"
                                        },
                                        "lineType": {
                                            "type": "string"
                                        },
                                        "letterSpacing": {
                                            "type": "array"
                                        },
                                        "letterType": {
                                            "type": "string"
                                        },
                                        "textTransform": {
                                            "type": "string"
                                        },
                                        "family": {
                                            "type": "string"
                                        },
                                        "google": {
                                            "type": "boolean"
                                        },
                                        "style": {
                                            "type": "string"
                                        },
                                        "weight": {
                                            "type": "string"
                                        },
                                        "variant": {
                                            "type": "string"
                                        },
                                        "subset": {
                                            "type": "string"
                                        },
                                        "loadGoogle": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_inputFont": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "colorActive": "",
                                        "size": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "sizeType": "px",
                                        "lineHeight": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "lineType": "",
                                        "letterSpacing": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "letterType": "",
                                        "textTransform": "",
                                        "family": "",
                                        "google": false,
                                        "style": "",
                                        "weight": "",
                                        "variant": "",
                                        "subset": "",
                                        "loadGoogle": true,
                                        "padding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "margin": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ]
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "colorActive": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "array"
                                        },
                                        "sizeType": {
                                            "type": "string"
                                        },
                                        "lineHeight": {
                                            "type": "array"
                                        },
                                        "lineType": {
                                            "type": "string"
                                        },
                                        "letterSpacing": {
                                            "type": "array"
                                        },
                                        "letterType": {
                                            "type": "string"
                                        },
                                        "textTransform": {
                                            "type": "string"
                                        },
                                        "family": {
                                            "type": "string"
                                        },
                                        "google": {
                                            "type": "boolean"
                                        },
                                        "style": {
                                            "type": "string"
                                        },
                                        "weight": {
                                            "type": "string"
                                        },
                                        "variant": {
                                            "type": "string"
                                        },
                                        "subset": {
                                            "type": "string"
                                        },
                                        "loadGoogle": {
                                            "type": "boolean"
                                        },
                                        "padding": {
                                            "type": "array"
                                        },
                                        "margin": {
                                            "type": "array"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_style": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "size": "standard",
                                        "padding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "tabletPadding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "mobilePadding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "paddingUnit": "px",
                                        "background": "",
                                        "backgroundActive": "",
                                        "borderActive": "",
                                        "placeholderColor": "",
                                        "gradient": "",
                                        "gradientActive": "",
                                        "backgroundType": "normal",
                                        "backgroundActiveType": "normal",
                                        "boxShadow": [
                                            false,
                                            "#000000",
                                            0.2,
                                            1,
                                            1,
                                            2,
                                            0,
                                            false
                                        ],
                                        "boxShadowActive": [
                                            false,
                                            "#000000",
                                            0.4,
                                            2,
                                            2,
                                            3,
                                            0,
                                            false
                                        ],
                                        "labelStyle": "normal",
                                        "basicStyles": true,
                                        "isDark": false
                                    },
                                    "properties": {
                                        "size": {
                                            "type": "string"
                                        },
                                        "padding": {
                                            "type": "array"
                                        },
                                        "tabletPadding": {
                                            "type": "array"
                                        },
                                        "mobilePadding": {
                                            "type": "array"
                                        },
                                        "paddingUnit": {
                                            "type": "string"
                                        },
                                        "background": {
                                            "type": "string"
                                        },
                                        "backgroundActive": {
                                            "type": "string"
                                        },
                                        "borderActive": {
                                            "type": "string"
                                        },
                                        "placeholderColor": {
                                            "type": "string"
                                        },
                                        "gradient": {
                                            "type": "string"
                                        },
                                        "gradientActive": {
                                            "type": "string"
                                        },
                                        "backgroundType": {
                                            "type": "string"
                                        },
                                        "backgroundActiveType": {
                                            "type": "string"
                                        },
                                        "boxShadow": {
                                            "type": "array"
                                        },
                                        "boxShadowActive": {
                                            "type": "array"
                                        },
                                        "labelStyle": {
                                            "type": "string"
                                        },
                                        "basicStyles": {
                                            "type": "boolean"
                                        },
                                        "isDark": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_fieldBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_tabletFieldBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_mobileFieldBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_fieldBorderRadiusUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_fieldBorderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_tabletFieldBorderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_mobileFieldBorderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30b4\u30df\u7bb1\u306b\u5165\u308c\u305a\u306b\u5f37\u5236\u7684\u306b\u524a\u9664\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_query\/auto-draft": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/kadence_query\/auto-draft"
                    }
                ]
            }
        },
        "\/wp\/v2\/kadence_query\/query": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "\u7279\u5b9a\u306e\u6295\u7a3f\u8005\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\u7279\u5b9a\u306e\u6295\u7a3f\u8005\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u691c\u7d22\u5165\u529b\u3092\u89e3\u91c8\u3059\u308b\u65b9\u6cd5\u3067\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6295\u7a3f\u306e\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u691c\u7d22\u3059\u308b\u5217\u540d\u306e\u914d\u5217\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u7279\u5b9a\u306e\u30b9\u30e9\u30c3\u30b0\u3092\u6301\u3064\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u30b9\u30c6\u30fc\u30bf\u30b9\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "dp-rewrite-republish",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "pg": {
                            "description": "The results page requested.",
                            "type": "integer",
                            "default": 1,
                            "required": false
                        },
                        "fe": {
                            "description": "If the request is coming from the frontend block.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "ql_id": {
                            "description": "The query loop post id.",
                            "type": "integer",
                            "default": 0,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "\u7279\u5b9a\u306e\u6295\u7a3f\u8005\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\u7279\u5b9a\u306e\u6295\u7a3f\u8005\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u691c\u7d22\u5165\u529b\u3092\u89e3\u91c8\u3059\u308b\u65b9\u6cd5\u3067\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6295\u7a3f\u306e\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u691c\u7d22\u3059\u308b\u5217\u540d\u306e\u914d\u5217\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u7279\u5b9a\u306e\u30b9\u30e9\u30c3\u30b0\u3092\u6301\u3064\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u30b9\u30c6\u30fc\u30bf\u30b9\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "dp-rewrite-republish",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "pg": {
                            "description": "The results page requested.",
                            "type": "integer",
                            "default": 1,
                            "required": false
                        },
                        "fe": {
                            "description": "If the request is coming from the frontend block.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "ql_id": {
                            "description": "The query loop post id.",
                            "type": "integer",
                            "default": 0,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/kadence_query\/query"
                    }
                ]
            }
        },
        "\/wp\/v2\/kadence_query\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3073\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_query\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u304c\u30b4\u30df\u7bb1\u6a5f\u80fd\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u306a\u3044\u305f\u3081\u3001true \u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_query\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6295\u7a3f\u8005\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kadence_starter_templates_imported_post": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_facets": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "hash": {
                                                "type": "integer"
                                            },
                                            "attributes": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "_kad_query_related": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_query_description": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_anchor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_query": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "perPage": "10",
                                        "pages": 0,
                                        "offset": 0,
                                        "postType": [
                                            "post"
                                        ],
                                        "taxonomy": [],
                                        "order": "desc",
                                        "orderBy": "date",
                                        "author": "",
                                        "search": "",
                                        "exclude": [],
                                        "sticky": "",
                                        "inherit": false,
                                        "taxQuery": "",
                                        "parents": [],
                                        "limit": 0,
                                        "comparisonLogic": "AND",
                                        "infiniteScroll": false
                                    },
                                    "properties": {
                                        "perPage": {
                                            "type": "string"
                                        },
                                        "pages": {
                                            "type": "integer"
                                        },
                                        "offset": {
                                            "type": "integer"
                                        },
                                        "postType": {
                                            "type": "array"
                                        },
                                        "taxonomy": {
                                            "type": "array"
                                        },
                                        "order": {
                                            "type": "string"
                                        },
                                        "orderBy": {
                                            "type": "string"
                                        },
                                        "author": {
                                            "type": "string"
                                        },
                                        "search": {
                                            "type": "string"
                                        },
                                        "exclude": {
                                            "type": "array"
                                        },
                                        "sticky": {
                                            "type": "string"
                                        },
                                        "inherit": {
                                            "type": "boolean"
                                        },
                                        "taxQuery": {
                                            "type": "string"
                                        },
                                        "parents": {
                                            "type": "array"
                                        },
                                        "limit": {
                                            "type": "integer"
                                        },
                                        "comparisonLogic": {
                                            "type": "string"
                                        },
                                        "infiniteScroll": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_animation": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_specificPosts": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "items": {
                                        "type": "integers"
                                    }
                                },
                                "_kad_query_padding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_tabletPadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_mobilePadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_paddingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_margin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_tabletMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_mobileMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_marginUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_maxWidthUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_maxWidth": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_fieldAlign": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_fieldMaxWidthUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_fieldMaxWidth": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_labelFont": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "size": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "sizeType": "px",
                                        "lineHeight": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "lineType": "",
                                        "letterSpacing": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "letterType": "px",
                                        "textTransform": "",
                                        "family": "",
                                        "google": false,
                                        "style": "",
                                        "weight": "",
                                        "variant": "",
                                        "subset": "",
                                        "loadGoogle": true,
                                        "padding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "margin": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ]
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "array"
                                        },
                                        "sizeType": {
                                            "type": "string"
                                        },
                                        "lineHeight": {
                                            "type": "array"
                                        },
                                        "lineType": {
                                            "type": "string"
                                        },
                                        "letterSpacing": {
                                            "type": "array"
                                        },
                                        "letterType": {
                                            "type": "string"
                                        },
                                        "textTransform": {
                                            "type": "string"
                                        },
                                        "family": {
                                            "type": "string"
                                        },
                                        "google": {
                                            "type": "boolean"
                                        },
                                        "style": {
                                            "type": "string"
                                        },
                                        "weight": {
                                            "type": "string"
                                        },
                                        "variant": {
                                            "type": "string"
                                        },
                                        "subset": {
                                            "type": "string"
                                        },
                                        "loadGoogle": {
                                            "type": "boolean"
                                        },
                                        "padding": {
                                            "type": "array"
                                        },
                                        "margin": {
                                            "type": "array"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_radioLabelFont": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "size": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "sizeType": "px",
                                        "lineHeight": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "lineType": "",
                                        "letterSpacing": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "letterType": "px",
                                        "textTransform": "",
                                        "family": "",
                                        "google": false,
                                        "style": "",
                                        "weight": "",
                                        "variant": "",
                                        "subset": "",
                                        "loadGoogle": true
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "array"
                                        },
                                        "sizeType": {
                                            "type": "string"
                                        },
                                        "lineHeight": {
                                            "type": "array"
                                        },
                                        "lineType": {
                                            "type": "string"
                                        },
                                        "letterSpacing": {
                                            "type": "array"
                                        },
                                        "letterType": {
                                            "type": "string"
                                        },
                                        "textTransform": {
                                            "type": "string"
                                        },
                                        "family": {
                                            "type": "string"
                                        },
                                        "google": {
                                            "type": "boolean"
                                        },
                                        "style": {
                                            "type": "string"
                                        },
                                        "weight": {
                                            "type": "string"
                                        },
                                        "variant": {
                                            "type": "string"
                                        },
                                        "subset": {
                                            "type": "string"
                                        },
                                        "loadGoogle": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_inputFont": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "color": "",
                                        "colorActive": "",
                                        "size": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "sizeType": "px",
                                        "lineHeight": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "lineType": "",
                                        "letterSpacing": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "letterType": "",
                                        "textTransform": "",
                                        "family": "",
                                        "google": false,
                                        "style": "",
                                        "weight": "",
                                        "variant": "",
                                        "subset": "",
                                        "loadGoogle": true,
                                        "padding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "margin": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ]
                                    },
                                    "properties": {
                                        "color": {
                                            "type": "string"
                                        },
                                        "colorActive": {
                                            "type": "string"
                                        },
                                        "size": {
                                            "type": "array"
                                        },
                                        "sizeType": {
                                            "type": "string"
                                        },
                                        "lineHeight": {
                                            "type": "array"
                                        },
                                        "lineType": {
                                            "type": "string"
                                        },
                                        "letterSpacing": {
                                            "type": "array"
                                        },
                                        "letterType": {
                                            "type": "string"
                                        },
                                        "textTransform": {
                                            "type": "string"
                                        },
                                        "family": {
                                            "type": "string"
                                        },
                                        "google": {
                                            "type": "boolean"
                                        },
                                        "style": {
                                            "type": "string"
                                        },
                                        "weight": {
                                            "type": "string"
                                        },
                                        "variant": {
                                            "type": "string"
                                        },
                                        "subset": {
                                            "type": "string"
                                        },
                                        "loadGoogle": {
                                            "type": "boolean"
                                        },
                                        "padding": {
                                            "type": "array"
                                        },
                                        "margin": {
                                            "type": "array"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_style": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "size": "standard",
                                        "padding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "tabletPadding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "mobilePadding": [
                                            "",
                                            "",
                                            "",
                                            ""
                                        ],
                                        "paddingUnit": "px",
                                        "background": "",
                                        "backgroundActive": "",
                                        "borderActive": "",
                                        "placeholderColor": "",
                                        "gradient": "",
                                        "gradientActive": "",
                                        "backgroundType": "normal",
                                        "backgroundActiveType": "normal",
                                        "boxShadow": [
                                            false,
                                            "#000000",
                                            0.2,
                                            1,
                                            1,
                                            2,
                                            0,
                                            false
                                        ],
                                        "boxShadowActive": [
                                            false,
                                            "#000000",
                                            0.4,
                                            2,
                                            2,
                                            3,
                                            0,
                                            false
                                        ],
                                        "labelStyle": "normal",
                                        "basicStyles": true,
                                        "isDark": false
                                    },
                                    "properties": {
                                        "size": {
                                            "type": "string"
                                        },
                                        "padding": {
                                            "type": "array"
                                        },
                                        "tabletPadding": {
                                            "type": "array"
                                        },
                                        "mobilePadding": {
                                            "type": "array"
                                        },
                                        "paddingUnit": {
                                            "type": "string"
                                        },
                                        "background": {
                                            "type": "string"
                                        },
                                        "backgroundActive": {
                                            "type": "string"
                                        },
                                        "borderActive": {
                                            "type": "string"
                                        },
                                        "placeholderColor": {
                                            "type": "string"
                                        },
                                        "gradient": {
                                            "type": "string"
                                        },
                                        "gradientActive": {
                                            "type": "string"
                                        },
                                        "backgroundType": {
                                            "type": "string"
                                        },
                                        "backgroundActiveType": {
                                            "type": "string"
                                        },
                                        "boxShadow": {
                                            "type": "array"
                                        },
                                        "boxShadowActive": {
                                            "type": "array"
                                        },
                                        "labelStyle": {
                                            "type": "string"
                                        },
                                        "basicStyles": {
                                            "type": "boolean"
                                        },
                                        "isDark": {
                                            "type": "boolean"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_fieldBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_tabletFieldBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_mobileFieldBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_fieldBorderRadiusUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_fieldBorderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_tabletFieldBorderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_mobileFieldBorderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_query\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_query_card": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "\u7279\u5b9a\u306e\u6295\u7a3f\u8005\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\u7279\u5b9a\u306e\u6295\u7a3f\u8005\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u691c\u7d22\u5165\u529b\u3092\u89e3\u91c8\u3059\u308b\u65b9\u6cd5\u3067\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6295\u7a3f\u306e\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u691c\u7d22\u3059\u308b\u5217\u540d\u306e\u914d\u5217\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u7279\u5b9a\u306e\u30b9\u30e9\u30c3\u30b0\u3092\u6301\u3064\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u30b9\u30c6\u30fc\u30bf\u30b9\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "dp-rewrite-republish",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6295\u7a3f\u8005\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kadence_starter_templates_imported_post": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_card_borderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_card_tabletBorderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_card_mobileBorderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_card_borderHoverStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_card_tabletBorderHoverStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_card_mobileBorderHoverStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_card_borderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_query_card_tabletBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_query_card_mobileBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_query_card_borderRadiusUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px",
                                    "properties": "px"
                                },
                                "_kad_query_card_borderHoverRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_query_card_tabletBorderHoverRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_query_card_mobileBorderHoverRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_query_card_borderHoverRadiusUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px",
                                    "properties": "px"
                                },
                                "_kad_query_card_description": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_card_preview_post_type": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "post"
                                },
                                "_kad_query_card_template_post_type": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_card_template_post_id": {
                                    "type": "integer",
                                    "title": "",
                                    "description": "",
                                    "default": 0
                                },
                                "_kad_query_card_anchor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_card_postType": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_card_namespace": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_card_padding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_tabletPadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_mobilePadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_paddingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_card_margin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_tabletMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_mobileMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_marginUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_card_maxWidthUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_card_maxWidth": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_columns": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "2",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_rowGap": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_rowGapUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_card_columnGap": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "20",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_columnGapUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_card_boxShadow": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "boxShadow": [
                                            false,
                                            "#000000",
                                            0.2,
                                            1,
                                            1,
                                            2,
                                            0,
                                            false
                                        ],
                                        "boxShadowHover": [
                                            false,
                                            "#000000",
                                            0.4,
                                            2,
                                            2,
                                            3,
                                            0,
                                            false
                                        ]
                                    },
                                    "properties": {
                                        "boxShadow": {
                                            "type": "array"
                                        },
                                        "boxShadowHover": {
                                            "type": "array"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_card_backgroundType": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                },
                                "_kad_query_card_gradient": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_card_background": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                },
                                "_kad_query_card_backgroundHoverType": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                },
                                "_kad_query_card_gradientHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_card_backgroundHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/kadence_query_card"
                    }
                ]
            }
        },
        "\/wp\/v2\/kadence_query_card\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306e\u6295\u7a3f\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6295\u7a3f\u8005\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kadence_starter_templates_imported_post": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_card_borderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_card_tabletBorderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_card_mobileBorderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_card_borderHoverStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_card_tabletBorderHoverStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_card_mobileBorderHoverStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_card_borderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_query_card_tabletBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_query_card_mobileBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_query_card_borderRadiusUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px",
                                    "properties": "px"
                                },
                                "_kad_query_card_borderHoverRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_query_card_tabletBorderHoverRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_query_card_mobileBorderHoverRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_query_card_borderHoverRadiusUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px",
                                    "properties": "px"
                                },
                                "_kad_query_card_description": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_card_preview_post_type": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "post"
                                },
                                "_kad_query_card_template_post_type": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_card_template_post_id": {
                                    "type": "integer",
                                    "title": "",
                                    "description": "",
                                    "default": 0
                                },
                                "_kad_query_card_anchor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_card_postType": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_card_namespace": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_card_padding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_tabletPadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_mobilePadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_paddingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_card_margin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_tabletMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_mobileMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_marginUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_card_maxWidthUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_card_maxWidth": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_columns": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "2",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_rowGap": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_rowGapUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_card_columnGap": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "20",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_columnGapUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_card_boxShadow": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "boxShadow": [
                                            false,
                                            "#000000",
                                            0.2,
                                            1,
                                            1,
                                            2,
                                            0,
                                            false
                                        ],
                                        "boxShadowHover": [
                                            false,
                                            "#000000",
                                            0.4,
                                            2,
                                            2,
                                            3,
                                            0,
                                            false
                                        ]
                                    },
                                    "properties": {
                                        "boxShadow": {
                                            "type": "array"
                                        },
                                        "boxShadowHover": {
                                            "type": "array"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_card_backgroundType": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                },
                                "_kad_query_card_gradient": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_card_background": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                },
                                "_kad_query_card_backgroundHoverType": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                },
                                "_kad_query_card_gradientHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_card_backgroundHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30b4\u30df\u7bb1\u306b\u5165\u308c\u305a\u306b\u5f37\u5236\u7684\u306b\u524a\u9664\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_query_card\/auto-draft": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/kadence_query_card\/auto-draft"
                    }
                ]
            }
        },
        "\/wp\/v2\/kadence_query_card\/query": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "\u7279\u5b9a\u306e\u6295\u7a3f\u8005\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\u7279\u5b9a\u306e\u6295\u7a3f\u8005\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u691c\u7d22\u5165\u529b\u3092\u89e3\u91c8\u3059\u308b\u65b9\u6cd5\u3067\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6295\u7a3f\u306e\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u691c\u7d22\u3059\u308b\u5217\u540d\u306e\u914d\u5217\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u7279\u5b9a\u306e\u30b9\u30e9\u30c3\u30b0\u3092\u6301\u3064\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u30b9\u30c6\u30fc\u30bf\u30b9\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "dp-rewrite-republish",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "pg": {
                            "description": "The results page requested.",
                            "type": "integer",
                            "default": 1,
                            "required": false
                        },
                        "fe": {
                            "description": "If the request is coming from the frontend block.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "ql_id": {
                            "description": "The query loop post id.",
                            "type": "integer",
                            "default": 0,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "\u7279\u5b9a\u306e\u6295\u7a3f\u8005\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\u7279\u5b9a\u306e\u6295\u7a3f\u8005\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u691c\u7d22\u5165\u529b\u3092\u89e3\u91c8\u3059\u308b\u65b9\u6cd5\u3067\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6295\u7a3f\u306e\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u691c\u7d22\u3059\u308b\u5217\u540d\u306e\u914d\u5217\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u7279\u5b9a\u306e\u30b9\u30e9\u30c3\u30b0\u3092\u6301\u3064\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u30b9\u30c6\u30fc\u30bf\u30b9\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "dp-rewrite-republish",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "pg": {
                            "description": "The results page requested.",
                            "type": "integer",
                            "default": 1,
                            "required": false
                        },
                        "fe": {
                            "description": "If the request is coming from the frontend block.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "ql_id": {
                            "description": "The query loop post id.",
                            "type": "integer",
                            "default": 0,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/kadence_query_card\/query"
                    }
                ]
            }
        },
        "\/wp\/v2\/kadence_query_card\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3073\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_query_card\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u304c\u30b4\u30df\u7bb1\u6a5f\u80fd\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u306a\u3044\u305f\u3081\u3001true \u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_query_card\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6295\u7a3f\u8005\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "_kad_blocks_custom_css": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_head_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_body_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_blocks_footer_custom_js": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kadence_starter_templates_imported_post": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_transparent": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_layout": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_sidebar_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_content_style": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_vertical_padding": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_feature_position": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_post_header": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "_kad_post_footer": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_card_borderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_card_tabletBorderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_card_mobileBorderStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_card_borderHoverStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_card_tabletBorderHoverStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_card_mobileBorderHoverStyle": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "top": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "right": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "bottom": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "left": [
                                            "",
                                            "",
                                            ""
                                        ],
                                        "unit": ""
                                    },
                                    "properties": {
                                        "top": {
                                            "type": "array"
                                        },
                                        "right": {
                                            "type": "array"
                                        },
                                        "bottom": {
                                            "type": "array"
                                        },
                                        "left": {
                                            "type": "array"
                                        },
                                        "unit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_card_borderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_query_card_tabletBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_query_card_mobileBorderRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_query_card_borderRadiusUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px",
                                    "properties": "px"
                                },
                                "_kad_query_card_borderHoverRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_query_card_tabletBorderHoverRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_query_card_mobileBorderHoverRadius": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "properties": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ]
                                },
                                "_kad_query_card_borderHoverRadiusUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px",
                                    "properties": "px"
                                },
                                "_kad_query_card_description": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_card_preview_post_type": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "post"
                                },
                                "_kad_query_card_template_post_type": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_card_template_post_id": {
                                    "type": "integer",
                                    "title": "",
                                    "description": "",
                                    "default": 0
                                },
                                "_kad_query_card_anchor": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_card_postType": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_card_namespace": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_card_padding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_tabletPadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_mobilePadding": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_paddingUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_card_margin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_tabletMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_mobileMargin": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_marginUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_card_maxWidthUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_card_maxWidth": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_columns": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "2",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_rowGap": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_rowGapUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_card_columnGap": {
                                    "type": "array",
                                    "title": "",
                                    "description": "",
                                    "default": [
                                        "20",
                                        "",
                                        ""
                                    ],
                                    "items": {
                                        "type": "string"
                                    }
                                },
                                "_kad_query_card_columnGapUnit": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "px"
                                },
                                "_kad_query_card_boxShadow": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": {
                                        "boxShadow": [
                                            false,
                                            "#000000",
                                            0.2,
                                            1,
                                            1,
                                            2,
                                            0,
                                            false
                                        ],
                                        "boxShadowHover": [
                                            false,
                                            "#000000",
                                            0.4,
                                            2,
                                            2,
                                            3,
                                            0,
                                            false
                                        ]
                                    },
                                    "properties": {
                                        "boxShadow": {
                                            "type": "array"
                                        },
                                        "boxShadowHover": {
                                            "type": "array"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "_kad_query_card_backgroundType": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                },
                                "_kad_query_card_gradient": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_card_background": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                },
                                "_kad_query_card_backgroundHoverType": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                },
                                "_kad_query_card_gradientHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_kad_query_card_backgroundHover": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "normal"
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_query_card\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_lottie": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u691c\u7d22\u5165\u529b\u3092\u89e3\u91c8\u3059\u308b\u65b9\u6cd5\u3067\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6295\u7a3f\u306e\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u691c\u7d22\u3059\u308b\u5217\u540d\u306e\u914d\u5217\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u7279\u5b9a\u306e\u30b9\u30e9\u30c3\u30b0\u3092\u6301\u3064\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u30b9\u30c6\u30fc\u30bf\u30b9\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "dp-rewrite-republish",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/kadence_lottie"
                    }
                ]
            }
        },
        "\/wp\/v2\/kadence_lottie\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306e\u6295\u7a3f\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30b4\u30df\u7bb1\u306b\u5165\u308c\u305a\u306b\u5f37\u5236\u7684\u306b\u524a\u9664\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_lottie\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3073\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_lottie\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u304c\u30b4\u30df\u7bb1\u6a5f\u80fd\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u306a\u3044\u305f\u3081\u3001true \u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_lottie\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_lottie\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_vector": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u691c\u7d22\u5165\u529b\u3092\u89e3\u91c8\u3059\u308b\u65b9\u6cd5\u3067\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6295\u7a3f\u306e\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u691c\u7d22\u3059\u308b\u5217\u540d\u306e\u914d\u5217\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u7279\u5b9a\u306e\u30b9\u30e9\u30c3\u30b0\u3092\u6301\u3064\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u30b9\u30c6\u30fc\u30bf\u30b9\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "dp-rewrite-republish",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/kadence_vector"
                    }
                ]
            }
        },
        "\/wp\/v2\/kadence_vector\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306e\u6295\u7a3f\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30b4\u30df\u7bb1\u306b\u5165\u308c\u305a\u306b\u5f37\u5236\u7684\u306b\u524a\u9664\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_vector\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3073\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_vector\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u30ea\u30d3\u30b8\u30e7\u30f3\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30ea\u30d3\u30b8\u30e7\u30f3\u304c\u30b4\u30df\u7bb1\u6a5f\u80fd\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u306a\u3044\u305f\u3081\u3001true \u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_vector\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u6295\u7a3f\u304c\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u30d6\u30ed\u30c3\u30af\u5f62\u5f0f\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_vector\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u89aa\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u81ea\u52d5\u4fdd\u5b58\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kt_font": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u691c\u7d22\u5165\u529b\u3092\u89e3\u91c8\u3059\u308b\u65b9\u6cd5\u3067\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6295\u7a3f\u306e\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u691c\u7d22\u3059\u308b\u5217\u540d\u306e\u914d\u5217\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u7279\u5b9a\u306e\u30b9\u30e9\u30c3\u30b0\u3092\u6301\u3064\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u30b9\u30c6\u30fc\u30bf\u30b9\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "dp-rewrite-republish",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/kt_font"
                    }
                ]
            }
        },
        "\/wp\/v2\/kt_font\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306e\u6295\u7a3f\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30b4\u30df\u7bb1\u306b\u5165\u308c\u305a\u306b\u5f37\u5236\u7684\u306b\u524a\u9664\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kb_icon": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u516c\u958b\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u66f4\u65b0\u3055\u308c\u305f\u6295\u7a3f\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u691c\u7d22\u5165\u529b\u3092\u89e3\u91c8\u3059\u308b\u65b9\u6cd5\u3067\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6295\u7a3f\u306e\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u691c\u7d22\u3059\u308b\u5217\u540d\u306e\u914d\u5217\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u7279\u5b9a\u306e\u30b9\u30e9\u30c3\u30b0\u3092\u6301\u3064\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u30b9\u30c6\u30fc\u30bf\u30b9\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6295\u7a3f\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "dp-rewrite-republish",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/kb_icon"
                    }
                ]
            }
        },
        "\/wp\/v2\/kb_icon\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306e\u6295\u7a3f\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u6295\u7a3f\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u6295\u7a3f\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6295\u7a3f\u306b\u5bfe\u3057\u3066\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u308b\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30f3\u30c6\u30f3\u30c4\u3084\u629c\u7c8b\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u4fdd\u8b77\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u6295\u7a3f\u306e\u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u6574\u5f62\u3055\u308c\u305f\u3001\u6295\u7a3f\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6295\u7a3f\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30b4\u30df\u7bb1\u306b\u5165\u308c\u305a\u306b\u5f37\u5236\u7684\u306b\u524a\u9664\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/types"
                    }
                ]
            }
        },
        "\/wp\/v2\/types\/(?P<type>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "type": {
                            "description": "\u6295\u7a3f\u30bf\u30a4\u30d7\u306e\u82f1\u6570\u5b57\u306e\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/statuses": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/statuses"
                    }
                ]
            }
        },
        "\/wp\/v2\/statuses\/(?P<status>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "status": {
                            "description": "\u30b9\u30c6\u30fc\u30bf\u30b9\u306e\u82f1\u6570\u5b57\u306e\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/taxonomies": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "type": {
                            "description": "\u7279\u5b9a\u306e\u6295\u7a3f\u30bf\u30a4\u30d7\u306b\u95a2\u9023\u4ed8\u3051\u3089\u308c\u305f\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u306b\u7d50\u679c\u3092\u5236\u9650\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/taxonomies"
                    }
                ]
            }
        },
        "\/wp\/v2\/taxonomies\/(?P<taxonomy>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "taxonomy": {
                            "description": "\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u306e\u82f1\u6570\u5b57\u306e\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/categories": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u30bf\u30fc\u30e0\u306e\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u3069\u306e\u6295\u7a3f\u306b\u3082\u5272\u308a\u5f53\u3066\u3089\u308c\u3066\u3044\u306a\u3044\u30bf\u30fc\u30e0\u3092\u975e\u8868\u793a\u306b\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "\u7279\u5b9a\u306e\u89aa\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u30bf\u30fc\u30e0\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "\u7279\u5b9a\u306e\u6295\u7a3f\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u30bf\u30fc\u30e0\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u7279\u5b9a\u306e\u30b9\u30e9\u30c3\u30b0\u3092\u6301\u3064\u30bf\u30fc\u30e0\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "\u30bf\u30fc\u30e0\u306e HTML \u306e\u8aac\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u30bf\u30fc\u30e0\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u30bf\u30fc\u30e0\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u89aa\u306e\u30bf\u30fc\u30e0 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/categories"
                    }
                ]
            }
        },
        "\/wp\/v2\/categories\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u30bf\u30fc\u30e0\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u30bf\u30fc\u30e0\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u30bf\u30fc\u30e0\u306e HTML \u306e\u8aac\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u30bf\u30fc\u30e0\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u30bf\u30fc\u30e0\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u89aa\u306e\u30bf\u30fc\u30e0 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u30bf\u30fc\u30e0\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30bf\u30fc\u30e0\u304c\u30b4\u30df\u7bb1\u6a5f\u80fd\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u306a\u3044\u305f\u3081\u3001true \u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/tags": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u30bf\u30fc\u30e0\u306e\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u3069\u306e\u6295\u7a3f\u306b\u3082\u5272\u308a\u5f53\u3066\u3089\u308c\u3066\u3044\u306a\u3044\u30bf\u30fc\u30e0\u3092\u975e\u8868\u793a\u306b\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "\u7279\u5b9a\u306e\u6295\u7a3f\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u30bf\u30fc\u30e0\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u7279\u5b9a\u306e\u30b9\u30e9\u30c3\u30b0\u3092\u6301\u3064\u30bf\u30fc\u30e0\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "\u30bf\u30fc\u30e0\u306e HTML \u306e\u8aac\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u30bf\u30fc\u30e0\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u30bf\u30fc\u30e0\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/tags"
                    }
                ]
            }
        },
        "\/wp\/v2\/tags\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u30bf\u30fc\u30e0\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u30bf\u30fc\u30e0\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u30bf\u30fc\u30e0\u306e HTML \u306e\u8aac\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u30bf\u30fc\u30e0\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u30bf\u30fc\u30e0\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u30bf\u30fc\u30e0\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30bf\u30fc\u30e0\u304c\u30b4\u30df\u7bb1\u6a5f\u80fd\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u306a\u3044\u305f\u3081\u3001true \u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menus": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u30bf\u30fc\u30e0\u306e\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u3069\u306e\u6295\u7a3f\u306b\u3082\u5272\u308a\u5f53\u3066\u3089\u308c\u3066\u3044\u306a\u3044\u30bf\u30fc\u30e0\u3092\u975e\u8868\u793a\u306b\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "\u7279\u5b9a\u306e\u6295\u7a3f\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u30bf\u30fc\u30e0\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u7279\u5b9a\u306e\u30b9\u30e9\u30c3\u30b0\u3092\u6301\u3064\u30bf\u30fc\u30e0\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "\u30bf\u30fc\u30e0\u306e HTML \u306e\u8aac\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u30bf\u30fc\u30e0\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u30bf\u30fc\u30e0\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "locations": {
                            "description": "\u30e1\u30cb\u30e5\u30fc\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u4f4d\u7f6e\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "auto_add": {
                            "description": "\u81ea\u52d5\u7684\u306b\u30c8\u30c3\u30d7\u30ec\u30d9\u30eb\u306e\u30da\u30fc\u30b8\u3092\u3053\u306e\u30e1\u30cb\u30e5\u30fc\u306b\u8ffd\u52a0\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/menus"
                    }
                ]
            }
        },
        "\/wp\/v2\/menus\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u30bf\u30fc\u30e0\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u30bf\u30fc\u30e0\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u30bf\u30fc\u30e0\u306e HTML \u306e\u8aac\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u30bf\u30fc\u30e0\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u30bf\u30fc\u30e0\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "locations": {
                            "description": "\u30e1\u30cb\u30e5\u30fc\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u4f4d\u7f6e\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "auto_add": {
                            "description": "\u81ea\u52d5\u7684\u306b\u30c8\u30c3\u30d7\u30ec\u30d9\u30eb\u306e\u30da\u30fc\u30b8\u3092\u3053\u306e\u30e1\u30cb\u30e5\u30fc\u306b\u8ffd\u52a0\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u30bf\u30fc\u30e0\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30bf\u30fc\u30e0\u304c\u30b4\u30df\u7bb1\u6a5f\u80fd\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u306a\u3044\u305f\u3081\u3001true \u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/wp_pattern_category": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u30bf\u30fc\u30e0\u306e\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u3069\u306e\u6295\u7a3f\u306b\u3082\u5272\u308a\u5f53\u3066\u3089\u308c\u3066\u3044\u306a\u3044\u30bf\u30fc\u30e0\u3092\u975e\u8868\u793a\u306b\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "\u7279\u5b9a\u306e\u6295\u7a3f\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u30bf\u30fc\u30e0\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u7279\u5b9a\u306e\u30b9\u30e9\u30c3\u30b0\u3092\u6301\u3064\u30bf\u30fc\u30e0\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "\u30bf\u30fc\u30e0\u306e HTML \u306e\u8aac\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u30bf\u30fc\u30e0\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u30bf\u30fc\u30e0\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/wp_pattern_category"
                    }
                ]
            }
        },
        "\/wp\/v2\/wp_pattern_category\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u30bf\u30fc\u30e0\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u30bf\u30fc\u30e0\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u30bf\u30fc\u30e0\u306e HTML \u306e\u8aac\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u30bf\u30fc\u30e0\u306e HTML \u30bf\u30a4\u30c8\u30eb\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u305d\u306e\u30bf\u30a4\u30d7\u306b\u7279\u6709\u306a\u3001\u30bf\u30fc\u30e0\u306e\u82f1\u6570\u5b57\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u30bf\u30fc\u30e0\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30bf\u30fc\u30e0\u304c\u30b4\u30df\u7bb1\u6a5f\u80fd\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u306a\u3044\u305f\u3081\u3001true \u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "name",
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "registered_date",
                                "slug",
                                "include_slugs",
                                "email",
                                "url"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u3064\u4ee5\u4e0a\u306e\u7279\u5b9a\u306e\u30b9\u30e9\u30c3\u30b0\u3092\u6301\u3064\u30e6\u30fc\u30b6\u30fc\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "roles": {
                            "description": "\u5165\u529b\u3055\u308c\u305f\u3001\u5c11\u306a\u304f\u3068\u3082\u4e00\u3064\u4ee5\u4e0a\u306e\u7279\u5b9a\u306e\u6a29\u9650\u30b0\u30eb\u30fc\u30d7\u306b\u4e00\u81f4\u3059\u308b\u30e6\u30fc\u30b6\u30fc\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002csv \u30d5\u30a1\u30a4\u30eb\u306e\u30ea\u30b9\u30c8\u3001\u3042\u308b\u3044\u306f\u4e00\u3064\u306e\u6a29\u9650\u30b0\u30eb\u30fc\u30d7\u3082\u53ef\u80fd\u3067\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "capabilities": {
                            "description": "\u63d0\u4f9b\u3055\u308c\u305f\u5c11\u306a\u304f\u3068\u3082\u4e00\u3064\u4ee5\u4e0a\u306e\u7279\u5b9a\u306e\u6a29\u9650\u306b\u4e00\u81f4\u3059\u308b\u30e6\u30fc\u30b6\u30fc\u306b\u7d50\u679c\u30bb\u30c3\u30c8\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002csv \u30d5\u30a1\u30a4\u30eb\u306e\u30ea\u30b9\u30c8\u3001\u3042\u308b\u3044\u306f\u4e00\u3064\u306e\u6a29\u9650\u3082\u53ef\u80fd\u3067\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "who": {
                            "description": "\u6295\u7a3f\u8005\u3068\u307f\u306a\u3055\u308c\u308b\u30e6\u30fc\u30b6\u30fc\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3059\u308b\u3002",
                            "type": "string",
                            "enum": [
                                "authors"
                            ],
                            "required": false
                        },
                        "has_published_posts": {
                            "description": "\u6295\u7a3f\u3092\u516c\u958b\u3057\u305f\u30e6\u30fc\u30b6\u30fc\u306b\u7d50\u679c\u30bb\u30c3\u30c8\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": [
                                "boolean",
                                "array"
                            ],
                            "items": {
                                "type": "string",
                                "enum": {
                                    "post": "post",
                                    "page": "page",
                                    "attachment": "attachment",
                                    "nav_menu_item": "nav_menu_item",
                                    "wp_block": "wp_block",
                                    "wp_template": "wp_template",
                                    "wp_template_part": "wp_template_part",
                                    "wp_global_styles": "wp_global_styles",
                                    "wp_navigation": "wp_navigation",
                                    "wp_font_family": "wp_font_family",
                                    "wp_font_face": "wp_font_face",
                                    "kadence_form": "kadence_form",
                                    "kadence_navigation": "kadence_navigation",
                                    "kadence_header": "kadence_header",
                                    "kadence_custom_svg": "kadence_custom_svg",
                                    "kadence_query": "kadence_query",
                                    "kadence_query_card": "kadence_query_card",
                                    "kadence_lottie": "kadence_lottie",
                                    "kadence_vector": "kadence_vector",
                                    "kt_font": "kt_font",
                                    "kb_icon": "kb_icon"
                                }
                            },
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u691c\u7d22\u3059\u308b\u5217\u540d\u306e\u914d\u5217\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "email",
                                    "name",
                                    "id",
                                    "username",
                                    "slug"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "username": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u30ed\u30b0\u30a4\u30f3\u540d\u3002",
                            "type": "string",
                            "required": true
                        },
                        "name": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u3001\u30d6\u30ed\u30b0\u4e0a\u306e\u8868\u793a\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u59d3\u3002",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3002",
                            "type": "string",
                            "format": "email",
                            "required": true
                        },
                        "url": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e URL\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u8aac\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u30ed\u30b1\u30fc\u30eb\u3002",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "de_DE_formal",
                                "es_ES",
                                "fr_FR",
                                "it_IT",
                                "ja",
                                "nl_NL",
                                "pt_BR",
                                "sv_SE"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u30cb\u30c3\u30af\u30cd\u30fc\u30e0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u82f1\u6570\u5b57\u306e\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6a29\u9650\u30b0\u30eb\u30fc\u30d7\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u30d1\u30b9\u30ef\u30fc\u30c9 (\u542b\u307e\u308c\u308b\u3053\u3068\u306f\u3042\u308a\u307e\u305b\u3093)\u3002",
                            "type": "string",
                            "required": true
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "persisted_preferences": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "\u8a2d\u5b9a\u304c\u66f4\u65b0\u3055\u308c\u305f\u65e5\u6642\u3067\u3059\u3002",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/users"
                    }
                ]
            }
        },
        "\/wp\/v2\/users\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "username": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u30ed\u30b0\u30a4\u30f3\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u3001\u30d6\u30ed\u30b0\u4e0a\u306e\u8868\u793a\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u59d3\u3002",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3002",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "url": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e URL\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u8aac\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u30ed\u30b1\u30fc\u30eb\u3002",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "de_DE_formal",
                                "es_ES",
                                "fr_FR",
                                "it_IT",
                                "ja",
                                "nl_NL",
                                "pt_BR",
                                "sv_SE"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u30cb\u30c3\u30af\u30cd\u30fc\u30e0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u82f1\u6570\u5b57\u306e\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6a29\u9650\u30b0\u30eb\u30fc\u30d7\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u30d1\u30b9\u30ef\u30fc\u30c9 (\u542b\u307e\u308c\u308b\u3053\u3068\u306f\u3042\u308a\u307e\u305b\u3093)\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "persisted_preferences": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "\u8a2d\u5b9a\u304c\u66f4\u65b0\u3055\u308c\u305f\u65e5\u6642\u3067\u3059\u3002",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30e6\u30fc\u30b6\u30fc\u304c\u30b4\u30df\u7bb1\u6a5f\u80fd\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u306a\u3044\u305f\u3081\u3001true \u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002",
                            "required": false
                        },
                        "reassign": {
                            "type": "integer",
                            "description": "\u524a\u9664\u3059\u308b\u30e6\u30fc\u30b6\u30fc\u306e\u6295\u7a3f\u3068\u30ea\u30f3\u30af\u3092\u3001\u6307\u5b9a ID \u306e\u30e6\u30fc\u30b6\u30fc\u306b\u5272\u308a\u5f53\u3066\u307e\u3059\u3002",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users\/me": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "username": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u30ed\u30b0\u30a4\u30f3\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u3001\u30d6\u30ed\u30b0\u4e0a\u306e\u8868\u793a\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u59d3\u3002",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3002",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "url": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e URL\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u8aac\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u30ed\u30b1\u30fc\u30eb\u3002",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "de_DE_formal",
                                "es_ES",
                                "fr_FR",
                                "it_IT",
                                "ja",
                                "nl_NL",
                                "pt_BR",
                                "sv_SE"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u30cb\u30c3\u30af\u30cd\u30fc\u30e0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u82f1\u6570\u5b57\u306e\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6a29\u9650\u30b0\u30eb\u30fc\u30d7\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "\u30e6\u30fc\u30b6\u30fc\u306e\u30d1\u30b9\u30ef\u30fc\u30c9 (\u542b\u307e\u308c\u308b\u3053\u3068\u306f\u3042\u308a\u307e\u305b\u3093)\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "persisted_preferences": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "\u8a2d\u5b9a\u304c\u66f4\u65b0\u3055\u308c\u305f\u65e5\u6642\u3067\u3059\u3002",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30e6\u30fc\u30b6\u30fc\u304c\u30b4\u30df\u7bb1\u6a5f\u80fd\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u306a\u3044\u305f\u3081\u3001true \u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002",
                            "required": false
                        },
                        "reassign": {
                            "type": "integer",
                            "description": "\u524a\u9664\u3059\u308b\u30e6\u30fc\u30b6\u30fc\u306e\u6295\u7a3f\u3068\u30ea\u30f3\u30af\u3092\u3001\u6307\u5b9a ID \u306e\u30e6\u30fc\u30b6\u30fc\u306b\u5272\u308a\u5f53\u3066\u307e\u3059\u3002",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/users\/me"
                    }
                ]
            }
        },
        "\/wp\/v2\/users\/(?P<user_id>(?:[\\d]+|me))\/application-passwords": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "app_id": {
                            "description": "\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u304c\u63d0\u4f9b\u3057\u305f\u56fa\u6709\u8b58\u5225\u7528 UUID\u3002UUID v5\u3092 URL \u307e\u305f\u306f DNS \u306e\u540d\u524d\u7a7a\u9593\u3068\u5171\u306b\u4f7f\u3046\u3053\u3068\u3092\u304a\u3059\u3059\u3081\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "oneOf": [
                                {
                                    "type": "string",
                                    "format": "uuid"
                                },
                                {
                                    "type": "string",
                                    "enum": [
                                        ""
                                    ]
                                }
                            ],
                            "required": false
                        },
                        "name": {
                            "description": "\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u540d\u79f0\u3002",
                            "type": "string",
                            "minLength": 1,
                            "pattern": ".*\\S.*",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/wp\/v2\/users\/(?P<user_id>(?:[\\d]+|me))\/application-passwords\/introspect": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users\/(?P<user_id>(?:[\\d]+|me))\/application-passwords\/(?P<uuid>[\\w\\-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "app_id": {
                            "description": "\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u304c\u63d0\u4f9b\u3057\u305f\u56fa\u6709\u8b58\u5225\u7528 UUID\u3002UUID v5\u3092 URL \u307e\u305f\u306f DNS \u306e\u540d\u524d\u7a7a\u9593\u3068\u5171\u306b\u4f7f\u3046\u3053\u3068\u3092\u304a\u3059\u3059\u3081\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "oneOf": [
                                {
                                    "type": "string",
                                    "format": "uuid"
                                },
                                {
                                    "type": "string",
                                    "enum": [
                                        ""
                                    ]
                                }
                            ],
                            "required": false
                        },
                        "name": {
                            "description": "\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u540d\u79f0\u3002",
                            "type": "string",
                            "minLength": 1,
                            "pattern": ".*\\S.*",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/wp\/v2\/comments": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u5f8c\u306b\u516c\u958b\u3055\u308c\u305f\u30b3\u30e1\u30f3\u30c8\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "\u7279\u5b9a\u306e\u30e6\u30fc\u30b6\u30fc ID \u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u30b3\u30e1\u30f3\u30c8\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002\u8a8d\u8a3c\u304c\u5fc5\u8981\u3067\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\u7279\u5b9a\u306e\u30e6\u30fc\u30b6\u30fc ID \u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u30b3\u30e1\u30f3\u30c8\u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002\u8a8d\u8a3c\u304c\u5fc5\u8981\u3067\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "author_email": {
                            "default": null,
                            "description": "\u7279\u5b9a\u306e\u6295\u7a3f\u8005\u306e\u30e1\u30fc\u30eb\u304b\u3089\u306e\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002\u8a8d\u8a3c\u304c\u5fc5\u8981\u3067\u3059\u3002",
                            "format": "email",
                            "type": "string",
                            "required": false
                        },
                        "before": {
                            "description": "\u5165\u529b\u3055\u308c\u305f ISO8601 \u6e96\u62e0\u306e\u65e5\u4ed8\u3088\u308a\u524d\u306b\u516c\u958b\u3055\u308c\u305f\u30b3\u30e1\u30f3\u30c8\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u30b3\u30e1\u30f3\u30c8\u306e\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date_gmt",
                            "enum": [
                                "date",
                                "date_gmt",
                                "id",
                                "include",
                                "post",
                                "parent",
                                "type"
                            ],
                            "required": false
                        },
                        "parent": {
                            "default": [],
                            "description": "\u7279\u5b9a\u306e\u89aa ID \u306b\u5c5e\u3059\u308b\u30b3\u30e1\u30f3\u30c8\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_exclude": {
                            "default": [],
                            "description": "\u7279\u5b9a\u306e\u89aa ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "post": {
                            "default": [],
                            "description": "\u7279\u5b9a\u306e\u6295\u7a3f ID \u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u30b3\u30e1\u30f3\u30c8\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "approve",
                            "description": "\u7279\u5b9a\u306e\u30b9\u30c6\u30fc\u30bf\u30b9\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u30b3\u30e1\u30f3\u30c8\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002\u8a8d\u8a3c\u304c\u5fc5\u8981\u3067\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "comment",
                            "description": "\u7279\u5b9a\u306e\u30bf\u30a4\u30d7\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u30b3\u30e1\u30f3\u30c8\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002\u8a8d\u8a3c\u304c\u5fc5\u8981\u3067\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u4fdd\u8b77\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306e\u6295\u7a3f\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "author": {
                            "description": "\u6295\u7a3f\u8005\u304c\u30e6\u30fc\u30b6\u30fc\u3060\u3063\u305f\u5834\u5408\u306e\u3001\u30e6\u30fc\u30b6\u30fc\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "author_email": {
                            "description": "\u30b3\u30e1\u30f3\u30c8\u6295\u7a3f\u8005\u306e\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3002",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "author_ip": {
                            "description": "\u30b3\u30e1\u30f3\u30c8\u6295\u7a3f\u8005\u306e IP \u30a2\u30c9\u30ec\u30b9\u3002",
                            "type": "string",
                            "format": "ip",
                            "required": false
                        },
                        "author_name": {
                            "description": "\u30b3\u30e1\u30f3\u30c8\u4f5c\u6210\u8005\u306e\u540d\u524d\u3092\u8868\u793a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "author_url": {
                            "description": "\u30b3\u30e1\u30f3\u30c8\u6295\u7a3f\u8005\u306e URL\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "author_user_agent": {
                            "description": "\u30b3\u30e1\u30f3\u30c8\u6295\u7a3f\u8005\u306e\u30e6\u30fc\u30b6\u30fc\u30a8\u30fc\u30b8\u30a7\u30f3\u30c8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "\u30b3\u30e1\u30f3\u30c8\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u30b3\u30e1\u30f3\u30c8\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u30b3\u30e1\u30f3\u30c8\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "date": {
                            "description": "\u30b3\u30e1\u30f3\u30c8\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u30b3\u30e1\u30f3\u30c8\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "parent": {
                            "default": 0,
                            "description": "\u89aa\u30b3\u30e1\u30f3\u30c8\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "default": 0,
                            "description": "\u95a2\u9023\u6295\u7a3f\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "\u30b3\u30e1\u30f3\u30c8\u306e\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "_wp_note_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "\u30ce\u30fc\u30c8\u306e\u89e3\u6c7a\u306e\u72b6\u6cc1",
                                    "default": "",
                                    "enum": [
                                        "resolved",
                                        "reopen"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/comments"
                    }
                ]
            }
        },
        "\/wp\/v2\/comments\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u30b3\u30e1\u30f3\u30c8\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30e1\u30f3\u30c8\u306e\u89aa\u6295\u7a3f\u306e\u30d1\u30b9\u30ef\u30fc\u30c9 (\u6295\u7a3f\u304c\u30d1\u30b9\u30ef\u30fc\u30c9\u4fdd\u8b77\u3055\u308c\u3066\u3044\u308b\u5834\u5408)\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u30b3\u30e1\u30f3\u30c8\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "author": {
                            "description": "\u6295\u7a3f\u8005\u304c\u30e6\u30fc\u30b6\u30fc\u3060\u3063\u305f\u5834\u5408\u306e\u3001\u30e6\u30fc\u30b6\u30fc\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "author_email": {
                            "description": "\u30b3\u30e1\u30f3\u30c8\u6295\u7a3f\u8005\u306e\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3002",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "author_ip": {
                            "description": "\u30b3\u30e1\u30f3\u30c8\u6295\u7a3f\u8005\u306e IP \u30a2\u30c9\u30ec\u30b9\u3002",
                            "type": "string",
                            "format": "ip",
                            "required": false
                        },
                        "author_name": {
                            "description": "\u30b3\u30e1\u30f3\u30c8\u4f5c\u6210\u8005\u306e\u540d\u524d\u3092\u8868\u793a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "author_url": {
                            "description": "\u30b3\u30e1\u30f3\u30c8\u6295\u7a3f\u8005\u306e URL\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "author_user_agent": {
                            "description": "\u30b3\u30e1\u30f3\u30c8\u6295\u7a3f\u8005\u306e\u30e6\u30fc\u30b6\u30fc\u30a8\u30fc\u30b8\u30a7\u30f3\u30c8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "\u30b3\u30e1\u30f3\u30c8\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b58\u5728\u3059\u308b\u5f62\u614b\u306e\u3001\u30b3\u30e1\u30f3\u30c8\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8868\u793a\u7528\u306b\u5909\u63db\u3055\u308c\u305f\u3001\u30b3\u30e1\u30f3\u30c8\u306e HTML \u30b3\u30f3\u30c6\u30f3\u30c4\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "date": {
                            "description": "\u30b3\u30e1\u30f3\u30c8\u306e\u516c\u958b\u65e5 (\u30b5\u30a4\u30c8\u306e\u30bf\u30a4\u30e0\u30be\u30fc\u30f3)\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u30b3\u30e1\u30f3\u30c8\u306e\u516c\u958b\u65e5 (GMT)\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "parent": {
                            "description": "\u89aa\u30b3\u30e1\u30f3\u30c8\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "\u95a2\u9023\u6295\u7a3f\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "\u30b3\u30e1\u30f3\u30c8\u306e\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u30e1\u30bf\u30d5\u30a3\u30fc\u30eb\u30c9\u3002",
                            "type": "object",
                            "properties": {
                                "_wp_note_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "\u30ce\u30fc\u30c8\u306e\u89e3\u6c7a\u306e\u72b6\u6cc1",
                                    "default": "",
                                    "enum": [
                                        "resolved",
                                        "reopen"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u30b3\u30e1\u30f3\u30c8\u306e\u4e00\u610f\u8b58\u5225\u5b50\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u30b4\u30df\u7bb1\u306b\u5165\u308c\u305a\u306b\u5f37\u5236\u7684\u306b\u524a\u9664\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "required": false
                        },
                        "password": {
                            "description": "\u30b3\u30e1\u30f3\u30c8\u306e\u89aa\u6295\u7a3f\u306e\u30d1\u30b9\u30ef\u30fc\u30c9 (\u6295\u7a3f\u304c\u30d1\u30b9\u30ef\u30fc\u30c9\u4fdd\u8b77\u3055\u308c\u3066\u3044\u308b\u5834\u5408)\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/search": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "post",
                            "description": "\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30bf\u30a4\u30d7\u306e\u30a2\u30a4\u30c6\u30e0\u306e\u7d50\u679c\u3092\u5236\u9650\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "post",
                                "term",
                                "post-format"
                            ],
                            "required": false
                        },
                        "subtype": {
                            "default": "any",
                            "description": "1\u3064\u4ee5\u4e0a\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30b5\u30d6\u30bf\u30a4\u30d7\u306e\u30a2\u30a4\u30c6\u30e0\u306e\u7d50\u679c\u3092\u5236\u9650\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post",
                                    "page",
                                    "category",
                                    "post_tag",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude": {
                            "description": "\u7279\u5b9a\u306e ID \u3092\u7d50\u679c\u304b\u3089\u9664\u5916\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u7279\u5b9a\u306e ID \u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/search"
                    }
                ]
            }
        },
        "\/wp\/v2\/block-renderer\/(?P<name>[a-z0-9-]+\/[a-z0-9-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "\u30d6\u30ed\u30c3\u30af\u306e\u30e6\u30cb\u30fc\u30af\u306a\u767b\u9332\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "\u30d6\u30ed\u30c3\u30af\u306e\u5c5e\u6027\u3002",
                            "type": "object",
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "\u6295\u7a3f\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8\u306e ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "namespace": {
                            "description": "\u30d6\u30ed\u30c3\u30af\u540d\u524d\u7a7a\u9593\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/block-types"
                    }
                ]
            }
        },
        "\/wp\/v2\/block-types\/(?P<namespace>[a-zA-Z0-9_-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "namespace": {
                            "description": "\u30d6\u30ed\u30c3\u30af\u540d\u524d\u7a7a\u9593\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-types\/(?P<namespace>[a-zA-Z0-9_-]+)\/(?P<name>[a-zA-Z0-9_-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "name": {
                            "description": "\u30d6\u30ed\u30c3\u30af\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "namespace": {
                            "description": "\u30d6\u30ed\u30c3\u30af\u540d\u524d\u7a7a\u9593\u3002",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/settings": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "kadence_site_assist_tasks": {
                            "title": "",
                            "description": "Site Assist Tasks",
                            "type": "object",
                            "properties": {
                                "language": {
                                    "type": "boolean",
                                    "description": "The current status of the language tasks."
                                },
                                "logo": {
                                    "type": "boolean",
                                    "description": "The current status of the logo tasks."
                                },
                                "timezone": {
                                    "type": "boolean",
                                    "description": "The current status of the timezone tasks."
                                },
                                "colors": {
                                    "type": "boolean",
                                    "description": "The current status of the color tasks."
                                },
                                "header": {
                                    "type": "boolean",
                                    "description": "The current status of the header tasks."
                                },
                                "footer": {
                                    "type": "boolean",
                                    "description": "The current status of the footer tasks."
                                },
                                "typography": {
                                    "type": "boolean",
                                    "description": "The current status of the typography tasks."
                                },
                                "buttons": {
                                    "type": "boolean",
                                    "description": "The current status of the button tasks."
                                },
                                "posts": {
                                    "type": "boolean",
                                    "description": "The current status of the post tasks."
                                },
                                "archive": {
                                    "type": "boolean",
                                    "description": "The current status of the archive tasks."
                                },
                                "email-test": {
                                    "type": "boolean",
                                    "description": "The current status of the email test tasks."
                                }
                            },
                            "additionalProperties": false,
                            "required": false
                        },
                        "kadence_blocks_config_blocks": {
                            "title": "",
                            "description": "Config Kadence Block Defaults",
                            "type": "string",
                            "required": false
                        },
                        "kadence_blocks_settings_blocks": {
                            "title": "",
                            "description": "Config Kadence Block visibility settings",
                            "type": "string",
                            "required": false
                        },
                        "kadence_blocks_settings": {
                            "title": "",
                            "description": "Config Kadence Block Settings",
                            "type": "string",
                            "required": false
                        },
                        "kadence_blocks_prophecy": {
                            "title": "",
                            "description": "Config Kadence Block Prophecy AI",
                            "type": "string",
                            "required": false
                        },
                        "kadence_blocks_colors": {
                            "title": "",
                            "description": "Config Kadence Blocks Color Palette",
                            "type": "string",
                            "required": false
                        },
                        "kadence_blocks_global": {
                            "title": "",
                            "description": "Config Kadence Blocks Global Settings",
                            "type": "string",
                            "required": false
                        },
                        "kadence_blocks_recaptcha_site_key": {
                            "title": "",
                            "description": "Google reCaptcha Site Key",
                            "type": "string",
                            "required": false
                        },
                        "kadence_blocks_recaptcha_secret_key": {
                            "title": "",
                            "description": "Google reCaptcha Secret Key",
                            "type": "string",
                            "required": false
                        },
                        "kadence_blocks_recaptcha_language": {
                            "title": "",
                            "description": "Google reCaptcha Language",
                            "type": "string",
                            "required": false
                        },
                        "kadence_blocks_turnstile_site_key": {
                            "title": "",
                            "description": "Cloudflare Turnstile Site Key",
                            "type": "string",
                            "required": false
                        },
                        "kadence_blocks_turnstile_secret_key": {
                            "title": "",
                            "description": "Cloudflare Turnstile Secret Key",
                            "type": "string",
                            "required": false
                        },
                        "kadence_blocks_hcaptcha_site_key": {
                            "title": "",
                            "description": "hCaptcha Turnstile Site Key",
                            "type": "string",
                            "required": false
                        },
                        "kadence_blocks_hcaptcha_secret_key": {
                            "title": "",
                            "description": "hCaptcha Secret Key",
                            "type": "string",
                            "required": false
                        },
                        "kadence_blocks_mailerlite_api": {
                            "title": "",
                            "description": "MailerLite API Key",
                            "type": "string",
                            "required": false
                        },
                        "kadence_blocks_google_maps_api": {
                            "title": "",
                            "description": "Google Maps API Key",
                            "type": "string",
                            "required": false
                        },
                        "kadence_blocks_cloud": {
                            "title": "",
                            "description": "Config Kadence Blocks Cloud",
                            "type": "string",
                            "required": false
                        },
                        "kadence_blocks_header_notice_dismissed": {
                            "title": "",
                            "description": "Is Kadence header notice dismissed",
                            "type": "boolean",
                            "required": false
                        },
                        "kadence_blocks_wire_subscribe": {
                            "title": "",
                            "description": "Subscribe to Wireframe library",
                            "type": "boolean",
                            "required": false
                        },
                        "kadence_blocks_convertkit_api": {
                            "title": "",
                            "description": "ConvertKit API Key",
                            "type": "string",
                            "required": false
                        },
                        "kadence_blocks_activecampaign_api_key": {
                            "title": "",
                            "description": "ActiveCampaign API Key",
                            "type": "string",
                            "required": false
                        },
                        "kadence_blocks_activecampaign_api_base": {
                            "title": "",
                            "description": "ActiveCampaign API Base",
                            "type": "string",
                            "required": false
                        },
                        "kadence_blocks_header_popover_tutorial_complete": {
                            "title": "",
                            "description": "Mark the Header popover tutorial Complete",
                            "type": "boolean",
                            "required": false
                        },
                        "kadence_blocks_send_in_blue_api": {
                            "title": "",
                            "description": "Send in Blue V3 API Key",
                            "type": "string",
                            "required": false
                        },
                        "kadence_blocks_mail_chimp_api": {
                            "title": "",
                            "description": "Mail Chimp API Key",
                            "type": "string",
                            "required": false
                        },
                        "kadence_blocks_getresponse_api_key": {
                            "title": "",
                            "description": "GetResponse API Key",
                            "type": "string",
                            "required": false
                        },
                        "kadence_blocks_getresponse_api_endpoint": {
                            "title": "",
                            "description": "GetResponse API endpoint",
                            "type": "string",
                            "required": false
                        },
                        "kadence_theme_config": {
                            "title": "",
                            "description": "Kadence \u306e\u30e2\u30b8\u30e5\u30fc\u30eb\u3092\u8a2d\u5b9a",
                            "type": "string",
                            "required": false
                        },
                        "kadence_pro_theme_config": {
                            "title": "",
                            "description": "Config Kadence Pro Modules",
                            "type": "string",
                            "required": false
                        },
                        "kadence_starter_templates_config": {
                            "title": "",
                            "description": "Config Kadence Starter Templates",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "title": "\u30bf\u30a4\u30c8\u30eb",
                            "description": "\u30b5\u30a4\u30c8\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "title": "\u30ad\u30e3\u30c3\u30c1\u30d5\u30ec\u30fc\u30ba",
                            "description": "\u30b5\u30a4\u30c8\u306e\u30ad\u30e3\u30c3\u30c1\u30d5\u30ec\u30fc\u30ba\u3002",
                            "type": "string",
                            "required": false
                        },
                        "url": {
                            "title": "",
                            "description": "\u30b5\u30a4\u30c8 URL\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "email": {
                            "title": "",
                            "description": "\u3053\u306e\u30a2\u30c9\u30ec\u30b9\u306f\u65b0\u898f\u30e6\u30fc\u30b6\u30fc\u306e\u901a\u77e5\u306a\u3069\u30b5\u30a4\u30c8\u7ba1\u7406\u306e\u305f\u3081\u306b\u4f7f\u308f\u308c\u307e\u3059\u3002",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "timezone": {
                            "title": "",
                            "description": "\u73fe\u5728\u5730\u3068\u540c\u3058\u30bf\u30a4\u30e0\u30be\u30fc\u30f3\u306e\u90fd\u5e02\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_format": {
                            "title": "",
                            "description": "\u65e5\u4ed8\u6587\u5b57\u5217\u306e\u66f8\u5f0f\u3002",
                            "type": "string",
                            "required": false
                        },
                        "time_format": {
                            "title": "",
                            "description": "\u6642\u523b\u6587\u5b57\u5217\u306e\u66f8\u5f0f\u3002",
                            "type": "string",
                            "required": false
                        },
                        "start_of_week": {
                            "title": "",
                            "description": "\u9031\u306e\u59cb\u307e\u308a\u306e\u66dc\u65e5\u756a\u53f7\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "language": {
                            "title": "",
                            "description": "WordPress \u306e\u30ed\u30b1\u30fc\u30eb\u30b3\u30fc\u30c9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "use_smilies": {
                            "title": "",
                            "description": ":-) \u3084 :-P \u306a\u3069\u306e\u9854\u6587\u5b57\u3092\u7d75\u6587\u5b57\u306b\u5909\u63db\u3057\u307e\u3059\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "default_category": {
                            "title": "",
                            "description": "\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u6295\u7a3f\u30ab\u30c6\u30b4\u30ea\u30fc\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "default_post_format": {
                            "title": "",
                            "description": "\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u6295\u7a3f\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "posts_per_page": {
                            "title": "\u30da\u30fc\u30b8\u3054\u3068\u306e\u6700\u5927\u6295\u7a3f\u6570",
                            "description": "\u8868\u793a\u3059\u308b\u6700\u5927\u6295\u7a3f\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "show_on_front": {
                            "title": "\u30d5\u30ed\u30f3\u30c8\u30da\u30fc\u30b8\u3067\u306e\u8868\u793a",
                            "description": "\u30d5\u30ed\u30f3\u30c8\u30da\u30fc\u30b8\u306b\u8868\u793a\u3059\u308b\u5185\u5bb9",
                            "type": "string",
                            "required": false
                        },
                        "page_on_front": {
                            "title": "\u30d5\u30ed\u30f3\u30c8\u30da\u30fc\u30b8\u306e\u30da\u30fc\u30b8",
                            "description": "\u30d5\u30ed\u30f3\u30c8\u30da\u30fc\u30b8\u306b\u8868\u793a\u3059\u308b\u30da\u30fc\u30b8\u306e ID",
                            "type": "integer",
                            "required": false
                        },
                        "page_for_posts": {
                            "title": "",
                            "description": "\u6700\u65b0\u306e\u6295\u7a3f\u3092\u8868\u793a\u3059\u308b\u30da\u30fc\u30b8\u306e ID",
                            "type": "integer",
                            "required": false
                        },
                        "default_ping_status": {
                            "title": "",
                            "description": "\u65b0\u3057\u3044\u8a18\u4e8b\u306b\u5bfe\u3057\u4ed6\u306e\u30d6\u30ed\u30b0\u304b\u3089\u306e\u901a\u77e5 (\u30d4\u30f3\u30d0\u30c3\u30af\u30fb\u30c8\u30e9\u30c3\u30af\u30d0\u30c3\u30af) \u3092\u53d7\u3051\u4ed8\u3051\u308b\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "default_comment_status": {
                            "title": "\u65b0\u898f\u6295\u7a3f\u3078\u306e\u30b3\u30e1\u30f3\u30c8\u3092\u8a31\u53ef\u3059\u308b",
                            "description": "\u65b0\u3057\u3044\u6295\u7a3f\u3078\u306e\u30b3\u30e1\u30f3\u30c8\u3092\u8a31\u53ef\u3059\u308b\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "site_logo": {
                            "title": "\u30ed\u30b4",
                            "description": "\u30b5\u30a4\u30c8\u30ed\u30b4\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "site_icon": {
                            "title": "\u30a2\u30a4\u30b3\u30f3",
                            "description": "\u30b5\u30a4\u30c8\u30a2\u30a4\u30b3\u30f3\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/settings"
                    }
                ]
            }
        },
        "\/wp\/v2\/themes": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "status": {
                            "description": "1\u3064\u4ee5\u4e0a\u306e\u30b9\u30c6\u30fc\u30bf\u30b9\u304c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u30c6\u30fc\u30de\u306b\u7d50\u679c\u30bb\u30c3\u30c8\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "active",
                                    "inactive"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/themes"
                    }
                ]
            }
        },
        "\/wp\/v2\/themes\/(?P<stylesheet>[^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "stylesheet": {
                            "description": "\u30c6\u30fc\u30de\u306e\u30b9\u30bf\u30a4\u30eb\u30b7\u30fc\u30c8\u3002\u30c6\u30fc\u30de\u3092\u4e00\u610f\u306b\u8b58\u5225\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/plugins": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6307\u5b9a\u3057\u305f\u30b9\u30c6\u30fc\u30bf\u30b9\u306b\u4e00\u81f4\u3059\u308b\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u307f\u306b\u7d50\u679c\u3092\u5236\u9650\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "inactive",
                                    "active"
                                ]
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "WordPress.org \u30d7\u30e9\u30b0\u30a4\u30f3\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306e\u30b9\u30e9\u30c3\u30b0\u3002",
                            "pattern": "[\\w\\-]+",
                            "required": true
                        },
                        "status": {
                            "description": "\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u6709\u52b9\u5316\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "inactive",
                                "active"
                            ],
                            "default": "inactive",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/plugins"
                    }
                ]
            }
        },
        "\/wp\/v2\/plugins\/(?P<plugin>[^.\\\/]+(?:\\\/[^.\\\/]+)?)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        },
                        "status": {
                            "description": "\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u6709\u52b9\u5316\u30b9\u30c6\u30fc\u30bf\u30b9\u3002",
                            "type": "string",
                            "enum": [
                                "inactive",
                                "active"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sidebars": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/sidebars"
                    }
                ]
            }
        },
        "\/wp\/v2\/sidebars\/(?P<id>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u767b\u9332\u3055\u308c\u305f\u30b5\u30a4\u30c9\u30d0\u30fc\u306e ID",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "widgets": {
                            "description": "\u30cd\u30b9\u30c8\u3057\u305f\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u3002",
                            "type": "array",
                            "items": {
                                "type": [
                                    "object",
                                    "string"
                                ]
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widget-types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/widget-types"
                    }
                ]
            }
        },
        "\/wp\/v2\/widget-types\/(?P<id>[a-zA-Z0-9_-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u30bf\u30a4\u30d7 ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widget-types\/(?P<id>[a-zA-Z0-9_-]+)\/encode": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u30bf\u30a4\u30d7 ID\u3002",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u306e\u73fe\u5728\u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u8a2d\u5b9a\u3002",
                            "type": "object",
                            "required": false
                        },
                        "form_data": {
                            "description": "\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u8a2d\u5b9a\u306b\u30a8\u30f3\u30b3\u30fc\u30c9\u3055\u308c\u308b\u30b7\u30ea\u30a2\u30eb\u5316\u3055\u308c\u305f\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u306e\u30d5\u30a9\u30fc\u30e0\u30c7\u30fc\u30bf\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widget-types\/(?P<id>[a-zA-Z0-9_-]+)\/render": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u30bf\u30a4\u30d7 ID\u3002",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u306e\u73fe\u5728\u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u8a2d\u5b9a\u3002",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widgets": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "sidebar": {
                            "description": "\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u3092\u623b\u3059\u305f\u3081\u306e\u30b5\u30a4\u30c9\u30d0\u30fc\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "id_base": {
                            "description": "\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u306e\u30bf\u30a4\u30d7\u3002widget-types \u30a8\u30f3\u30c9\u30dd\u30a4\u30f3\u30c8\u306e ID \u3068\u5bfe\u5fdc\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sidebar": {
                            "default": "wp_inactive_widgets",
                            "description": "\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u304c\u5c5e\u3059\u308b\u30b5\u30a4\u30c9\u30d0\u30fc\u3002",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u308b\u5834\u5408\u3001\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u8a2d\u5b9a\u3002",
                            "type": "object",
                            "properties": {
                                "encoded": {
                                    "description": "\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u8a2d\u5b9a\u306e Base64 \u30a8\u30f3\u30b3\u30fc\u30c9\u8868\u73fe\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "hash": {
                                    "description": "\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u8a2d\u5b9a\u306e\u6697\u53f7\u5316\u30cf\u30c3\u30b7\u30e5\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "raw": {
                                    "description": "\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u308b\u5834\u5408\u3001\u30c7\u30b3\u30fc\u30c9\u3057\u305f\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u8a2d\u5b9a\u3002",
                                    "type": "object",
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "form_data": {
                            "description": "\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u7ba1\u7406\u30d5\u30a9\u30fc\u30e0\u304b\u3089 URL \u30a8\u30f3\u30b3\u30fc\u30c9\u3057\u305f\u30d5\u30a9\u30fc\u30e0\u30c7\u30fc\u30bf\u3002\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u306a\u3044\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u306e\u66f4\u65b0\u306b\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002\u66f8\u304d\u8fbc\u307f\u306e\u307f\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/widgets"
                    }
                ]
            }
        },
        "\/wp\/v2\/widgets\/(?P<id>[\\w\\-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u306e\u56fa\u6709\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "id_base": {
                            "description": "\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u306e\u30bf\u30a4\u30d7\u3002widget-types \u30a8\u30f3\u30c9\u30dd\u30a4\u30f3\u30c8\u306e ID \u3068\u5bfe\u5fdc\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sidebar": {
                            "description": "\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u304c\u5c5e\u3059\u308b\u30b5\u30a4\u30c9\u30d0\u30fc\u3002",
                            "type": "string",
                            "required": false
                        },
                        "instance": {
                            "description": "\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u308b\u5834\u5408\u3001\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u8a2d\u5b9a\u3002",
                            "type": "object",
                            "properties": {
                                "encoded": {
                                    "description": "\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u8a2d\u5b9a\u306e Base64 \u30a8\u30f3\u30b3\u30fc\u30c9\u8868\u73fe\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "hash": {
                                    "description": "\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u8a2d\u5b9a\u306e\u6697\u53f7\u5316\u30cf\u30c3\u30b7\u30e5\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "raw": {
                                    "description": "\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u308b\u5834\u5408\u3001\u30c7\u30b3\u30fc\u30c9\u3057\u305f\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u8a2d\u5b9a\u3002",
                                    "type": "object",
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "form_data": {
                            "description": "\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u7ba1\u7406\u30d5\u30a9\u30fc\u30e0\u304b\u3089 URL \u30a8\u30f3\u30b3\u30fc\u30c9\u3057\u305f\u30d5\u30a9\u30fc\u30e0\u30c7\u30fc\u30bf\u3002\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u306a\u3044\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u306e\u66f4\u65b0\u306b\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002\u66f8\u304d\u8fbc\u307f\u306e\u307f\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "force": {
                            "description": "\u5f37\u5236\u7684\u306b\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u3092\u524a\u9664\u3059\u308b\u304b\u3001\u7121\u52b9\u5316\u30b5\u30a4\u30c9\u30d0\u30fc\u306b\u79fb\u52d5\u3059\u308b\u304b\u3069\u3046\u304b\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-directory\/search": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "term": {
                            "description": "\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306b\u4e00\u81f4\u3059\u308b\u30d6\u30ed\u30c3\u30af\u306e\u307f\u306b\u7d50\u679c\u30bb\u30c3\u30c8\u3092\u5236\u9650\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "minLength": 1,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/block-directory\/search"
                    }
                ]
            }
        },
        "\/wp\/v2\/pattern-directory\/patterns": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 100,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6587\u5b57\u5217\u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "minLength": 1,
                            "required": false
                        },
                        "category": {
                            "description": "\u30ab\u30c6\u30b4\u30ea\u30fc ID \u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "keyword": {
                            "description": "\u30ad\u30fc\u30ef\u30fc\u30c9 ID \u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "slug": {
                            "description": "\u30d1\u30bf\u30fc\u30f3 (\u30b9\u30e9\u30c3\u30b0) \u306b\u4e00\u81f4\u3059\u308b\u3082\u306e\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "array",
                            "required": false
                        },
                        "offset": {
                            "description": "\u7279\u5b9a\u306e\u9805\u76ee\u6570\u3067\u7d50\u679c\u3092\u30aa\u30d5\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u5c5e\u6027\u3067\u6607\u9806\u307e\u305f\u306f\u964d\u9806\u306b\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6295\u7a3f\u306e\u5c5e\u6027\u3067\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u4e26\u3079\u66ff\u3048\u307e\u3059\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "favorite_count"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/pattern-directory\/patterns"
                    }
                ]
            }
        },
        "\/wp\/v2\/block-patterns\/patterns": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/block-patterns\/patterns"
                    }
                ]
            }
        },
        "\/wp\/v2\/block-patterns\/categories": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/block-patterns\/categories"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wp-site-health\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp-site-health\/v1"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/background-updates": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp-site-health\/v1\/tests\/background-updates"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/loopback-requests": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp-site-health\/v1\/tests\/loopback-requests"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/https-status": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp-site-health\/v1\/tests\/https-status"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/dotorg-communication": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp-site-health\/v1\/tests\/dotorg-communication"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/authorization-header": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp-site-health\/v1\/tests\/authorization-header"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/directory-sizes": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp-site-health\/v1\/directory-sizes"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/page-cache": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp-site-health\/v1\/tests\/page-cache"
                    }
                ]
            }
        },
        "\/wp-block-editor\/v1": {
            "namespace": "wp-block-editor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wp-block-editor\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp-block-editor\/v1"
                    }
                ]
            }
        },
        "\/wp-block-editor\/v1\/url-details": {
            "namespace": "wp-block-editor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "\u51e6\u7406\u3059\u308b URL\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp-block-editor\/v1\/url-details"
                    }
                ]
            }
        },
        "\/wp\/v2\/menu-locations": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/menu-locations"
                    }
                ]
            }
        },
        "\/wp\/v2\/menu-locations\/(?P<location>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "location": {
                            "description": "\u30e1\u30cb\u30e5\u30fc\u4f4d\u7f6e\u306e\u82f1\u6570\u5b57\u306e\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp-block-editor\/v1\/export": {
            "namespace": "wp-block-editor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp-block-editor\/v1\/export"
                    }
                ]
            }
        },
        "\/wp-block-editor\/v1\/navigation-fallback": {
            "namespace": "wp-block-editor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp-block-editor\/v1\/navigation-fallback"
                    }
                ]
            }
        },
        "\/wp\/v2\/font-collections": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/font-collections"
                    }
                ]
            }
        },
        "\/wp\/v2\/font-collections\/(?P<slug>[\\\/\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp-abilities\/v1": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wp-abilities\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp-abilities\/v1"
                    }
                ]
            }
        },
        "\/wp-abilities\/v1\/categories": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 50,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp-abilities\/v1\/categories"
                    }
                ]
            }
        },
        "\/wp-abilities\/v1\/categories\/(?P<slug>[a-z0-9]+(?:-[a-z0-9]+)*)": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "\u30a2\u30d3\u30ea\u30c6\u30a3\u30ab\u30c6\u30b4\u30ea\u30fc\u306e\u4e00\u610f\u306e\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "pattern": "^[a-z0-9]+(?:-[a-z0-9]+)*$",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp-abilities\/v1\/abilities\/(?P<name>[a-zA-Z0-9\\-\\\/]+?)\/run": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST",
                        "PUT",
                        "PATCH",
                        "DELETE"
                    ],
                    "args": {
                        "name": {
                            "description": "\u30a2\u30d3\u30ea\u30c6\u30a3\u306e\u4e00\u610f\u306e\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "pattern": "^[a-zA-Z0-9\\-\\\/]+$",
                            "required": false
                        },
                        "input": {
                            "description": "\u30a2\u30d3\u30ea\u30c6\u30a3\u5b9f\u884c\u306e\u5165\u529b\u30d1\u30e9\u30e1\u30fc\u30bf\u3002",
                            "type": [
                                "integer",
                                "number",
                                "boolean",
                                "string",
                                "array",
                                "object",
                                "null"
                            ],
                            "default": null,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp-abilities\/v1\/abilities": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u3053\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30b3\u30fc\u30d7\u3002\u30ec\u30b9\u30dd\u30f3\u30b9\u306b\u542b\u307e\u308c\u308b\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u30b9\u30b3\u30fc\u30d7\u306b\u3088\u308a\u7570\u306a\u308a\u307e\u3059\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u306e\u73fe\u5728\u306e\u30da\u30fc\u30b8\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7d50\u679c\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u9805\u76ee\u306e\u6700\u5927\u6570\u3002",
                            "type": "integer",
                            "default": 50,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "category": {
                            "description": "\u7279\u5b9a\u306e\u30a2\u30d3\u30ea\u30c6\u30a3\u30ab\u30c6\u30b4\u30ea\u30fc\u306e\u30a2\u30d3\u30ea\u30c6\u30a3\u306b\u7d50\u679c\u3092\u9650\u5b9a\u3057\u307e\u3059\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp-abilities\/v1\/abilities"
                    }
                ]
            }
        },
        "\/wp-abilities\/v1\/abilities\/(?P<name>[a-zA-Z0-9\\-\\\/]+)": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "name": {
                            "description": "\u30a2\u30d3\u30ea\u30c6\u30a3\u306e\u4e00\u610f\u306e\u8b58\u5225\u5b50\u3002",
                            "type": "string",
                            "pattern": "^[a-zA-Z0-9\\-\\\/]+$",
                            "required": false
                        }
                    }
                }
            ]
        }
    },
    "site_logo": 53,
    "site_icon": 58,
    "site_icon_url": "https:\/\/pneumasolutions.com\/wp-content\/uploads\/2024\/10\/cropped-pneumasolutions_smlogo.jpg",
    "_links": {
        "help": [
            {
                "href": "https:\/\/developer.wordpress.org\/rest-api\/"
            }
        ],
        "wp:featuredmedia": [
            {
                "embeddable": true,
                "type": "site_logo",
                "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/media\/53"
            },
            {
                "embeddable": true,
                "type": "site_icon",
                "href": "https:\/\/pneumasolutions.com\/ja\/wp-json\/wp\/v2\/media\/58"
            }
        ],
        "curies": [
            {
                "name": "wp",
                "href": "https:\/\/api.w.org\/{rel}",
                "templated": true
            }
        ]
    }
}