{
    "name": "Radentscheid Heidelberg, ein Projekt von Fahrrad &amp; Familie e.V.",
    "description": "Gemeinsam f\u00fcr die Mobilit\u00e4tswende",
    "url": "https:\/\/radentscheid-heidelberg.de",
    "home": "https:\/\/radentscheid-heidelberg.de\/en",
    "gmt_offset": 2,
    "timezone_string": "Europe\/Berlin",
    "page_for_posts": 0,
    "page_on_front": 5,
    "show_on_front": "page",
    "namespaces": [
        "oembed\/1.0",
        "aioseo\/v1",
        "categoryPosts",
        "contact-form-7\/v1",
        "events-manager\/v1",
        "mailin\/v1",
        "podlove\/v1",
        "podlove\/v2",
        "podlove-web-player\/5.9.2",
        "podlove-web-player\/shortcode",
        "podlove-web-player",
        "redirection\/v1",
        "stackable\/v3",
        "stackable\/v2",
        "ultp",
        "ultp\/v1",
        "ultp\/v2",
        "ultp\/v3",
        "userway\/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",
        "complianz\/v1",
        "duplicate-post\/v1",
        "kaliforms\/v1",
        "wp-statistics\/v2",
        "wprps-post-slider\/v1",
        "llar\/v1",
        "wp\/v2",
        "wp-site-health\/v1",
        "wp-block-editor\/v1",
        "wp-abilities\/v1"
    ],
    "authentication": {
        "application-passwords": {
            "endpoints": {
                "authorization": "https:\/\/radentscheid-heidelberg.de\/wp-admin\/authorize-application.php"
            }
        }
    },
    "routes": {
        "\/": {
            "namespace": "",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/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:\/\/radentscheid-heidelberg.de\/en\/wp-json\/batch\/v1"
                    }
                ]
            }
        },
        "\/oembed\/1.0": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "oembed\/1.0",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/oembed\/1.0"
                    }
                ]
            }
        },
        "\/oembed\/1.0\/embed": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "The URL of the resource for which to fetch oEmbed data.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "format": {
                            "default": "json",
                            "required": false
                        },
                        "maxwidth": {
                            "default": 600,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/oembed\/1.0\/embed"
                    }
                ]
            }
        },
        "\/oembed\/1.0\/proxy": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "The URL of the resource for which to fetch oEmbed data.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "format": {
                            "description": "The oEmbed format to use.",
                            "type": "string",
                            "default": "json",
                            "enum": [
                                "json",
                                "xml"
                            ],
                            "required": false
                        },
                        "maxwidth": {
                            "description": "The maximum width of the embed frame in pixels.",
                            "type": "integer",
                            "default": 600,
                            "required": false
                        },
                        "maxheight": {
                            "description": "The maximum height of the embed frame in pixels.",
                            "type": "integer",
                            "required": false
                        },
                        "discover": {
                            "description": "Whether to perform an oEmbed discovery request for unsanctioned providers.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/oembed\/1.0\/proxy"
                    }
                ]
            }
        },
        "\/aioseo\/v1": {
            "namespace": "aioseo\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "aioseo\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/options": {
            "namespace": "aioseo\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/options"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/ping": {
            "namespace": "aioseo\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/ping"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/post": {
            "namespace": "aioseo\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/post"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/post\/(?P<postId>[\\d]+)\/first-attached-image": {
            "namespace": "aioseo\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/aioseo\/v1\/user\/(?P<userId>[\\d]+)\/image": {
            "namespace": "aioseo\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/aioseo\/v1\/tags": {
            "namespace": "aioseo\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/tags"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/search-statistics\/url\/auth": {
            "namespace": "aioseo\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/search-statistics\/url\/auth"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/search-statistics\/url\/reauth": {
            "namespace": "aioseo\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/search-statistics\/url\/reauth"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/writing-assistant\/keyword\/(?P<postId>[\\d]+)": {
            "namespace": "aioseo\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/aioseo\/v1\/writing-assistant\/user-info": {
            "namespace": "aioseo\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/writing-assistant\/user-info"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/writing-assistant\/user-options": {
            "namespace": "aioseo\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/writing-assistant\/user-options"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/writing-assistant\/report-history": {
            "namespace": "aioseo\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/writing-assistant\/report-history"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/seo-analysis\/competitors": {
            "namespace": "aioseo\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/seo-analysis\/competitors"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/ai\/image-generator": {
            "namespace": "aioseo\/v1",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/ai\/image-generator"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/ai\/insights\/reports": {
            "namespace": "aioseo\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/ai\/insights\/reports"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/ai\/insights\/reports\/(?P<uuid>[a-zA-Z0-9-]+)": {
            "namespace": "aioseo\/v1",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/aioseo\/v1\/seo-checklist": {
            "namespace": "aioseo\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/seo-checklist"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/seo-checklist\/completed": {
            "namespace": "aioseo\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/seo-checklist\/completed"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/ai\/auth": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/ai\/auth"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/ai\/credits": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/ai\/credits"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/ai\/meta\/title": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/ai\/meta\/title"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/ai\/meta\/description": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/ai\/meta\/description"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/ai\/faqs": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/ai\/faqs"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/ai\/key-points": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/ai\/key-points"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/ai\/social-posts": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/ai\/social-posts"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/ai\/assistant": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/ai\/assistant"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/ai\/deactivate": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/ai\/deactivate"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/htaccess": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/htaccess"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/post\/(?P<postId>[\\d]+)\/disable-primary-term-education": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/aioseo\/v1\/post\/(?P<postId>[\\d]+)\/disable-link-format-education": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/aioseo\/v1\/post\/(?P<postId>[\\d]+)\/update-internal-link-count": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/aioseo\/v1\/post\/(?P<postId>[\\d]+)\/process-content": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/aioseo\/v1\/posts-list\/load-details-column": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/posts-list\/load-details-column"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/posts-list\/update-details-column": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/posts-list\/update-details-column"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/terms-list\/load-details-column": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/terms-list\/load-details-column"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/terms-list\/update-details-column": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/terms-list\/update-details-column"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/keyphrases": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/keyphrases"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/analyze": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/analyze"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/analyze-headline": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/analyze-headline"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/analyze-headline\/delete": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/analyze-headline\/delete"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/analyze\/delete-site": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/analyze\/delete-site"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/clear-log": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/clear-log"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/connect": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/connect"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/connect-pro": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/connect-pro"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/connect-url": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/connect-url"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/backup": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/backup"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/backup\/restore": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/backup\/restore"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/email-debug-info": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/email-debug-info"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/notification\/email-reports-enable": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/notification\/email-reports-enable"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/notification\/blog-visibility-reminder": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/notification\/blog-visibility-reminder"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/notification\/conflicting-plugins-reminder": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/notification\/conflicting-plugins-reminder"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/notification\/description-format-reminder": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/notification\/description-format-reminder"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/notification\/install-addons-reminder": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/notification\/install-addons-reminder"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/notification\/install-aioseo-image-seo-reminder": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/notification\/install-aioseo-image-seo-reminder"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/notification\/install-aioseo-local-business-reminder": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/notification\/install-aioseo-local-business-reminder"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/notification\/install-aioseo-news-sitemap-reminder": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/notification\/install-aioseo-news-sitemap-reminder"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/notification\/install-aioseo-video-sitemap-reminder": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/notification\/install-aioseo-video-sitemap-reminder"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/notification\/install-mi-reminder": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/notification\/install-mi-reminder"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/notification\/install-om-reminder": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/notification\/install-om-reminder"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/notification\/v3-migration-custom-field-reminder": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/notification\/v3-migration-custom-field-reminder"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/notification\/v3-migration-schema-number-reminder": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/notification\/v3-migration-schema-number-reminder"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/notifications\/dismiss": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/notifications\/dismiss"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/objects": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/objects"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/plugins\/deactivate": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/plugins\/deactivate"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/plugins\/install": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/plugins\/install"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/plugins\/upgrade": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/plugins\/upgrade"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/reset-settings": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/reset-settings"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/search-statistics\/sitemap\/delete": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/search-statistics\/sitemap\/delete"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/search-statistics\/sitemap\/ignore": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/search-statistics\/sitemap\/ignore"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/settings\/export": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/settings\/export"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/settings\/export-content": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/settings\/export-content"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/settings\/hide-setup-wizard": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/settings\/hide-setup-wizard"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/settings\/hide-upgrade-bar": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/settings\/hide-upgrade-bar"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/settings\/import": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/settings\/import"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/settings\/import\/(?P<siteId>[\\d]+)": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/aioseo\/v1\/settings\/import-plugins": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/settings\/import-plugins"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/settings\/toggle-card": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/settings\/toggle-card"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/settings\/toggle-radio": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/settings\/toggle-radio"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/settings\/dismiss-alert": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/settings\/dismiss-alert"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/settings\/items-per-page": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/settings\/items-per-page"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/settings\/semrush-country": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/settings\/semrush-country"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/settings\/do-task": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/settings\/do-task"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/sitemap\/deactivate-conflicting-plugins": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/sitemap\/deactivate-conflicting-plugins"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/sitemap\/delete-static-files": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/sitemap\/delete-static-files"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/sitemap\/validate-html-sitemap-slug": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/sitemap\/validate-html-sitemap-slug"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/tools\/delete-robots-txt": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/tools\/delete-robots-txt"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/tools\/import-robots-txt": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/tools\/import-robots-txt"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/wizard": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/wizard"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/integration\/semrush\/authenticate": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/integration\/semrush\/authenticate"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/integration\/semrush\/refresh": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/integration\/semrush\/refresh"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/integration\/semrush\/keyphrases": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/integration\/semrush\/keyphrases"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/integration\/wpcode\/snippets": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/integration\/wpcode\/snippets"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/crawl-cleanup": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/crawl-cleanup"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/crawl-cleanup\/block": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/crawl-cleanup\/block"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/crawl-cleanup\/delete-blocked": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/crawl-cleanup\/delete-blocked"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/crawl-cleanup\/delete-unblocked": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/crawl-cleanup\/delete-unblocked"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/email-summary\/send": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/email-summary\/send"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/writing-assistant\/process": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/writing-assistant\/process"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/writing-assistant\/content-analysis": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/writing-assistant\/content-analysis"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/writing-assistant\/disconnect": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/writing-assistant\/disconnect"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/writing-assistant\/set-report-progress": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/writing-assistant\/set-report-progress"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/ai\/insights\/reports\/(?P<uuid>[a-zA-Z0-9-]+)\/process": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/aioseo\/v1\/ai\/insights\/reports\/(?P<uuid>[a-zA-Z0-9-]+)\/regenerate": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/aioseo\/v1\/ai\/insights\/brand-tracker\/subscribe": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/ai\/insights\/brand-tracker\/subscribe"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/seo-checklist\/complete": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/seo-checklist\/complete"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/seo-checklist\/uncomplete": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/seo-checklist\/uncomplete"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/seo-checklist\/bulk-complete": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/seo-checklist\/bulk-complete"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/seo-checklist\/bulk-uncomplete": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/seo-checklist\/bulk-uncomplete"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/seo-checklist\/action": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/seo-checklist\/action"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/seo-checklist\/fetch": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/seo-checklist\/fetch"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/search-statistics\/auth": {
            "namespace": "aioseo\/v1",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/aioseo\/v1\/search-statistics\/auth"
                    }
                ]
            }
        },
        "\/categoryPosts": {
            "namespace": "categoryPosts",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "categoryPosts",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/categoryPosts"
                    }
                ]
            }
        },
        "\/categoryPosts\/loadmore\/(?P<id>[\\w-]+)\/(?P<start>[\\d]+)\/(?P<number>[\\d]+)\/(?P<context>[\\w]+)": {
            "namespace": "categoryPosts",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/contact-form-7\/v1": {
            "namespace": "contact-form-7\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "contact-form-7\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/contact-form-7\/v1"
                    }
                ]
            }
        },
        "\/contact-form-7\/v1\/contact-forms": {
            "namespace": "contact-form-7\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/contact-form-7\/v1\/contact-forms"
                    }
                ]
            }
        },
        "\/contact-form-7\/v1\/contact-forms\/(?P<id>\\d+)": {
            "namespace": "contact-form-7\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/contact-form-7\/v1\/contact-forms\/(?P<id>\\d+)\/feedback": {
            "namespace": "contact-form-7\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/contact-form-7\/v1\/contact-forms\/(?P<id>\\d+)\/feedback\/schema": {
            "namespace": "contact-form-7\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/contact-form-7\/v1\/contact-forms\/(?P<id>\\d+)\/refill": {
            "namespace": "contact-form-7\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/events-manager\/v1": {
            "namespace": "events-manager\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "events-manager\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/events-manager\/v1"
                    }
                ]
            }
        },
        "\/events-manager\/v1\/uploads": {
            "namespace": "events-manager\/v1",
            "methods": [
                "POST",
                "DELETE",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/events-manager\/v1\/uploads"
                    }
                ]
            }
        },
        "\/mailin\/v1": {
            "namespace": "mailin\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "mailin\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/mailin\/v1"
                    }
                ]
            }
        },
        "\/mailin\/v1\/testconnection": {
            "namespace": "mailin\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/mailin\/v1\/testconnection"
                    }
                ]
            }
        },
        "\/mailin\/v1\/mailin_disconnect": {
            "namespace": "mailin\/v1",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/mailin\/v1\/mailin_disconnect"
                    }
                ]
            }
        },
        "\/podlove\/v1": {
            "namespace": "podlove\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "podlove\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove\/v1"
                    }
                ]
            }
        },
        "\/podlove\/v1\/analytics\/episodes": {
            "namespace": "podlove\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "format": {
                            "default": "json",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove\/v1\/analytics\/episodes"
                    }
                ]
            }
        },
        "\/podlove\/v1\/analytics\/episodes\/(?P<id>[\\d]+)": {
            "namespace": "podlove\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "format": {
                            "default": "json",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/podlove\/v1\/analytics\/episodes\/(?P<ids>[\\d]+,[\\d,]+)": {
            "namespace": "podlove\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "format": {
                            "default": "json",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/podlove\/v2": {
            "namespace": "podlove\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "podlove\/v2",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove\/v2"
                    }
                ]
            }
        },
        "\/podlove\/v2\/analytics\/episodes": {
            "namespace": "podlove\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "format": {
                            "default": "json",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove\/v2\/analytics\/episodes"
                    }
                ]
            }
        },
        "\/podlove\/v2\/analytics\/episodes\/(?P<id>[\\d]+)": {
            "namespace": "podlove\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "format": {
                            "default": "json",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/podlove\/v2\/analytics\/episodes\/(?P<ids>[\\d]+,[\\d,]+)": {
            "namespace": "podlove\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "format": {
                            "default": "json",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/podlove\/v1\/show": {
            "namespace": "podlove\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove\/v1\/show"
                    }
                ]
            }
        },
        "\/podlove\/v2\/podcast": {
            "namespace": "podlove\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "guid": {
                            "description": "Unique, global identifier for a podcast",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Title of the podcast",
                            "type": "string",
                            "required": false
                        },
                        "subtitle": {
                            "description": "Extension to the title. Clarify what the podcast is about.",
                            "type": "string",
                            "required": false
                        },
                        "summary": {
                            "description": "Elaborate description of the podcasts content.",
                            "type": "string",
                            "required": false
                        },
                        "author_name": {
                            "description": "Name of the podcast author. Publicly displayed in Podcast directories.",
                            "type": "string",
                            "required": false
                        },
                        "cover_image": {
                            "description": "Cover art for the podcast",
                            "type": "string",
                            "required": false
                        },
                        "podcast_email": {
                            "description": "Used by iTunes and other Podcast directories to contact you.",
                            "type": "string",
                            "required": false
                        },
                        "mnemonic": {
                            "description": "Abbreviation for your podcast.",
                            "type": "string",
                            "required": false
                        },
                        "funding_url": {
                            "description": "Can be used by podcatchers show funding\/donation links for the podcast.",
                            "type": "string",
                            "required": false
                        },
                        "funding_label": {
                            "description": "Label for funding\/donation URL.",
                            "type": "string",
                            "required": false
                        },
                        "copyright": {
                            "description": "Copyright notice for content in the channel.",
                            "type": "string",
                            "required": false
                        },
                        "explicit": {
                            "description": "Is the overall content of the podcast explicit?",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "iTunes category of the podcast",
                            "type": "string",
                            "enum": [
                                "Arts",
                                "Design",
                                "Fashion and Beauty",
                                "Food",
                                "Books",
                                "Performing Arts",
                                "Visual Arts",
                                "Business",
                                "Careers",
                                "Investing",
                                "Management",
                                "Entrepreneurship",
                                "Marketing",
                                "Non-Profit",
                                "Comedy",
                                "Comedy Interviews",
                                "Improv",
                                "Stand-Up",
                                "Education",
                                "Language Learning",
                                "Courses",
                                "How To",
                                "Self-Improvement",
                                "Fiction",
                                "Comedy Fiction",
                                "Drama",
                                "Science Fiction",
                                "Government",
                                "History",
                                "Health and Fitness",
                                "Alternative Health",
                                "Fitness",
                                "Sexuality",
                                "Medicine",
                                "Mental Health",
                                "Nutrition",
                                "Kids and Family",
                                "Education for Kids",
                                "Parenting",
                                "Pets and Animals",
                                "Stories for Kids",
                                "Leisure",
                                "Animation and Manga",
                                "Automotive",
                                "Aviation",
                                "Crafts",
                                "Games",
                                "Hobbies",
                                "Home and Garden",
                                "Video Games",
                                "Music",
                                "Music Commentary",
                                "Music History",
                                "Music Interviews",
                                "News",
                                "Business News",
                                "Daily News",
                                "Entertainment News",
                                "News Commentary",
                                "Politics",
                                "Sports News",
                                "Tech News",
                                "Religion and Spirituality",
                                "Buddhism",
                                "Christianity",
                                "Hinduism",
                                "Islam",
                                "Judaism",
                                "Religion",
                                "Spirituality",
                                "Science",
                                "Medicine",
                                "Natural Sciences",
                                "Social Sciences",
                                "Astronomy",
                                "Chemistry",
                                "Earth Sciences",
                                "Life Sciences",
                                "Mathematics",
                                "Nature",
                                "Physics",
                                "Society and Culture",
                                "Personal Journals",
                                "Philosophy",
                                "Places and Travel",
                                "Relationships",
                                "Documentary",
                                "Sports",
                                "Baseball",
                                "Basketball",
                                "Cricket",
                                "Fantasy Sports",
                                "Football",
                                "Golf",
                                "Hockey",
                                "Rugby",
                                "Running",
                                "Soccer",
                                "Swimming",
                                "Tennis",
                                "Volleyball",
                                "Wilderness",
                                "Wrestling",
                                "Technology",
                                "True Crime",
                                "TV and Film",
                                "After Shows",
                                "Film History",
                                "Film Interviews",
                                "Film Reviews",
                                "TV Reviews"
                            ],
                            "required": false
                        },
                        "language": {
                            "description": "The language that is spoken in the podcast.",
                            "type": "string",
                            "enum": [
                                "af",
                                "af-ZA",
                                "sq",
                                "sq-AL",
                                "ar",
                                "ar-DZ",
                                "ar-BH",
                                "ar-EG",
                                "ar-IQ",
                                "ar-JO",
                                "ar-KW",
                                "ar-LB",
                                "ar-LY",
                                "ar-MA",
                                "ar-OM",
                                "ar-QA",
                                "ar-SA",
                                "ar-SY",
                                "ar-TN",
                                "ar-AE",
                                "ar-YE",
                                "hy",
                                "hy-AM",
                                "az",
                                "az-AZ-Cyrl",
                                "az-AZ-Latn",
                                "eu",
                                "eu-ES",
                                "be",
                                "be-BY",
                                "bg",
                                "bg-BG",
                                "ca",
                                "ca-ES",
                                "zh-CHS",
                                "zh-CHT",
                                "zh-CN",
                                "zh-HK",
                                "zh-MO",
                                "zh-SG",
                                "zh-TW",
                                "hr",
                                "hr-HR",
                                "cs",
                                "cs-CZ",
                                "da",
                                "da-DK",
                                "div",
                                "div-MV",
                                "nl",
                                "nl-BE",
                                "nl-NL",
                                "en",
                                "en-AU",
                                "en-BZ",
                                "en-CA",
                                "en-CB",
                                "en-IE",
                                "en-JM",
                                "en-NZ",
                                "en-PH",
                                "en-ZA",
                                "en-TT",
                                "en-GB",
                                "en-US",
                                "en-ZW",
                                "eo",
                                "et",
                                "et-EE",
                                "fo",
                                "fo-FO",
                                "fa",
                                "fa-IR",
                                "fi",
                                "fi-FI",
                                "fr",
                                "fr-BE",
                                "fr-CA",
                                "fr-FR",
                                "fr-LU",
                                "fr-MC",
                                "fr-CH",
                                "gl",
                                "gl-ES",
                                "ka",
                                "ka-GE",
                                "de",
                                "de-AT",
                                "de-DE",
                                "de-LI",
                                "de-LU",
                                "de-CH",
                                "el",
                                "el-GR",
                                "gu",
                                "gu-IN",
                                "he",
                                "he-IL",
                                "hi",
                                "hi-IN",
                                "hu",
                                "hu-HU",
                                "is",
                                "is-IS",
                                "id",
                                "id-ID",
                                "it",
                                "it-IT",
                                "it-CH",
                                "ja",
                                "ja-JP",
                                "kn",
                                "kn-IN",
                                "kk",
                                "kk-KZ",
                                "kok",
                                "kok-IN",
                                "ko",
                                "ko-KR",
                                "ky",
                                "ky-KG",
                                "lv",
                                "lv-LV",
                                "lt",
                                "lt-LT",
                                "lb",
                                "mk",
                                "mk-MK",
                                "ms",
                                "ms-BN",
                                "ms-MY",
                                "mr",
                                "mr-IN",
                                "mn",
                                "mn-MN",
                                "no",
                                "nb-NO",
                                "nn-NO",
                                "pl",
                                "pl-PL",
                                "pt",
                                "pt-BR",
                                "pt-PT",
                                "pa",
                                "pa-IN",
                                "ro",
                                "ro-RO",
                                "ru",
                                "ru-RU",
                                "sa",
                                "sa-IN",
                                "sr-SP-Cyrl",
                                "sr-SP-Latn",
                                "sk",
                                "sk-SK",
                                "sl",
                                "sl-SI",
                                "es",
                                "es-AR",
                                "es-BO",
                                "es-CL",
                                "es-CO",
                                "es-CR",
                                "es-DO",
                                "es-EC",
                                "es-SV",
                                "es-GT",
                                "es-HN",
                                "es-MX",
                                "es-NI",
                                "es-PA",
                                "es-PY",
                                "es-PE",
                                "es-PR",
                                "es-ES",
                                "es-UY",
                                "es-VE",
                                "sw",
                                "sw-KE",
                                "sv",
                                "sv-FI",
                                "sv-SE",
                                "syr",
                                "syr-SY",
                                "ta",
                                "ta-IN",
                                "tt",
                                "tt-RU",
                                "te",
                                "te-IN",
                                "th",
                                "th-TH",
                                "tr",
                                "tr-TR",
                                "uk",
                                "uk-UA",
                                "ur",
                                "ur-PK",
                                "uz",
                                "uz-UZ-Cyrl",
                                "uz-UZ-Latn",
                                "vi"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove\/v2\/podcast"
                    }
                ]
            }
        },
        "\/podlove\/v1\/episodes": {
            "namespace": "podlove\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove\/v1\/episodes"
                    }
                ]
            }
        },
        "\/podlove\/v1\/episodes\/(?P<id>[\\d]+)": {
            "namespace": "podlove\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/podlove\/v2\/episodes": {
            "namespace": "podlove\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "status": {
                            "description": "The status parameter is used to filter the collection of episodes",
                            "type": "string",
                            "enum": [
                                "publish",
                                "draft",
                                "all"
                            ],
                            "required": false
                        },
                        "show": {
                            "description": "Filter by show slug.",
                            "type": "string",
                            "required": false
                        },
                        "guid": {
                            "description": "Filter by guid.",
                            "type": "string",
                            "required": false
                        },
                        "sort_by": {
                            "description": "Sort the list of episodes",
                            "type": "string",
                            "enum": [
                                "post_id",
                                "post_date"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "Ascending or descending order for sorting of the list of episodes",
                            "type": "string",
                            "enum": [
                                "asc",
                                "desc",
                                "ASC",
                                "DESC"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove\/v2\/episodes"
                    }
                ]
            }
        },
        "\/podlove\/v2\/episodes\/(?P<id>[\\d]+)\/build_slug": {
            "namespace": "podlove\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the episode.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/podlove\/v2\/episodes\/(?P<id>[\\d]+)\/freeze_slug": {
            "namespace": "podlove\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the episode.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/podlove\/v2\/episodes\/(?P<id>[\\d]+)\/unfreeze_slug": {
            "namespace": "podlove\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the episode.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/podlove\/v2\/episodes\/(?P<id>[\\d]+)": {
            "namespace": "podlove\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the episode.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the episode.",
                            "type": "integer",
                            "required": false
                        },
                        "guid": {
                            "description": "Globally unique id.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Clear, concise name for your episode.",
                            "type": "string",
                            "required": false
                        },
                        "subtitle": {
                            "description": "Single sentence describing the episode.",
                            "type": "string",
                            "required": false
                        },
                        "summary": {
                            "description": "A summary of the episode.",
                            "type": "string",
                            "required": false
                        },
                        "number": {
                            "description": "An epsiode number.",
                            "type": "integer",
                            "required": false
                        },
                        "slug": {
                            "description": "Episode media file slug.",
                            "type": "string",
                            "required": false
                        },
                        "duration": {
                            "description": "Duration of the episode",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Episode type. May be used by podcast clients.",
                            "type": "string",
                            "enum": [
                                "full",
                                "trailer",
                                "bonus"
                            ],
                            "required": false
                        },
                        "cover": {
                            "description": "An url for the episode cover",
                            "type": "string",
                            "required": false
                        },
                        "explicit": {
                            "description": "explicit content?",
                            "type": "boolean",
                            "required": false
                        },
                        "soundbite_start": {
                            "description": "Start value of podcast:soundbite tag",
                            "type": "string",
                            "required": false
                        },
                        "soundbite_duration": {
                            "description": "Duration value of podcast::soundbite tag",
                            "type": "string",
                            "required": false
                        },
                        "soundbite_title": {
                            "description": "Title for the podcast::soundbite tag",
                            "type": "string",
                            "required": false
                        },
                        "auphonic_production_id": {
                            "description": "Auphonic Production ID",
                            "type": "string",
                            "required": false
                        },
                        "is_auphonic_production_running": {
                            "description": "Tracks if Auphonic production is running",
                            "type": "boolean",
                            "required": false
                        },
                        "auphonic_webhook_config": {
                            "description": "Auphonic Webhook after Production is done",
                            "type": "object",
                            "properties": {
                                "authkey": {
                                    "description": "Authentication key",
                                    "type": "string",
                                    "required": "true"
                                },
                                "enabled": {
                                    "description": "Publish episode when Production is done?",
                                    "type": "boolean",
                                    "required": "true"
                                }
                            },
                            "required": false
                        },
                        "show": {
                            "description": "Show slug. Assigns episode to given show.",
                            "type": "string",
                            "required": false
                        },
                        "skip_validation": {
                            "description": "If true, mediafile validation is skipped on slug change.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the episode.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/podlove\/v2\/episodes\/(?P<id>[\\d]+)\/media\/(?P<asset_id>[\\d]+)\/enable": {
            "namespace": "podlove\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the episode.",
                            "type": "integer",
                            "required": false
                        },
                        "asset_id": {
                            "description": "Unique identifier for the asset.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/podlove\/v2\/episodes\/(?P<id>[\\d]+)\/media\/(?P<asset_id>[\\d]+)\/disable": {
            "namespace": "podlove\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the episode.",
                            "type": "integer",
                            "required": false
                        },
                        "asset_id": {
                            "description": "Unique identifier for the asset.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/podlove\/v2\/episodes\/(?P<id>[\\d]+)\/media\/(?P<asset_id>[\\d]+)\/verify": {
            "namespace": "podlove\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the episode.",
                            "type": "integer",
                            "required": false
                        },
                        "asset_id": {
                            "description": "Unique identifier for the asset.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/podlove\/v2\/episodes\/(?P<id>[\\d]+)\/media": {
            "namespace": "podlove\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the episode.",
                            "type": "integer",
                            "required": false
                        },
                        "asset_id": {
                            "description": "Identifier of the asset.",
                            "type": "integer",
                            "required": false
                        },
                        "asset": {
                            "description": "Name of the asset.",
                            "type": "string",
                            "required": false
                        },
                        "file_url": {
                            "description": "File url for the asset",
                            "type": "string",
                            "required": false
                        },
                        "enable": {
                            "description": "Is the asset used?",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/podlove\/v2\/episodes\/(?P<id>[\\d]+)\/tags": {
            "namespace": "podlove\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the episode.",
                            "type": "integer",
                            "required": false
                        },
                        "term_id": {
                            "description": "Identifier of the term",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Name of the term",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the episode.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the episode.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/podlove\/v2\/chapters\/(?P<id>[\\d]+)": {
            "namespace": "podlove\/v2",
            "methods": [
                "GET",
                "POST",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the episode.",
                            "type": "integer",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the episode.",
                            "type": "integer",
                            "required": true
                        },
                        "chapters": {
                            "description": "List of chapters, please use MP4Chaps format.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "start": {
                                        "description": "Chapter begin timestamp",
                                        "type": "string",
                                        "required": "true"
                                    },
                                    "title": {
                                        "description": "Chapter title",
                                        "type": "string",
                                        "required": "true"
                                    },
                                    "href": {
                                        "description": "Chapter url",
                                        "type": "string"
                                    },
                                    "image": {
                                        "description": "Image",
                                        "type": "string"
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the episode.",
                            "type": "integer",
                            "required": true
                        },
                        "chapters": {
                            "description": "List of chapters, please use mp4chaps format.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "start": {
                                        "description": "Chapter begin timestamp",
                                        "type": "string",
                                        "required": "true"
                                    },
                                    "title": {
                                        "description": "Chapter title",
                                        "type": "string",
                                        "required": "true"
                                    },
                                    "href": {
                                        "description": "Chapter url",
                                        "type": "string"
                                    },
                                    "image": {
                                        "description": "Image",
                                        "type": "string"
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the episode.",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/podlove\/v2\/feeds": {
            "namespace": "podlove\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove\/v2\/feeds"
                    }
                ]
            }
        },
        "\/podlove\/v2\/tools\/clear-caches": {
            "namespace": "podlove\/v2",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove\/v2\/tools\/clear-caches"
                    }
                ]
            }
        },
        "\/podlove\/v2\/admin\/onboarding": {
            "namespace": "podlove\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove\/v2\/admin\/onboarding"
                    }
                ]
            }
        },
        "\/podlove\/v2\/admin\/plus\/episodes_for_migration": {
            "namespace": "podlove\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove\/v2\/admin\/plus\/episodes_for_migration"
                    }
                ]
            }
        },
        "\/podlove\/v2\/admin\/plus\/features": {
            "namespace": "podlove\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove\/v2\/admin\/plus\/features"
                    }
                ]
            }
        },
        "\/podlove\/v2\/admin\/plus\/set_feature": {
            "namespace": "podlove\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove\/v2\/admin\/plus\/set_feature"
                    }
                ]
            }
        },
        "\/podlove\/v2\/admin\/plus\/token": {
            "namespace": "podlove\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove\/v2\/admin\/plus\/token"
                    }
                ]
            }
        },
        "\/podlove\/v2\/admin\/plus\/validate_token": {
            "namespace": "podlove\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove\/v2\/admin\/plus\/validate_token"
                    }
                ]
            }
        },
        "\/podlove\/v2\/admin\/plus\/save_token": {
            "namespace": "podlove\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove\/v2\/admin\/plus\/save_token"
                    }
                ]
            }
        },
        "\/podlove-web-player\/5.9.2": {
            "namespace": "podlove-web-player\/5.9.2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "podlove-web-player\/5.9.2",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove-web-player\/5.9.2"
                    }
                ]
            }
        },
        "\/podlove-web-player\/5.9.2\/bootstrap": {
            "namespace": "podlove-web-player\/5.9.2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove-web-player\/5.9.2\/bootstrap"
                    }
                ]
            }
        },
        "\/podlove-web-player\/5.9.2\/config\/(?P<id>[a-z0-9-]+)": {
            "namespace": "podlove-web-player\/5.9.2",
            "methods": [
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        },
                        "subscribe-button": {
                            "required": true
                        },
                        "share": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/podlove-web-player\/5.9.2\/theme\/(?P<id>[a-z0-9-]+)": {
            "namespace": "podlove-web-player\/5.9.2",
            "methods": [
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        },
                        "tokens": {
                            "required": true
                        },
                        "fonts": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/podlove-web-player\/5.9.2\/template\/(?P<id>[a-z0-9-]+)": {
            "namespace": "podlove-web-player\/5.9.2",
            "methods": [
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        },
                        "template": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/podlove-web-player\/5.9.2\/settings": {
            "namespace": "podlove-web-player\/5.9.2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "source": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove-web-player\/5.9.2\/settings"
                    }
                ]
            }
        },
        "\/podlove-web-player\/5.9.2\/shows": {
            "namespace": "podlove-web-player\/5.9.2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove-web-player\/5.9.2\/shows"
                    }
                ]
            }
        },
        "\/podlove-web-player\/shortcode": {
            "namespace": "podlove-web-player\/shortcode",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "podlove-web-player\/shortcode",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove-web-player\/shortcode"
                    }
                ]
            }
        },
        "\/podlove-web-player\/shortcode\/post\/(?P<id>\\d+)": {
            "namespace": "podlove-web-player\/shortcode",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/podlove-web-player\/shortcode\/publisher\/(?P<id>\\d+)": {
            "namespace": "podlove-web-player\/shortcode",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/podlove-web-player\/shortcode\/show\/(?P<slug>[a-z0-9-]+)": {
            "namespace": "podlove-web-player\/shortcode",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/podlove-web-player\/shortcode\/podcast": {
            "namespace": "podlove-web-player\/shortcode",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove-web-player\/shortcode\/podcast"
                    }
                ]
            }
        },
        "\/podlove-web-player\/shortcode\/config\/(?P<config>[a-z0-9-]+)\/theme\/(?P<theme>[a-z0-9-]+)": {
            "namespace": "podlove-web-player\/shortcode",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "config": {
                            "required": true
                        },
                        "theme": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/podlove-web-player\/shortcode\/config\/(?P<config>[a-z0-9-]+)\/theme\/(?P<theme>[a-z0-9-]+)\/(?P<path>[\\S]+)": {
            "namespace": "podlove-web-player\/shortcode",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "config": {
                            "required": true
                        },
                        "theme": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/podlove-web-player": {
            "namespace": "podlove-web-player",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "podlove-web-player",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove-web-player"
                    }
                ]
            }
        },
        "\/podlove-web-player\/options": {
            "namespace": "podlove-web-player",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove-web-player\/options"
                    }
                ]
            }
        },
        "\/redirection\/v1": {
            "namespace": "redirection\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "redirection\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/redirection\/v1"
                    }
                ]
            }
        },
        "\/redirection\/v1\/redirect": {
            "namespace": "redirection\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "filterBy": {
                            "description": "Field to filter by",
                            "required": false
                        },
                        "orderby": {
                            "description": "Field to order results by",
                            "type": "string",
                            "enum": [
                                "source",
                                "last_count",
                                "last_access",
                                "position",
                                "id",
                                ""
                            ],
                            "required": false
                        },
                        "direction": {
                            "description": "Direction of ordered results",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results per page",
                            "type": "integer",
                            "default": 25,
                            "minimum": 5,
                            "maximum": 200,
                            "required": false
                        },
                        "page": {
                            "description": "Page offset",
                            "type": "integer",
                            "minimum": 0,
                            "default": 0,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "filterBy": {
                            "description": "Field to filter by",
                            "required": false
                        },
                        "orderby": {
                            "description": "Field to order results by",
                            "type": "string",
                            "enum": [
                                "source",
                                "last_count",
                                "last_access",
                                "position",
                                "id",
                                ""
                            ],
                            "required": false
                        },
                        "direction": {
                            "description": "Direction of ordered results",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results per page",
                            "type": "integer",
                            "default": 25,
                            "minimum": 5,
                            "maximum": 200,
                            "required": false
                        },
                        "page": {
                            "description": "Page offset",
                            "type": "integer",
                            "minimum": 0,
                            "default": 0,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/redirection\/v1\/redirect"
                    }
                ]
            }
        },
        "\/redirection\/v1\/redirect\/(?P<id>[\\d]+)": {
            "namespace": "redirection\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/redirection\/v1\/redirect\/post": {
            "namespace": "redirection\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "text": {
                            "description": "Text to match",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/redirection\/v1\/redirect\/post"
                    }
                ]
            }
        },
        "\/redirection\/v1\/bulk\/redirect\/(?P<bulk>delete|enable|disable|reset)": {
            "namespace": "redirection\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "filterBy": {
                            "description": "Field to filter by",
                            "required": false
                        },
                        "orderby": {
                            "description": "Field to order results by",
                            "type": "string",
                            "enum": [
                                "source",
                                "last_count",
                                "last_access",
                                "position",
                                "id",
                                ""
                            ],
                            "required": false
                        },
                        "direction": {
                            "description": "Direction of ordered results",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results per page",
                            "type": "integer",
                            "default": 25,
                            "minimum": 5,
                            "maximum": 200,
                            "required": false
                        },
                        "page": {
                            "description": "Page offset",
                            "type": "integer",
                            "minimum": 0,
                            "default": 0,
                            "required": false
                        },
                        "global": {
                            "description": "Apply bulk action globally, as per filters",
                            "type": "boolean",
                            "required": false
                        },
                        "items": {
                            "description": "Array of IDs to perform action on",
                            "type": "array",
                            "items": {
                                "description": "Item ID",
                                "type": [
                                    "string",
                                    "number"
                                ]
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/redirection\/v1\/group": {
            "namespace": "redirection\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "filterBy": {
                            "description": "Field to filter by",
                            "required": false
                        },
                        "orderby": {
                            "description": "Field to order results by",
                            "type": "string",
                            "enum": [
                                "name",
                                "id",
                                ""
                            ],
                            "required": false
                        },
                        "direction": {
                            "description": "Direction of ordered results",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results per page",
                            "type": "integer",
                            "default": 25,
                            "minimum": 5,
                            "maximum": 200,
                            "required": false
                        },
                        "page": {
                            "description": "Page offset",
                            "type": "integer",
                            "minimum": 0,
                            "default": 0,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "filterBy": {
                            "description": "Field to filter by",
                            "required": false
                        },
                        "orderby": {
                            "description": "Field to order results by",
                            "type": "string",
                            "enum": [
                                "name",
                                "id",
                                ""
                            ],
                            "required": false
                        },
                        "direction": {
                            "description": "Direction of ordered results",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results per page",
                            "type": "integer",
                            "default": 25,
                            "minimum": 5,
                            "maximum": 200,
                            "required": false
                        },
                        "page": {
                            "description": "Page offset",
                            "type": "integer",
                            "minimum": 0,
                            "default": 0,
                            "required": false
                        },
                        "moduleId": {
                            "description": "Module ID",
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 3,
                            "required": true
                        },
                        "name": {
                            "description": "Group name",
                            "type": "string",
                            "required": true
                        },
                        "status": {
                            "description": "Status of the group",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/redirection\/v1\/group"
                    }
                ]
            }
        },
        "\/redirection\/v1\/group\/(?P<id>[\\d]+)": {
            "namespace": "redirection\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "moduleId": {
                            "description": "Module ID",
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 3,
                            "required": true
                        },
                        "name": {
                            "description": "Group name",
                            "type": "string",
                            "required": true
                        },
                        "status": {
                            "description": "Status of the group",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/redirection\/v1\/bulk\/group\/(?P<bulk>delete|enable|disable)": {
            "namespace": "redirection\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "filterBy": {
                            "description": "Field to filter by",
                            "required": false
                        },
                        "orderby": {
                            "description": "Field to order results by",
                            "type": "string",
                            "enum": [
                                "name",
                                "id",
                                ""
                            ],
                            "required": false
                        },
                        "direction": {
                            "description": "Direction of ordered results",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results per page",
                            "type": "integer",
                            "default": 25,
                            "minimum": 5,
                            "maximum": 200,
                            "required": false
                        },
                        "page": {
                            "description": "Page offset",
                            "type": "integer",
                            "minimum": 0,
                            "default": 0,
                            "required": false
                        },
                        "items": {
                            "description": "Comma separated list of item IDs to perform action on",
                            "type": "array",
                            "items": {
                                "description": "Item ID",
                                "type": [
                                    "string",
                                    "number"
                                ]
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/redirection\/v1\/log": {
            "namespace": "redirection\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "filterBy": {
                            "description": "Field to filter by",
                            "required": false
                        },
                        "orderby": {
                            "description": "Field to order results by",
                            "type": "string",
                            "enum": [
                                "url",
                                "ip",
                                "total",
                                "count",
                                ""
                            ],
                            "required": false
                        },
                        "direction": {
                            "description": "Direction of ordered results",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results per page",
                            "type": "integer",
                            "default": 25,
                            "minimum": 5,
                            "maximum": 200,
                            "required": false
                        },
                        "page": {
                            "description": "Page offset",
                            "type": "integer",
                            "minimum": 0,
                            "default": 0,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/redirection\/v1\/log"
                    }
                ]
            }
        },
        "\/redirection\/v1\/bulk\/log\/(?P<bulk>delete)": {
            "namespace": "redirection\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "filterBy": {
                            "description": "Field to filter by",
                            "required": false
                        },
                        "orderby": {
                            "description": "Field to order results by",
                            "type": "string",
                            "enum": [
                                "url",
                                "ip",
                                "total",
                                "count",
                                ""
                            ],
                            "required": false
                        },
                        "direction": {
                            "description": "Direction of ordered results",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results per page",
                            "type": "integer",
                            "default": 25,
                            "minimum": 5,
                            "maximum": 200,
                            "required": false
                        },
                        "page": {
                            "description": "Page offset",
                            "type": "integer",
                            "minimum": 0,
                            "default": 0,
                            "required": false
                        },
                        "items": {
                            "description": "Comma separated list of item IDs to perform action on",
                            "type": "array",
                            "items": {
                                "description": "Item ID",
                                "type": [
                                    "string",
                                    "number"
                                ]
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/redirection\/v1\/404": {
            "namespace": "redirection\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "filterBy": {
                            "description": "Field to filter by",
                            "required": false
                        },
                        "orderby": {
                            "description": "Field to order results by",
                            "type": "string",
                            "enum": [
                                "url",
                                "ip",
                                "total",
                                "count",
                                ""
                            ],
                            "required": false
                        },
                        "direction": {
                            "description": "Direction of ordered results",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results per page",
                            "type": "integer",
                            "default": 25,
                            "minimum": 5,
                            "maximum": 200,
                            "required": false
                        },
                        "page": {
                            "description": "Page offset",
                            "type": "integer",
                            "minimum": 0,
                            "default": 0,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/redirection\/v1\/404"
                    }
                ]
            }
        },
        "\/redirection\/v1\/bulk\/404\/(?P<bulk>delete)": {
            "namespace": "redirection\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "filterBy": {
                            "description": "Field to filter by",
                            "required": false
                        },
                        "orderby": {
                            "description": "Field to order results by",
                            "type": "string",
                            "enum": [
                                "url",
                                "ip",
                                "total",
                                "count",
                                ""
                            ],
                            "required": false
                        },
                        "direction": {
                            "description": "Direction of ordered results",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results per page",
                            "type": "integer",
                            "default": 25,
                            "minimum": 5,
                            "maximum": 200,
                            "required": false
                        },
                        "page": {
                            "description": "Page offset",
                            "type": "integer",
                            "minimum": 0,
                            "default": 0,
                            "required": false
                        },
                        "items": {
                            "description": "Comma separated list of item IDs to perform action on",
                            "type": "array",
                            "items": {
                                "description": "Item ID",
                                "type": [
                                    "string",
                                    "number"
                                ]
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/redirection\/v1\/setting": {
            "namespace": "redirection\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/redirection\/v1\/setting"
                    }
                ]
            }
        },
        "\/redirection\/v1\/plugin": {
            "namespace": "redirection\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Name",
                            "type": "string",
                            "required": false
                        },
                        "value": {
                            "description": "Value",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/redirection\/v1\/plugin"
                    }
                ]
            }
        },
        "\/redirection\/v1\/plugin\/delete": {
            "namespace": "redirection\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/redirection\/v1\/plugin\/delete"
                    }
                ]
            }
        },
        "\/redirection\/v1\/plugin\/test": {
            "namespace": "redirection\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST",
                        "PUT",
                        "PATCH",
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/redirection\/v1\/plugin\/test"
                    }
                ]
            }
        },
        "\/redirection\/v1\/plugin\/data": {
            "namespace": "redirection\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "upgrade": {
                            "description": "Upgrade parameter",
                            "type": "string",
                            "enum": [
                                "stop",
                                "skip",
                                "retry"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/redirection\/v1\/plugin\/data"
                    }
                ]
            }
        },
        "\/redirection\/v1\/plugin\/finish": {
            "namespace": "redirection\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/redirection\/v1\/plugin\/finish"
                    }
                ]
            }
        },
        "\/redirection\/v1\/plugin\/fix": {
            "namespace": "redirection\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "reason": {
                            "description": "Reason for fix",
                            "type": "string",
                            "required": true
                        },
                        "current": {
                            "description": "Current version",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/redirection\/v1\/plugin\/fix"
                    }
                ]
            }
        },
        "\/redirection\/v1\/import\/file\/(?P<group_id>\\d+)": {
            "namespace": "redirection\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/redirection\/v1\/import\/plugin": {
            "namespace": "redirection\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/redirection\/v1\/import\/plugin"
                    }
                ]
            }
        },
        "\/redirection\/v1\/export\/(?P<module>1|2|3|all)\/(?P<format>csv|apache|nginx|json)": {
            "namespace": "redirection\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/stackable\/v3": {
            "namespace": "stackable\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "stackable\/v3",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/stackable\/v3"
                    }
                ]
            }
        },
        "\/stackable\/v3\/settings": {
            "namespace": "stackable\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/stackable\/v3\/settings"
                    }
                ]
            }
        },
        "\/stackable\/v3\/get_theme_fonts": {
            "namespace": "stackable\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/stackable\/v3\/get_theme_fonts"
                    }
                ]
            }
        },
        "\/stackable\/v3\/terms": {
            "namespace": "stackable\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/stackable\/v3\/terms"
                    }
                ]
            }
        },
        "\/stackable\/v3\/get_posts": {
            "namespace": "stackable\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/stackable\/v3\/get_posts"
                    }
                ]
            }
        },
        "\/stackable\/v2": {
            "namespace": "stackable\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "stackable\/v2",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/stackable\/v2"
                    }
                ]
            }
        },
        "\/stackable\/v2\/design_library\/(?P<type>[\\w]+)(?:\/(?P<reset>reset))?": {
            "namespace": "stackable\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "type": {
                            "required": false
                        },
                        "reset": {
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/stackable\/v3\/design_library_image": {
            "namespace": "stackable\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "image_url": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/stackable\/v3\/design_library_image"
                    }
                ]
            }
        },
        "\/stackable\/v2\/terms": {
            "namespace": "stackable\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/stackable\/v2\/terms"
                    }
                ]
            }
        },
        "\/stackable\/v2\/block_designs\/(?P<block>[\\w\\d-]+)": {
            "namespace": "stackable\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "block": {
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/ultp": {
            "namespace": "ultp",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "ultp",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/ultp"
                    }
                ]
            }
        },
        "\/ultp\/common_data": {
            "namespace": "ultp",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "wpnonce": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/ultp\/common_data"
                    }
                ]
            }
        },
        "\/ultp\/fetch_posts": {
            "namespace": "ultp",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/ultp\/fetch_posts"
                    }
                ]
            }
        },
        "\/ultp\/specific_taxonomy": {
            "namespace": "ultp",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/ultp\/specific_taxonomy"
                    }
                ]
            }
        },
        "\/ultp\/v1": {
            "namespace": "ultp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "ultp\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/ultp\/v1"
                    }
                ]
            }
        },
        "\/ultp\/v1\/search": {
            "namespace": "ultp\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/ultp\/v1\/search"
                    }
                ]
            }
        },
        "\/ultp\/v2": {
            "namespace": "ultp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "ultp\/v2",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/ultp\/v2"
                    }
                ]
            }
        },
        "\/ultp\/v2\/premade_wishlist_save": {
            "namespace": "ultp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/ultp\/v2\/premade_wishlist_save"
                    }
                ]
            }
        },
        "\/ultp\/ultp_search_data": {
            "namespace": "ultp",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/ultp\/ultp_search_data"
                    }
                ]
            }
        },
        "\/ultp\/v2\/custom_tax": {
            "namespace": "ultp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/ultp\/v2\/custom_tax"
                    }
                ]
            }
        },
        "\/ultp\/v2\/init_site_dark_logo": {
            "namespace": "ultp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/ultp\/v2\/init_site_dark_logo"
                    }
                ]
            }
        },
        "\/ultp\/v2\/get_ultp_image_size": {
            "namespace": "ultp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/ultp\/v2\/get_ultp_image_size"
                    }
                ]
            }
        },
        "\/ultp\/v2\/fetch_premade_data": {
            "namespace": "ultp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/ultp\/v2\/fetch_premade_data"
                    }
                ]
            }
        },
        "\/ultp\/v1\/save_block_css": {
            "namespace": "ultp\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/ultp\/v1\/save_block_css"
                    }
                ]
            }
        },
        "\/ultp\/v1\/get_other_post_content": {
            "namespace": "ultp\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/ultp\/v1\/get_other_post_content"
                    }
                ]
            }
        },
        "\/ultp\/v1\/action_option": {
            "namespace": "ultp\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/ultp\/v1\/action_option"
                    }
                ]
            }
        },
        "\/ultp\/v1\/postx_presets": {
            "namespace": "ultp\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/ultp\/v1\/postx_presets"
                    }
                ]
            }
        },
        "\/ultp\/v3": {
            "namespace": "ultp\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "ultp\/v3",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/ultp\/v3"
                    }
                ]
            }
        },
        "\/ultp\/v3\/single_page_import": {
            "namespace": "ultp\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/ultp\/v3\/single_page_import"
                    }
                ]
            }
        },
        "\/ultp\/v3\/deletepost_getnewsletters": {
            "namespace": "ultp\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/ultp\/v3\/deletepost_getnewsletters"
                    }
                ]
            }
        },
        "\/ultp\/v3\/starter_import_content": {
            "namespace": "ultp\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/ultp\/v3\/starter_import_content"
                    }
                ]
            }
        },
        "\/ultp\/v3\/starter_dummy_post": {
            "namespace": "ultp\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/ultp\/v3\/starter_dummy_post"
                    }
                ]
            }
        },
        "\/ultp\/v2\/addon_block_action": {
            "namespace": "ultp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/ultp\/v2\/addon_block_action"
                    }
                ]
            }
        },
        "\/ultp\/v2\/save_plugin_settings": {
            "namespace": "ultp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/ultp\/v2\/save_plugin_settings"
                    }
                ]
            }
        },
        "\/ultp\/v2\/get_all_settings": {
            "namespace": "ultp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/ultp\/v2\/get_all_settings"
                    }
                ]
            }
        },
        "\/ultp\/v2\/dashborad": {
            "namespace": "ultp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/ultp\/v2\/dashborad"
                    }
                ]
            }
        },
        "\/ultp\/v2\/wizard_site_status": {
            "namespace": "ultp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/ultp\/v2\/wizard_site_status"
                    }
                ]
            }
        },
        "\/ultp\/v2\/send_initial_plugin_data": {
            "namespace": "ultp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/ultp\/v2\/send_initial_plugin_data"
                    }
                ]
            }
        },
        "\/ultp\/v2\/initial_setup_complete": {
            "namespace": "ultp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/ultp\/v2\/initial_setup_complete"
                    }
                ]
            }
        },
        "\/ultp\/v2\/template_action": {
            "namespace": "ultp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/ultp\/v2\/template_action"
                    }
                ]
            }
        },
        "\/ultp\/hello_bar": {
            "namespace": "ultp",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/ultp\/hello_bar"
                    }
                ]
            }
        },
        "\/userway\/v1": {
            "namespace": "userway\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "userway\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/userway\/v1"
                    }
                ]
            }
        },
        "\/userway\/v1\/save": {
            "namespace": "userway\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/userway\/v1\/save"
                    }
                ]
            }
        },
        "\/userway\/v1\/debug": {
            "namespace": "userway\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/userway\/v1\/debug"
                    }
                ]
            }
        },
        "\/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:\/\/radentscheid-heidelberg.de\/en\/wp-json\/kb-mailerlite\/v1"
                    }
                ]
            }
        },
        "\/kb-mailerlite\/v1\/get": {
            "namespace": "kb-mailerlite\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "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:\/\/radentscheid-heidelberg.de\/en\/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:\/\/radentscheid-heidelberg.de\/en\/wp-json\/kb-getresponse\/v1"
                    }
                ]
            }
        },
        "\/kb-getresponse\/v1\/get": {
            "namespace": "kb-getresponse\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "endpoint": {
                            "description": "Actionable endpoint for api call.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/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:\/\/radentscheid-heidelberg.de\/en\/wp-json\/kb-fluentcrm\/v1"
                    }
                ]
            }
        },
        "\/kb-fluentcrm\/v1\/get": {
            "namespace": "kb-fluentcrm\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "endpoint": {
                            "description": "Actionable endpoint for api call.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/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:\/\/radentscheid-heidelberg.de\/en\/wp-json\/kbp\/v1"
                    }
                ]
            }
        },
        "\/kbp\/v1\/post-query": {
            "namespace": "kbp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results to return.",
                            "type": "number",
                            "default": 25,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "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:\/\/radentscheid-heidelberg.de\/en\/wp-json\/kbp\/v1\/post-query"
                    }
                ]
            }
        },
        "\/kbp\/v1\/taxonomies-select": {
            "namespace": "kbp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "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 those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "source": {
                            "description": "The source of the content.",
                            "type": "string",
                            "default": "",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/kbp\/v1\/taxonomies-select"
                    }
                ]
            }
        },
        "\/kbp\/v1\/term-select": {
            "namespace": "kbp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "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 those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "source": {
                            "description": "The source of the content.",
                            "type": "string",
                            "default": "",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/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:\/\/radentscheid-heidelberg.de\/en\/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:\/\/radentscheid-heidelberg.de\/en\/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:\/\/radentscheid-heidelberg.de\/en\/wp-json\/kb-vector\/v1"
                    }
                ]
            }
        },
        "\/kb-vector\/v1\/vectors": {
            "namespace": "kb-vector\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/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:\/\/radentscheid-heidelberg.de\/en\/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": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "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:\/\/radentscheid-heidelberg.de\/en\/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": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "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:\/\/radentscheid-heidelberg.de\/en\/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": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "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:\/\/radentscheid-heidelberg.de\/en\/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": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "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:\/\/radentscheid-heidelberg.de\/en\/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": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "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:\/\/radentscheid-heidelberg.de\/en\/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": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "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:\/\/radentscheid-heidelberg.de\/en\/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": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "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:\/\/radentscheid-heidelberg.de\/en\/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": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "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:\/\/radentscheid-heidelberg.de\/en\/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": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "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:\/\/radentscheid-heidelberg.de\/en\/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": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "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:\/\/radentscheid-heidelberg.de\/en\/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": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "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:\/\/radentscheid-heidelberg.de\/en\/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": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "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:\/\/radentscheid-heidelberg.de\/en\/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": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "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:\/\/radentscheid-heidelberg.de\/en\/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": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "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:\/\/radentscheid-heidelberg.de\/en\/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": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "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:\/\/radentscheid-heidelberg.de\/en\/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": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "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:\/\/radentscheid-heidelberg.de\/en\/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": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "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:\/\/radentscheid-heidelberg.de\/en\/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": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "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:\/\/radentscheid-heidelberg.de\/en\/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": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "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:\/\/radentscheid-heidelberg.de\/en\/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:\/\/radentscheid-heidelberg.de\/en\/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": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "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:\/\/radentscheid-heidelberg.de\/en\/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:\/\/radentscheid-heidelberg.de\/en\/wp-json\/kb-design-library\/v1\/handle_event"
                    }
                ]
            }
        },
        "\/complianz\/v1": {
            "namespace": "complianz\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "complianz\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/complianz\/v1"
                    }
                ]
            }
        },
        "\/complianz\/v1\/documents": {
            "namespace": "complianz\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/complianz\/v1\/documents"
                    }
                ]
            }
        },
        "\/complianz\/v1\/banner": {
            "namespace": "complianz\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/complianz\/v1\/banner"
                    }
                ]
            }
        },
        "\/complianz\/v1\/track": {
            "namespace": "complianz\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/complianz\/v1\/track"
                    }
                ]
            }
        },
        "\/complianz\/v1\/manage_consent_html": {
            "namespace": "complianz\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/complianz\/v1\/manage_consent_html"
                    }
                ]
            }
        },
        "\/complianz\/v1\/store_cookies": {
            "namespace": "complianz\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/complianz\/v1\/store_cookies"
                    }
                ]
            }
        },
        "\/complianz\/v1\/consent-area\/(?P<post_id>([0-9]+))\/(?P<block_id>([a-z0-9-_]+))": {
            "namespace": "complianz\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/complianz\/v1\/datarequests": {
            "namespace": "complianz\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/complianz\/v1\/datarequests"
                    }
                ]
            }
        },
        "\/complianz\/v1\/cookie_data": {
            "namespace": "complianz\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/complianz\/v1\/cookie_data"
                    }
                ]
            }
        },
        "\/complianz\/v1\/wsc-scan": {
            "namespace": "complianz\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/complianz\/v1\/wsc-scan"
                    }
                ]
            }
        },
        "\/complianz\/v1\/wsc-checks": {
            "namespace": "complianz\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/complianz\/v1\/wsc-checks"
                    }
                ]
            }
        },
        "\/duplicate-post\/v1": {
            "namespace": "duplicate-post\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "duplicate-post\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/duplicate-post\/v1"
                    }
                ]
            }
        },
        "\/duplicate-post\/v1\/original\/(?P<post_id>\\d+)": {
            "namespace": "duplicate-post\/v1",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "post_id": {
                            "description": "The ID of the post to remove the original reference from.",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/kaliforms\/v1": {
            "namespace": "kaliforms\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "kaliforms\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/kaliforms\/v1"
                    }
                ]
            }
        },
        "\/kaliforms\/v1\/forms": {
            "namespace": "kaliforms\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/kaliforms\/v1\/forms"
                    }
                ]
            }
        },
        "\/kaliforms\/v1\/forms\/(?P<id>[\\d]+)": {
            "namespace": "kaliforms\/v1",
            "methods": [
                "GET",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/kaliforms\/v1\/forms\/options": {
            "namespace": "kaliforms\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/kaliforms\/v1\/forms\/options"
                    }
                ]
            }
        },
        "\/kaliforms\/v1\/forms\/builder\/(?P<retrieve>[\\w]+)": {
            "namespace": "kaliforms\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/kaliforms\/v1\/forms\/notifications": {
            "namespace": "kaliforms\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/kaliforms\/v1\/forms\/notifications"
                    }
                ]
            }
        },
        "\/kaliforms\/v1\/forms\/entries\/(?P<id>[\\d]+)": {
            "namespace": "kaliforms\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/kaliforms\/v1\/entries\/(?P<id>[\\d]+)": {
            "namespace": "kaliforms\/v1",
            "methods": [
                "GET",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/kaliforms\/v1\/entries\/parsed\/(?P<id>[\\d]+)": {
            "namespace": "kaliforms\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/kaliforms\/v1\/entries\/parsed\/multiple": {
            "namespace": "kaliforms\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/kaliforms\/v1\/entries\/parsed\/multiple"
                    }
                ]
            }
        },
        "\/kaliforms\/v1\/entries\/aggregate": {
            "namespace": "kaliforms\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/kaliforms\/v1\/entries\/aggregate"
                    }
                ]
            }
        },
        "\/kaliforms\/v1\/entries\/aggregate\/parsed": {
            "namespace": "kaliforms\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/kaliforms\/v1\/entries\/aggregate\/parsed"
                    }
                ]
            }
        },
        "\/kaliforms\/v1\/entries\/delete": {
            "namespace": "kaliforms\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/kaliforms\/v1\/entries\/delete"
                    }
                ]
            }
        },
        "\/kaliforms\/v1\/entries\/export": {
            "namespace": "kaliforms\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/kaliforms\/v1\/entries\/export"
                    }
                ]
            }
        },
        "\/kaliforms\/v1\/entries\/export\/google-sheets": {
            "namespace": "kaliforms\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/kaliforms\/v1\/entries\/export\/google-sheets"
                    }
                ]
            }
        },
        "\/kaliforms\/v1\/entries\/resend-emails": {
            "namespace": "kaliforms\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/kaliforms\/v1\/entries\/resend-emails"
                    }
                ]
            }
        },
        "\/kaliforms\/v1\/entries\/frontend-link": {
            "namespace": "kaliforms\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/kaliforms\/v1\/entries\/frontend-link"
                    }
                ]
            }
        },
        "\/kaliforms\/v1\/entry\/(?P<id>[\\d]+)": {
            "namespace": "kaliforms\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/podlove\/v1\/shownotes": {
            "namespace": "podlove\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "episode_id": {
                            "description": "Limit result set by episode.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove\/v1\/shownotes"
                    }
                ]
            }
        },
        "\/podlove\/v1\/shownotes\/(?P<id>[\\d]+)": {
            "namespace": "podlove\/v1",
            "methods": [
                "GET",
                "DELETE",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/podlove\/v1\/shownotes\/(?P<id>[\\d]+)\/unfurl": {
            "namespace": "podlove\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/podlove\/v1\/shownotes\/osf": {
            "namespace": "podlove\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove\/v1\/shownotes\/osf"
                    }
                ]
            }
        },
        "\/podlove\/v1\/shownotes\/html": {
            "namespace": "podlove\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove\/v1\/shownotes\/html"
                    }
                ]
            }
        },
        "\/podlove\/v1\/shownotes\/render\/html": {
            "namespace": "podlove\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove\/v1\/shownotes\/render\/html"
                    }
                ]
            }
        },
        "\/podlove\/v2\/shownotes": {
            "namespace": "podlove\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "episode_id": {
                            "description": "Limit result set by episode.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove\/v2\/shownotes"
                    }
                ]
            }
        },
        "\/podlove\/v2\/shownotes\/(?P<id>[\\d]+)": {
            "namespace": "podlove\/v2",
            "methods": [
                "GET",
                "DELETE",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/podlove\/v2\/shownotes\/(?P<id>[\\d]+)\/unfurl": {
            "namespace": "podlove\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/podlove\/v2\/shownotes\/osf": {
            "namespace": "podlove\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove\/v2\/shownotes\/osf"
                    }
                ]
            }
        },
        "\/podlove\/v2\/shownotes\/html": {
            "namespace": "podlove\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove\/v2\/shownotes\/html"
                    }
                ]
            }
        },
        "\/podlove\/v2\/episodes\/(?P<id>[\\d]+)\/related": {
            "namespace": "podlove\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the episode.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Get also episodes with status draft.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "draft",
                                "all"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the episode.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the episode.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/podlove\/v2\/episodes\/related": {
            "namespace": "podlove\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the episode relation.",
                            "type": "integer",
                            "required": false
                        },
                        "episode_id": {
                            "description": "Identifier for an episode.",
                            "type": "string",
                            "required": true
                        },
                        "related_episode_id": {
                            "description": "Identifier for an related Episode.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove\/v2\/episodes\/related"
                    }
                ]
            }
        },
        "\/podlove\/v2\/episodes\/related\/(?P<id>[\\d]+)": {
            "namespace": "podlove\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the episode relation.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Get also episodes with status draft.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "draft"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the episode relation.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the episode relation.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/podlove\/v1\/contributors": {
            "namespace": "podlove\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove\/v1\/contributors"
                    }
                ]
            }
        },
        "\/podlove\/v1\/contributors\/groups": {
            "namespace": "podlove\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove\/v1\/contributors\/groups"
                    }
                ]
            }
        },
        "\/podlove\/v1\/contributors\/roles": {
            "namespace": "podlove\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove\/v1\/contributors\/roles"
                    }
                ]
            }
        },
        "\/podlove\/v1\/contributors\/(?P<id>[\\d]+)": {
            "namespace": "podlove\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for contributor.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/podlove\/v1\/contributors\/episode\/(?P<id>[\\d]+)": {
            "namespace": "podlove\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for episode.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/podlove\/v2\/contributors": {
            "namespace": "podlove\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "filter": {
                            "description": "The filter parameter is used to filter the collection of contributors.",
                            "type": "string",
                            "enum": [
                                "all",
                                "visible"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove\/v2\/contributors"
                    }
                ]
            }
        },
        "\/podlove\/v2\/contributors\/(?P<id>[\\d]+)": {
            "namespace": "podlove\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for contributor.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for contributor.",
                            "type": "integer",
                            "required": false
                        },
                        "gender": {
                            "description": "Gender of the contributor",
                            "type": "string",
                            "enum": [
                                "female",
                                "male",
                                "Not attributed"
                            ],
                            "required": false
                        },
                        "visibility": {
                            "description": "Should the participation of the contributor be publicily visible?",
                            "type": "string",
                            "enum": [
                                "yes",
                                "no"
                            ],
                            "required": false
                        },
                        "identifier": {
                            "description": "identifier",
                            "type": "string",
                            "required": false
                        },
                        "organisation": {
                            "description": "Organisation",
                            "type": "string",
                            "required": false
                        },
                        "department": {
                            "description": "Department",
                            "type": "string",
                            "required": false
                        },
                        "jobtitle": {
                            "description": "Jobtitle of the contributor",
                            "type": "string",
                            "required": false
                        },
                        "realname": {
                            "description": "Name of the contributor",
                            "type": "string",
                            "required": false
                        },
                        "nickname": {
                            "description": "Nickname of the contributor",
                            "type": "string",
                            "required": false
                        },
                        "publicname": {
                            "description": "Used name in the blog",
                            "type": "string",
                            "required": false
                        },
                        "avatar": {
                            "description": "Avatar of the contributor",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "e-mail of the contributor Do not use external.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for contributor.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/podlove\/v2\/contributors\/groups": {
            "namespace": "podlove\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove\/v2\/contributors\/groups"
                    }
                ]
            }
        },
        "\/podlove\/v2\/contributors\/groups\/(?P<id>[\\d]+)": {
            "namespace": "podlove\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for contributor group.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for contributor group.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "Title of the contributor group",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Slug of the contributor group",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for contributor group.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/podlove\/v2\/contributors\/roles": {
            "namespace": "podlove\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove\/v2\/contributors\/roles"
                    }
                ]
            }
        },
        "\/podlove\/v2\/contributors\/roles\/(?P<id>[\\d]+)": {
            "namespace": "podlove\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for contributor role.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for contributor role.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "Title of the contributor role",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Slug of the contributor role",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for contributor role.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/podlove\/v2\/contributors\/defaults": {
            "namespace": "podlove\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove\/v2\/contributors\/defaults"
                    }
                ]
            }
        },
        "\/podlove\/v2\/contributors\/defaults\/(?P<id>[\\d]+)": {
            "namespace": "podlove\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for defaults contributor.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for defaults contributor.",
                            "type": "integer",
                            "required": false
                        },
                        "contributor_id": {
                            "description": "Contributor ID of the default contributor",
                            "type": "integer",
                            "required": true
                        },
                        "show_id": {
                            "description": "Show ID of the default contributor",
                            "type": "integer",
                            "required": true
                        },
                        "group_id": {
                            "description": "Group ID of the default contributor",
                            "type": "integer",
                            "required": false
                        },
                        "role_id": {
                            "description": "Role ID of the contributor group",
                            "type": "integer",
                            "required": false
                        },
                        "position": {
                            "description": "Position of the default contributor in the list",
                            "type": "integer",
                            "required": false
                        },
                        "comment": {
                            "description": "Comment to the default contributor",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for defaults contributor.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/podlove\/v2\/contributors\/(?P<id>[\\d]+)\/episodes": {
            "namespace": "podlove\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for contributor.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/podlove\/v2\/episodes\/(?P<id>[\\d]+)\/contributions": {
            "namespace": "podlove\/v2",
            "methods": [
                "GET",
                "POST",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the episode.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the episode.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the episode.",
                            "type": "integer",
                            "required": false
                        },
                        "contributors": {
                            "description": "List of contributors of the episode",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "contributor_id": {
                                        "description": "Id of a contributor",
                                        "type": "integer",
                                        "required": "true"
                                    },
                                    "group_id": {
                                        "description": "Id of group of the contributor",
                                        "type": "integer",
                                        "validate_callback": "\\Podlove\\Api\\Validation::isContributorGroupIdExist"
                                    },
                                    "role_id": {
                                        "description": "Id of role of the contributor",
                                        "type": "integer",
                                        "validate_callback": "\\Podlove\\Api\\Validation::isContributorRoleIdExist"
                                    },
                                    "comment": {
                                        "description": "Comment to the contribution",
                                        "type": "string"
                                    },
                                    "default_contributor": {
                                        "description": "Is the contributor a default contributor",
                                        "type": "boolean"
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the episode.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/podlove\/v2\/episodes\/contributions\/(?P<id>[\\d]+)": {
            "namespace": "podlove\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the contribution to an episode.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the contribution to an episode.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the contribution to an episode.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/podlove\/v2\/plus\/create_file_upload": {
            "namespace": "podlove\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove\/v2\/plus\/create_file_upload"
                    }
                ]
            }
        },
        "\/podlove\/v2\/plus\/check_file_exists": {
            "namespace": "podlove\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove\/v2\/plus\/check_file_exists"
                    }
                ]
            }
        },
        "\/podlove\/v2\/plus\/complete_file_upload": {
            "namespace": "podlove\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove\/v2\/plus\/complete_file_upload"
                    }
                ]
            }
        },
        "\/podlove\/v2\/plus\/migrate_file": {
            "namespace": "podlove\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove\/v2\/plus\/migrate_file"
                    }
                ]
            }
        },
        "\/podlove\/v2\/plus\/set_migration_complete": {
            "namespace": "podlove\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove\/v2\/plus\/set_migration_complete"
                    }
                ]
            }
        },
        "\/podlove\/v2\/plus\/get_migration_status": {
            "namespace": "podlove\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove\/v2\/plus\/get_migration_status"
                    }
                ]
            }
        },
        "\/podlove\/v2\/plus\/generate_filename": {
            "namespace": "podlove\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "original_filename": {
                            "type": "string",
                            "description": "The original filename to generate new filename from",
                            "required": true
                        },
                        "episode_id": {
                            "type": "integer",
                            "description": "The episode ID to generate filename for",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove\/v2\/plus\/generate_filename"
                    }
                ]
            }
        },
        "\/podlove\/v1\/social\/services": {
            "namespace": "podlove\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "category": {
                            "description": "category: social, donation, internal",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove\/v1\/social\/services"
                    }
                ]
            }
        },
        "\/podlove\/v1\/social\/services\/contributor\/(?P<id>[\\d]+)": {
            "namespace": "podlove\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "contributor id",
                            "type": "string",
                            "required": false
                        },
                        "category": {
                            "description": "category: social, donation, internal",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/podlove\/v2\/social\/services": {
            "namespace": "podlove\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "category": {
                            "description": "category: social, donation, internal",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove\/v2\/social\/services"
                    }
                ]
            }
        },
        "\/podlove\/v2\/social\/services\/(?P<id>[\\d]+)": {
            "namespace": "podlove\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/podlove\/v2\/social\/contributors\/(?P<id>[\\d]+)": {
            "namespace": "podlove\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "contributor id",
                            "type": "string",
                            "required": false
                        },
                        "category": {
                            "description": "category: social, donation, internal",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "contributor id",
                            "type": "string",
                            "required": false
                        },
                        "category": {
                            "description": "category: social, donation, internal",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/podlove\/v2\/social\/contributors\/service\/(?P<id>[\\d]+)": {
            "namespace": "podlove\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "contributor social service id",
                            "type": "string",
                            "required": false
                        },
                        "category": {
                            "description": "category: social, donation, internal",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "contributor social service id",
                            "type": "string",
                            "required": false
                        },
                        "category": {
                            "description": "category: social, donation, internal",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "contributor social service id",
                            "type": "string",
                            "required": false
                        },
                        "category": {
                            "description": "category: social, donation, internal",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/podlove\/v2\/social\/podcast": {
            "namespace": "podlove\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "category": {
                            "description": "category: social, donation, internal",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "category": {
                            "description": "category: social, donation, internal",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/podlove\/v2\/social\/podcast"
                    }
                ]
            }
        },
        "\/podlove\/v2\/social\/podcast\/service\/(?P<id>[\\d]+)": {
            "namespace": "podlove\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "podcast social service id",
                            "type": "string",
                            "required": false
                        },
                        "category": {
                            "description": "category: social, donation, internal",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "podcast social service id",
                            "type": "string",
                            "required": false
                        },
                        "category": {
                            "description": "category: social, donation, internal",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "podcast social service id",
                            "type": "string",
                            "required": false
                        },
                        "category": {
                            "description": "category: social, donation, internal",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp-statistics\/v2": {
            "namespace": "wp-statistics\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wp-statistics\/v2",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/wp-statistics\/v2"
                    }
                ]
            }
        },
        "\/wp-statistics\/v2\/metabox": {
            "namespace": "wp-statistics\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "name": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/wp-statistics\/v2\/metabox"
                    }
                ]
            }
        },
        "\/wprps-post-slider\/v1": {
            "namespace": "wprps-post-slider\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wprps-post-slider\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/wprps-post-slider\/v1"
                    }
                ]
            }
        },
        "\/wprps-post-slider\/v1\/analytics": {
            "namespace": "wprps-post-slider\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/wprps-post-slider\/v1\/analytics"
                    }
                ]
            }
        },
        "\/llar\/v1": {
            "namespace": "llar\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "llar\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/llar\/v1"
                    }
                ]
            }
        },
        "\/llar\/v1\/mfa\/send-code": {
            "namespace": "llar\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "token": {
                            "type": "string",
                            "required": true
                        },
                        "secret": {
                            "type": "string",
                            "required": true
                        },
                        "code": {
                            "type": "string",
                            "required": false
                        },
                        "ip": {
                            "type": "string",
                            "required": false
                        },
                        "browser": {
                            "type": "string",
                            "required": false
                        },
                        "location": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/llar\/v1\/mfa\/send-code"
                    }
                ]
            }
        },
        "\/ultp\/v2\/get_single_premade": {
            "namespace": "ultp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/ultp\/v2\/get_single_premade"
                    }
                ]
            }
        },
        "\/ultp\/v2\/condition": {
            "namespace": "ultp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/ultp\/v2\/condition"
                    }
                ]
            }
        },
        "\/ultp\/v2\/condition_save": {
            "namespace": "ultp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/ultp\/v2\/condition_save"
                    }
                ]
            }
        },
        "\/ultp\/v2\/data_builder": {
            "namespace": "ultp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/ultp\/v2\/data_builder"
                    }
                ]
            }
        },
        "\/wp-statistics\/v2\/export\/(?P<driver>[a-zA-Z0-9-_]+)": {
            "namespace": "wp-statistics\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "driver": {
                            "description": "The export driver to use",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp-statistics\/v2\/import\/(?P<driver>[a-zA-Z0-9-_]+)": {
            "namespace": "wp-statistics\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "driver": {
                            "description": "The import driver to use",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/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:\/\/radentscheid-heidelberg.de\/en\/wp-json\/wp\/v2"
                    }
                ]
            }
        },
        "\/wp\/v2\/posts": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limit response to posts modified after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limit result set to posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Ensure result set excludes posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limit response to posts modified before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array of column names to be searched.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "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": "Limit result set based on relationship between multiple taxonomies.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "categories": {
                            "description": "Limit result set to items with specific terms assigned in the categories taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID List",
                                    "description": "Match terms with the listed IDs.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Perform an advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Whether to include child terms in the terms limiting the result set.",
                                            "type": "boolean",
                                            "default": false
                                        },
                                        "operator": {
                                            "description": "Whether items must be assigned all or any of the specified terms.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "categories_exclude": {
                            "description": "Limit result set to items except those with specific terms assigned in the categories taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID List",
                                    "description": "Match terms with the listed IDs.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Perform an advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Whether to include child terms in the terms limiting the result set.",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags": {
                            "description": "Limit result set to items with specific terms assigned in the tags taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID List",
                                    "description": "Match terms with the listed IDs.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Perform an advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Whether items must be assigned all or any of the specified terms.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags_exclude": {
                            "description": "Limit result set to items except those with specific terms assigned in the tags taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID List",
                                    "description": "Match terms with the listed IDs.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Perform an advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "sticky": {
                            "description": "Limit result set to items that are sticky.",
                            "type": "boolean",
                            "required": false
                        },
                        "ignore_sticky": {
                            "description": "Whether to ignore sticky posts or not.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        },
                        "format": {
                            "description": "Limit result set to items assigned one or more given formats.",
                            "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": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "The excerpt for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Excerpt for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML excerpt for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the excerpt is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Whether or not comments are open on the post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Whether or not the post can be pinged.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "The format for the post.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "Whether or not the post should be treated as sticky.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "The terms assigned to the post in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "The terms assigned to the post in the post_tag taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "featured_image_urls_v2": {
                            "description": "Different sized featured images",
                            "type": "array",
                            "required": false
                        },
                        "post_excerpt_stackable_v2": {
                            "description": "Post excerpt for Stackable",
                            "type": "string",
                            "required": false
                        },
                        "category_list_v2": {
                            "description": "Category list links",
                            "type": "string",
                            "required": false
                        },
                        "author_info_v2": {
                            "description": "Author information",
                            "type": "array",
                            "required": false
                        },
                        "comments_num_v2": {
                            "description": "Number of comments",
                            "type": "number",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/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": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "Override the default excerpt length.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "The password for the post if it is password protected.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "The excerpt for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Excerpt for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML excerpt for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the excerpt is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Whether or not comments are open on the post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Whether or not the post can be pinged.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "The format for the post.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "Whether or not the post should be treated as sticky.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "The terms assigned to the post in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "The terms assigned to the post in the post_tag taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "featured_image_urls_v2": {
                            "description": "Different sized featured images",
                            "type": "array",
                            "required": false
                        },
                        "post_excerpt_stackable_v2": {
                            "description": "Post excerpt for Stackable",
                            "type": "string",
                            "required": false
                        },
                        "category_list_v2": {
                            "description": "Category list links",
                            "type": "string",
                            "required": false
                        },
                        "author_info_v2": {
                            "description": "Author information",
                            "type": "array",
                            "required": false
                        },
                        "comments_num_v2": {
                            "description": "Number of comments",
                            "type": "number",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by object attribute.",
                            "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": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Required to be true, as revisions do not support trashing.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "The excerpt for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Excerpt for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML excerpt for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the excerpt is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Whether or not comments are open on the post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Whether or not the post can be pinged.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "The format for the post.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "Whether or not the post should be treated as sticky.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "The terms assigned to the post in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "The terms assigned to the post in the post_tag taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "featured_image_urls_v2": {
                            "description": "Different sized featured images",
                            "type": "array",
                            "required": false
                        },
                        "post_excerpt_stackable_v2": {
                            "description": "Post excerpt for Stackable",
                            "type": "string",
                            "required": false
                        },
                        "category_list_v2": {
                            "description": "Category list links",
                            "type": "string",
                            "required": false
                        },
                        "author_info_v2": {
                            "description": "Author information",
                            "type": "array",
                            "required": false
                        },
                        "comments_num_v2": {
                            "description": "Number of comments",
                            "type": "number",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "The ID for the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "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": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limit response to posts modified after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limit result set to posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Ensure result set excludes posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limit response to posts modified before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Limit result set to posts with a specific menu_order value.",
                            "type": "integer",
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Limit result set to items with particular parent IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Limit result set to all items except those of a particular parent ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array of column names to be searched.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "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": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "The ID for the parent of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "The excerpt for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Excerpt for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML excerpt for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the excerpt is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Whether or not comments are open on the post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Whether or not the post can be pinged.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "The order of the post in relation to other posts.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "featured_image_urls_v2": {
                            "description": "Different sized featured images",
                            "type": "array",
                            "required": false
                        },
                        "post_excerpt_stackable_v2": {
                            "description": "Post excerpt for Stackable",
                            "type": "string",
                            "required": false
                        },
                        "category_list_v2": {
                            "description": "Category list links",
                            "type": "string",
                            "required": false
                        },
                        "author_info_v2": {
                            "description": "Author information",
                            "type": "array",
                            "required": false
                        },
                        "comments_num_v2": {
                            "description": "Number of comments",
                            "type": "number",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/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": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "Override the default excerpt length.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "The password for the post if it is password protected.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "The ID for the parent of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "The excerpt for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Excerpt for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML excerpt for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the excerpt is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Whether or not comments are open on the post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Whether or not the post can be pinged.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "The order of the post in relation to other posts.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "featured_image_urls_v2": {
                            "description": "Different sized featured images",
                            "type": "array",
                            "required": false
                        },
                        "post_excerpt_stackable_v2": {
                            "description": "Post excerpt for Stackable",
                            "type": "string",
                            "required": false
                        },
                        "category_list_v2": {
                            "description": "Category list links",
                            "type": "string",
                            "required": false
                        },
                        "author_info_v2": {
                            "description": "Author information",
                            "type": "array",
                            "required": false
                        },
                        "comments_num_v2": {
                            "description": "Number of comments",
                            "type": "number",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by object attribute.",
                            "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": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Required to be true, as revisions do not support trashing.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "The excerpt for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Excerpt for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML excerpt for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the excerpt is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Whether or not comments are open on the post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Whether or not the post can be pinged.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "The order of the post in relation to other posts.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "featured_image_urls_v2": {
                            "description": "Different sized featured images",
                            "type": "array",
                            "required": false
                        },
                        "post_excerpt_stackable_v2": {
                            "description": "Post excerpt for Stackable",
                            "type": "string",
                            "required": false
                        },
                        "category_list_v2": {
                            "description": "Category list links",
                            "type": "string",
                            "required": false
                        },
                        "author_info_v2": {
                            "description": "Author information",
                            "type": "array",
                            "required": false
                        },
                        "comments_num_v2": {
                            "description": "Number of comments",
                            "type": "number",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "The ID for the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "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": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limit response to posts modified after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limit result set to posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Ensure result set excludes posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limit response to posts modified before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Limit result set to items with particular parent IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Limit result set to all items except those of a particular parent ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array of column names to be searched.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "inherit",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "inherit",
                                    "private",
                                    "trash"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "media_type": {
                            "default": null,
                            "description": "Limit result set to attachments of a particular media type or media types.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "image",
                                    "video",
                                    "text",
                                    "application",
                                    "audio"
                                ]
                            },
                            "required": false
                        },
                        "mime_type": {
                            "default": null,
                            "description": "Limit result set to attachments of a particular MIME type or MIME types.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Whether or not comments are open on the post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Whether or not the post can be pinged.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "alt_text": {
                            "description": "Alternative text to display when attachment is not displayed.",
                            "type": "string",
                            "required": false
                        },
                        "caption": {
                            "description": "The attachment caption.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Caption for the attachment, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML caption for the attachment, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "The attachment description.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Description for the attachment, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML description for the attachment, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "The ID for the associated post of the attachment.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/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": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Whether or not comments are open on the post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Whether or not the post can be pinged.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "alt_text": {
                            "description": "Alternative text to display when attachment is not displayed.",
                            "type": "string",
                            "required": false
                        },
                        "caption": {
                            "description": "The attachment caption.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Caption for the attachment, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML caption for the attachment, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "The attachment description.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Description for the attachment, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML description for the attachment, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "The ID for the associated post of the attachment.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/media\/(?P<id>[\\d]+)\/post-process": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the attachment.",
                            "type": "integer",
                            "required": false
                        },
                        "action": {
                            "type": "string",
                            "enum": [
                                "create-image-subsizes"
                            ],
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/media\/(?P<id>[\\d]+)\/edit": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "src": {
                            "description": "URL to the edited image file.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "modifiers": {
                            "description": "Array of image edits.",
                            "type": "array",
                            "minItems": 1,
                            "items": {
                                "description": "Image edit.",
                                "type": "object",
                                "required": [
                                    "type",
                                    "args"
                                ],
                                "oneOf": [
                                    {
                                        "title": "Flip",
                                        "properties": {
                                            "type": {
                                                "description": "Flip type.",
                                                "type": "string",
                                                "enum": [
                                                    "flip"
                                                ]
                                            },
                                            "args": {
                                                "description": "Flip arguments.",
                                                "type": "object",
                                                "required": [
                                                    "flip"
                                                ],
                                                "properties": {
                                                    "flip": {
                                                        "description": "Flip direction.",
                                                        "type": "object",
                                                        "required": [
                                                            "horizontal",
                                                            "vertical"
                                                        ],
                                                        "properties": {
                                                            "horizontal": {
                                                                "description": "Whether to flip in the horizontal direction.",
                                                                "type": "boolean"
                                                            },
                                                            "vertical": {
                                                                "description": "Whether to flip in the vertical direction.",
                                                                "type": "boolean"
                                                            }
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    },
                                    {
                                        "title": "Rotation",
                                        "properties": {
                                            "type": {
                                                "description": "Rotation type.",
                                                "type": "string",
                                                "enum": [
                                                    "rotate"
                                                ]
                                            },
                                            "args": {
                                                "description": "Rotation arguments.",
                                                "type": "object",
                                                "required": [
                                                    "angle"
                                                ],
                                                "properties": {
                                                    "angle": {
                                                        "description": "Angle to rotate clockwise in degrees.",
                                                        "type": "number"
                                                    }
                                                }
                                            }
                                        }
                                    },
                                    {
                                        "title": "Crop",
                                        "properties": {
                                            "type": {
                                                "description": "Crop type.",
                                                "type": "string",
                                                "enum": [
                                                    "crop"
                                                ]
                                            },
                                            "args": {
                                                "description": "Crop arguments.",
                                                "type": "object",
                                                "required": [
                                                    "left",
                                                    "top",
                                                    "width",
                                                    "height"
                                                ],
                                                "properties": {
                                                    "left": {
                                                        "description": "Horizontal position from the left to begin the crop as a percentage of the image width.",
                                                        "type": "number"
                                                    },
                                                    "top": {
                                                        "description": "Vertical position from the top to begin the crop as a percentage of the image height.",
                                                        "type": "number"
                                                    },
                                                    "width": {
                                                        "description": "Width of the crop as a percentage of the image width.",
                                                        "type": "number"
                                                    },
                                                    "height": {
                                                        "description": "Height of the crop as a percentage of the image height.",
                                                        "type": "number"
                                                    }
                                                }
                                            }
                                        }
                                    }
                                ]
                            },
                            "required": false
                        },
                        "rotation": {
                            "description": "The amount to rotate the image clockwise in degrees. DEPRECATED: Use `modifiers` instead.",
                            "type": "integer",
                            "minimum": 0,
                            "exclusiveMinimum": true,
                            "maximum": 360,
                            "exclusiveMaximum": true,
                            "required": false
                        },
                        "x": {
                            "description": "As a percentage of the image, the x position to start the crop from. DEPRECATED: Use `modifiers` instead.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "y": {
                            "description": "As a percentage of the image, the y position to start the crop from. DEPRECATED: Use `modifiers` instead.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "width": {
                            "description": "As a percentage of the image, the width to crop the image to. DEPRECATED: Use `modifiers` instead.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "height": {
                            "description": "As a percentage of the image, the height to crop the image to. DEPRECATED: Use `modifiers` instead.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "caption": {
                            "description": "The attachment caption.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Caption for the attachment, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML caption for the attachment, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "The attachment description.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Description for the attachment, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML description for the attachment, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "The ID for the associated post of the attachment.",
                            "type": "integer",
                            "required": false
                        },
                        "alt_text": {
                            "description": "Alternative text to display when attachment is not displayed.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 100,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limit response to posts modified after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limit response to posts modified before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by object attribute.",
                            "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": "Array of column names to be searched.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "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": "Limit result set based on relationship between multiple taxonomies.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "menus": {
                            "description": "Limit result set to items with specific terms assigned in the menus taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID List",
                                    "description": "Match terms with the listed IDs.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Perform an advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Whether items must be assigned all or any of the specified terms.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "menus_exclude": {
                            "description": "Limit result set to items except those with specific terms assigned in the menus taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID List",
                                    "description": "Match terms with the listed IDs.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Perform an advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Limit result set to posts with a specific menu_order value.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "title": {
                            "description": "The title for the object.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Title for the object, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the object, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "default": "custom",
                            "description": "The family of objects originally represented, such as \"post_type\" or \"taxonomy\".",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "A named status for the object.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "parent": {
                            "default": 0,
                            "description": "The ID for the parent of the object.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "attr_title": {
                            "description": "Text for the title attribute of the link element for this menu item.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "Class names for the link element of this menu item.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "The description of this menu item.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "default": 1,
                            "description": "The DB ID of the nav_menu_item that is this item's menu parent, if any, otherwise 0.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "The type of object originally represented, such as \"category\", \"post\", or \"attachment\".",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "default": 0,
                            "description": "The database ID of the original object this menu item represents, for example the ID for posts or the term_id for categories.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "The target attribute of the link element for this menu item.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "The URL to which this menu item points.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "The XFN relationship expressed in the link of this menu item.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "The terms assigned to the object in the nav_menu taxonomy.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/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": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the object.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Title for the object, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the object, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "description": "The family of objects originally represented, such as \"post_type\" or \"taxonomy\".",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the object.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "The ID for the parent of the object.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "attr_title": {
                            "description": "Text for the title attribute of the link element for this menu item.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "Class names for the link element of this menu item.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "The description of this menu item.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "The DB ID of the nav_menu_item that is this item's menu parent, if any, otherwise 0.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "The type of object originally represented, such as \"category\", \"post\", or \"attachment\".",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "description": "The database ID of the original object this menu item represents, for example the ID for posts or the term_id for categories.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "The target attribute of the link element for this menu item.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "The URL to which this menu item points.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "The XFN relationship expressed in the link of this menu item.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "The terms assigned to the object in the nav_menu taxonomy.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the object.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "title": {
                            "description": "The title for the object.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Title for the object, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the object, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "description": "The family of objects originally represented, such as \"post_type\" or \"taxonomy\".",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the object.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "attr_title": {
                            "description": "Text for the title attribute of the link element for this menu item.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "Class names for the link element of this menu item.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "The description of this menu item.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "The DB ID of the nav_menu_item that is this item's menu parent, if any, otherwise 0.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "The type of object originally represented, such as \"category\", \"post\", or \"attachment\".",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "description": "The database ID of the original object this menu item represents, for example the ID for posts or the term_id for categories.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "The target attribute of the link element for this menu item.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "The URL to which this menu item points.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "The XFN relationship expressed in the link of this menu item.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "The terms assigned to the object in the nav_menu taxonomy.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "inline_featured_image": {
                                    "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": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "The ID for the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "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": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limit response to posts modified after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limit response to posts modified before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array of column names to be searched.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "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": "Limit result set based on relationship between multiple taxonomies.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "Limit result set to items with specific terms assigned in the wp_pattern_category taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID List",
                                    "description": "Match terms with the listed IDs.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Perform an advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Whether items must be assigned all or any of the specified terms.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "wp_pattern_category_exclude": {
                            "description": "Limit result set to items except those with specific terms assigned in the wp_pattern_category taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID List",
                                    "description": "Match terms with the listed IDs.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Perform an advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "The excerpt for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Excerpt for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML excerpt for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the excerpt is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "inline_featured_image": {
                                    "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": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "The terms assigned to the post in the wp_pattern_category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/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": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "Override the default excerpt length.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "The password for the post if it is password protected.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "The excerpt for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Excerpt for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML excerpt for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the excerpt is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "inline_featured_image": {
                                    "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": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "The terms assigned to the post in the wp_pattern_category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by object attribute.",
                            "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": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Required to be true, as revisions do not support trashing.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "The excerpt for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Excerpt for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML excerpt for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the excerpt is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "inline_featured_image": {
                                    "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": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "The terms assigned to the post in the wp_pattern_category taxonomy.",
                            "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": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "The ID for the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "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": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by object attribute.",
                            "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": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Required to be true, as revisions do not support trashing.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Unique slug identifying the template.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "Theme identifier for the template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Type of template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Content of template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Content for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "Title of template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Title for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the template, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Description of template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Status of template.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the template.",
                            "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": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "The ID for the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "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": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "wp_id": {
                            "description": "Limit to the specified post id.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Limit to the specified template part area.",
                            "type": "string",
                            "required": false
                        },
                        "post_type": {
                            "description": "Post type to get the templates for.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "description": "Unique slug identifying the template.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": true
                        },
                        "theme": {
                            "description": "Theme identifier for the template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Type of template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "default": "",
                            "description": "Content of template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Content for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "default": "",
                            "description": "Title of template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Title for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the template, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "default": "",
                            "description": "Description of template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Status of template.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the template.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/wp\/v2\/templates"
                    }
                ]
            }
        },
        "\/wp\/v2\/templates\/lookup": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "The slug of the template to get the fallback for",
                            "type": "string",
                            "required": true
                        },
                        "is_custom": {
                            "description": "Indicates if a template is custom or part of the template hierarchy",
                            "type": "boolean",
                            "required": false
                        },
                        "template_prefix": {
                            "description": "The template prefix for the created template. This is used to extract the main template type, e.g. in `taxonomy-books` extracts the `taxonomy`",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/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": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Unique slug identifying the template.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "Theme identifier for the template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Type of template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Content of template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Content for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "Title of template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Title for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the template, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Description of template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Status of template.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the template.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by object attribute.",
                            "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": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Required to be true, as revisions do not support trashing.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Unique slug identifying the template.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "Theme identifier for the template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Type of template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Content of template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Content for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "Title of template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Title for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the template, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Description of template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Status of template.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the template.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Where the template part is intended for use (header, footer, etc.)",
                            "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": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "The ID for the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "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": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "wp_id": {
                            "description": "Limit to the specified post id.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Limit to the specified template part area.",
                            "type": "string",
                            "required": false
                        },
                        "post_type": {
                            "description": "Post type to get the templates for.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "description": "Unique slug identifying the template.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": true
                        },
                        "theme": {
                            "description": "Theme identifier for the template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Type of template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "default": "",
                            "description": "Content of template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Content for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "default": "",
                            "description": "Title of template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Title for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the template, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "default": "",
                            "description": "Description of template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Status of template.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the template.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Where the template part is intended for use (header, footer, etc.)",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/wp\/v2\/template-parts"
                    }
                ]
            }
        },
        "\/wp\/v2\/template-parts\/lookup": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "The slug of the template to get the fallback for",
                            "type": "string",
                            "required": true
                        },
                        "is_custom": {
                            "description": "Indicates if a template is custom or part of the template hierarchy",
                            "type": "boolean",
                            "required": false
                        },
                        "template_prefix": {
                            "description": "The template prefix for the created template. This is used to extract the main template type, e.g. in `taxonomy-books` extracts the `taxonomy`",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/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": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Unique slug identifying the template.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "Theme identifier for the template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Type of template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Content of template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Content for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "Title of template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Title for the template, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the template, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Description of template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Status of template.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the template.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Where the template part is intended for use (header, footer, etc.)",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "The id of a template",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "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": "The ID for the parent of the global styles revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the global styles revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "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": "The theme identifier",
                            "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": "The theme identifier",
                            "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": "ID of global styles config.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": false
                    },
                    "args": {
                        "styles": {
                            "description": "Global styles.",
                            "type": [
                                "object"
                            ],
                            "required": false
                        },
                        "settings": {
                            "description": "Global settings.",
                            "type": [
                                "object"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "Title of the global styles variation.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Title for the global styles variation, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "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": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limit response to posts modified after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limit response to posts modified before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array of column names to be searched.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "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": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/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": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "The password for the post if it is password protected.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by object attribute.",
                            "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": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Required to be true, as revisions do not support trashing.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "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": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "The ID for the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "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": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "id",
                            "enum": [
                                "id",
                                "include"
                            ],
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "theme_json_version": {
                            "description": "Version of the theme.json schema used for the typography settings.",
                            "type": "integer",
                            "default": 3,
                            "minimum": 2,
                            "maximum": 3,
                            "required": false
                        },
                        "font_family_settings": {
                            "description": "font-family declaration in theme.json format, encoded as a string.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/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": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "theme_json_version": {
                            "description": "Version of the theme.json schema used for the typography settings.",
                            "type": "integer",
                            "default": 3,
                            "minimum": 2,
                            "maximum": 3,
                            "required": false
                        },
                        "font_family_settings": {
                            "description": "font-family declaration in theme.json format, encoded as a string.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "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": "The ID for the parent font family of the font face.",
                            "type": "integer",
                            "required": true
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "id",
                            "enum": [
                                "id",
                                "include"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "The ID for the parent font family of the font face.",
                            "type": "integer",
                            "required": true
                        },
                        "theme_json_version": {
                            "description": "Version of the theme.json schema used for the typography settings.",
                            "type": "integer",
                            "default": 3,
                            "minimum": 2,
                            "maximum": 3,
                            "required": false
                        },
                        "font_face_settings": {
                            "description": "font-face declaration in theme.json format, encoded as a string.",
                            "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": "The ID for the parent font family of the font face.",
                            "type": "integer",
                            "required": true
                        },
                        "id": {
                            "description": "Unique identifier for the font face.",
                            "type": "integer",
                            "required": true
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "The ID for the parent font family of the font face.",
                            "type": "integer",
                            "required": true
                        },
                        "id": {
                            "description": "Unique identifier for the font face.",
                            "type": "integer",
                            "required": true
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_form": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limit response to posts modified after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limit result set to posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Ensure result set excludes posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limit response to posts modified before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array of column names to be searched.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "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": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "inline_featured_image": {
                                    "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_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.200000000000000011102230246251565404236316680908203125,
                                            1,
                                            1,
                                            2,
                                            0,
                                            false
                                        ],
                                        "boxShadowActive": [
                                            false,
                                            "#000000",
                                            0.40000000000000002220446049250313080847263336181640625,
                                            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": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/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": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "The password for the post if it is password protected.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "inline_featured_image": {
                                    "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_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.200000000000000011102230246251565404236316680908203125,
                                            1,
                                            1,
                                            2,
                                            0,
                                            false
                                        ],
                                        "boxShadowActive": [
                                            false,
                                            "#000000",
                                            0.40000000000000002220446049250313080847263336181640625,
                                            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": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_form\/auto-draft": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/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": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by object attribute.",
                            "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": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Required to be true, as revisions do not support trashing.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_form\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "inline_featured_image": {
                                    "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_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.200000000000000011102230246251565404236316680908203125,
                                            1,
                                            1,
                                            2,
                                            0,
                                            false
                                        ],
                                        "boxShadowActive": [
                                            false,
                                            "#000000",
                                            0.40000000000000002220446049250313080847263336181640625,
                                            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": "The theme file to use to display the post.",
                            "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": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "The ID for the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "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": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limit response to posts modified after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limit response to posts modified before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array of column names to be searched.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "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": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "inline_featured_image": {
                                    "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.1000000000000000055511151231257827021181583404541015625,
                                            "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.200000000000000011102230246251565404236316680908203125,
                                            "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.200000000000000011102230246251565404236316680908203125,
                                            "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.200000000000000011102230246251565404236316680908203125,
                                            "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": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/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": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "The password for the post if it is password protected.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "inline_featured_image": {
                                    "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.1000000000000000055511151231257827021181583404541015625,
                                            "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.200000000000000011102230246251565404236316680908203125,
                                            "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.200000000000000011102230246251565404236316680908203125,
                                            "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.200000000000000011102230246251565404236316680908203125,
                                            "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": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_navigation\/auto-draft": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/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": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by object attribute.",
                            "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": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Required to be true, as revisions do not support trashing.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_navigation\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "inline_featured_image": {
                                    "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.1000000000000000055511151231257827021181583404541015625,
                                            "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.200000000000000011102230246251565404236316680908203125,
                                            "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.200000000000000011102230246251565404236316680908203125,
                                            "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.200000000000000011102230246251565404236316680908203125,
                                            "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": "The theme file to use to display the post.",
                            "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": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "The ID for the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "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": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limit response to posts modified after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limit response to posts modified before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array of column names to be searched.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "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": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "inline_featured_image": {
                                    "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.200000000000000011102230246251565404236316680908203125,
                                            "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": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/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": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "The password for the post if it is password protected.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "inline_featured_image": {
                                    "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.200000000000000011102230246251565404236316680908203125,
                                            "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": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_header\/auto-draft": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/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": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by object attribute.",
                            "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": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Required to be true, as revisions do not support trashing.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_header\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "inline_featured_image": {
                                    "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.200000000000000011102230246251565404236316680908203125,
                                            "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": "The theme file to use to display the post.",
                            "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": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "The ID for the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/episodes": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limit response to posts modified after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limit result set to posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Ensure result set excludes posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limit response to posts modified before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array of column names to be searched.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "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": "Limit result set based on relationship between multiple taxonomies.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "categories": {
                            "description": "Limit result set to items with specific terms assigned in the categories taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID List",
                                    "description": "Match terms with the listed IDs.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Perform an advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Whether to include child terms in the terms limiting the result set.",
                                            "type": "boolean",
                                            "default": false
                                        },
                                        "operator": {
                                            "description": "Whether items must be assigned all or any of the specified terms.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "categories_exclude": {
                            "description": "Limit result set to items except those with specific terms assigned in the categories taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID List",
                                    "description": "Match terms with the listed IDs.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Perform an advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Whether to include child terms in the terms limiting the result set.",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags": {
                            "description": "Limit result set to items with specific terms assigned in the tags taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID List",
                                    "description": "Match terms with the listed IDs.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Perform an advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Whether items must be assigned all or any of the specified terms.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags_exclude": {
                            "description": "Limit result set to items except those with specific terms assigned in the tags taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term ID List",
                                    "description": "Match terms with the listed IDs.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Perform an advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Whether or not comments are open on the post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Whether or not the post can be pinged.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "The terms assigned to the post in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "The terms assigned to the post in the post_tag taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "featured_image_urls_v2": {
                            "description": "Different sized featured images",
                            "type": "array",
                            "required": false
                        },
                        "post_excerpt_stackable_v2": {
                            "description": "Post excerpt for Stackable",
                            "type": "string",
                            "required": false
                        },
                        "category_list_v2": {
                            "description": "Category list links",
                            "type": "string",
                            "required": false
                        },
                        "author_info_v2": {
                            "description": "Author information",
                            "type": "array",
                            "required": false
                        },
                        "comments_num_v2": {
                            "description": "Number of comments",
                            "type": "number",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/wp\/v2\/episodes"
                    }
                ]
            }
        },
        "\/wp\/v2\/episodes\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "The password for the post if it is password protected.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Whether or not comments are open on the post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Whether or not the post can be pinged.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "The terms assigned to the post in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "The terms assigned to the post in the post_tag taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "featured_image_urls_v2": {
                            "description": "Different sized featured images",
                            "type": "array",
                            "required": false
                        },
                        "post_excerpt_stackable_v2": {
                            "description": "Post excerpt for Stackable",
                            "type": "string",
                            "required": false
                        },
                        "category_list_v2": {
                            "description": "Category list links",
                            "type": "string",
                            "required": false
                        },
                        "author_info_v2": {
                            "description": "Author information",
                            "type": "array",
                            "required": false
                        },
                        "comments_num_v2": {
                            "description": "Number of comments",
                            "type": "number",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/episodes\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by object attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/episodes\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Required to be true, as revisions do not support trashing.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/episodes\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Whether or not comments are open on the post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Whether or not the post can be pinged.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "The terms assigned to the post in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "The terms assigned to the post in the post_tag taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "featured_image_urls_v2": {
                            "description": "Different sized featured images",
                            "type": "array",
                            "required": false
                        },
                        "post_excerpt_stackable_v2": {
                            "description": "Post excerpt for Stackable",
                            "type": "string",
                            "required": false
                        },
                        "category_list_v2": {
                            "description": "Category list links",
                            "type": "string",
                            "required": false
                        },
                        "author_info_v2": {
                            "description": "Author information",
                            "type": "array",
                            "required": false
                        },
                        "comments_num_v2": {
                            "description": "Number of comments",
                            "type": "number",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/episodes\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "The ID for the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/ultp_builder": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limit response to posts modified after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limit response to posts modified before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array of column names to be searched.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "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": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "comment_status": {
                            "description": "Whether or not comments are open on the post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Whether or not the post can be pinged.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/wp\/v2\/ultp_builder"
                    }
                ]
            }
        },
        "\/wp\/v2\/ultp_builder\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "The password for the post if it is password protected.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "comment_status": {
                            "description": "Whether or not comments are open on the post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Whether or not the post can be pinged.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/ultp_builder\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "comment_status": {
                            "description": "Whether or not comments are open on the post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Whether or not the post can be pinged.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/ultp_builder\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "The ID for the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/ultp_templates": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limit response to posts modified after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limit response to posts modified before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array of column names to be searched.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "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": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/wp\/v2\/ultp_templates"
                    }
                ]
            }
        },
        "\/wp\/v2\/ultp_templates\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "The password for the post if it is password protected.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/ultp_templates\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/ultp_templates\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "The ID for the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "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": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limit response to posts modified after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limit response to posts modified before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array of column names to be searched.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "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": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/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": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "The password for the post if it is password protected.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_lottie\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by object attribute.",
                            "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": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Required to be true, as revisions do not support trashing.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_lottie\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "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": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "The ID for the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "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": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limit response to posts modified after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limit response to posts modified before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array of column names to be searched.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "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": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/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": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "The password for the post if it is password protected.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_vector\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by object attribute.",
                            "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": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the revision.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Required to be true, as revisions do not support trashing.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kadence_vector\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "The content for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Version of the content block format used by the post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Whether the content is protected with a password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "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": "The ID for the parent of the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "The ID for the autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/kaliforms_forms": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limit response to posts modified after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limit response to posts modified before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "How to interpret the search input.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array of column names to be searched.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "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": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "kaliforms_field_components": {
                                    "type": "string",
                                    "title": "",
                                    "description": "A meta key associated with a string meta value.",
                                    "default": ""
                                },
                                "kaliforms_grid": {
                                    "type": "string",
                                    "title": "",
                                    "description": "A meta key associated with a string meta value.",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/wp\/v2\/kaliforms_forms"
                    }
                ]
            }
        },
        "\/wp\/v2\/kaliforms_forms\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "The password for the post if it is password protected.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "The date the post was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the post was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the post unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "The title for the post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Title for the post, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title for the post, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "inline_featured_image": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "kaliforms_field_components": {
                                    "type": "string",
                                    "title": "",
                                    "description": "A meta key associated with a string meta value.",
                                    "default": ""
                                },
                                "kaliforms_grid": {
                                    "type": "string",
                                    "title": "",
                                    "description": "A meta key associated with a string meta value.",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/wp\/v2\/types"
                    }
                ]
            }
        },
        "\/wp\/v2\/types\/(?P<type>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "type": {
                            "description": "An alphanumeric identifier for the post type.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/statuses": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/wp\/v2\/statuses"
                    }
                ]
            }
        },
        "\/wp\/v2\/statuses\/(?P<status>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "status": {
                            "description": "An alphanumeric identifier for the status.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/taxonomies": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "type": {
                            "description": "Limit results to taxonomies associated with a specific post type.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/wp\/v2\/taxonomies"
                    }
                ]
            }
        },
        "\/wp\/v2\/taxonomies\/(?P<taxonomy>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "taxonomy": {
                            "description": "An alphanumeric identifier for the taxonomy.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "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": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by term attribute.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Whether to hide terms not assigned to any posts.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Limit result set to terms assigned to a specific parent.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "Limit result set to terms assigned to a specific post.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to terms with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML description of the term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title for the term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the term unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "The parent term ID.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/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": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML description of the term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title for the term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the term unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "The parent term ID.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Required to be true, as terms do not support trashing.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/tags": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by term attribute.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Whether to hide terms not assigned to any posts.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Limit result set to terms assigned to a specific post.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to terms with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML description of the term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title for the term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the term unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/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": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML description of the term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title for the term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the term unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Required to be true, as terms do not support trashing.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menus": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by term attribute.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Whether to hide terms not assigned to any posts.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Limit result set to terms assigned to a specific post.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to terms with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML description of the term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title for the term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the term unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "locations": {
                            "description": "The locations assigned to the menu.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "auto_add": {
                            "description": "Whether to automatically add top level pages to this menu.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/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": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML description of the term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title for the term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the term unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "locations": {
                            "description": "The locations assigned to the menu.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "auto_add": {
                            "description": "Whether to automatically add top level pages to this menu.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Required to be true, as terms do not support trashing.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/wp_pattern_category": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by term attribute.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Whether to hide terms not assigned to any posts.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Limit result set to terms assigned to a specific post.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to terms with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML description of the term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title for the term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the term unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/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": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML description of the term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title for the term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the term unique to its type.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the term.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Required to be true, as terms do not support trashing.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "Order sort attribute ascending or descending.",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "name",
                            "description": "Sort collection by user attribute.",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "registered_date",
                                "slug",
                                "include_slugs",
                                "email",
                                "url"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to users with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "roles": {
                            "description": "Limit result set to users matching at least one specific role provided. Accepts csv list or single role.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "capabilities": {
                            "description": "Limit result set to users matching at least one specific capability provided. Accepts csv list or single capability.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "who": {
                            "description": "Limit result set to users who are considered authors.",
                            "type": "string",
                            "enum": [
                                "authors"
                            ],
                            "required": false
                        },
                        "has_published_posts": {
                            "description": "Limit result set to users who have published posts.",
                            "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",
                                    "podcast": "podcast",
                                    "ultp_builder": "ultp_builder",
                                    "ultp_templates": "ultp_templates",
                                    "kadence_lottie": "kadence_lottie",
                                    "kadence_vector": "kadence_vector",
                                    "kaliforms_forms": "kaliforms_forms"
                                }
                            },
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array of column names to be searched.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "email",
                                    "name",
                                    "id",
                                    "username",
                                    "slug"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "username": {
                            "description": "Login name for the user.",
                            "type": "string",
                            "required": true
                        },
                        "name": {
                            "description": "Display name for the user.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "First name for the user.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Last name for the user.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "The email address for the user.",
                            "type": "string",
                            "format": "email",
                            "required": true
                        },
                        "url": {
                            "description": "URL of the user.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "Description of the user.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "Locale for the user.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "de_DE",
                                "de_DE_formal",
                                "en_GB"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "The nickname for the user.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the user.",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "Roles assigned to the user.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "Password for the user (never included).",
                            "type": "string",
                            "required": true
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "persisted_preferences": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "The date and time the preferences were updated.",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/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": "Unique identifier for the user.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the user.",
                            "type": "integer",
                            "required": false
                        },
                        "username": {
                            "description": "Login name for the user.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Display name for the user.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "First name for the user.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Last name for the user.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "The email address for the user.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "url": {
                            "description": "URL of the user.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "Description of the user.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "Locale for the user.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "de_DE",
                                "de_DE_formal",
                                "en_GB"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "The nickname for the user.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the user.",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "Roles assigned to the user.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "Password for the user (never included).",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "persisted_preferences": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "The date and time the preferences were updated.",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the user.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Required to be true, as users do not support trashing.",
                            "required": false
                        },
                        "reassign": {
                            "type": "integer",
                            "description": "Reassign the deleted user's posts and links to this user ID.",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users\/me": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "username": {
                            "description": "Login name for the user.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Display name for the user.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "First name for the user.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Last name for the user.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "The email address for the user.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "url": {
                            "description": "URL of the user.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "Description of the user.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "Locale for the user.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "de_DE",
                                "de_DE_formal",
                                "en_GB"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "The nickname for the user.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the user.",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "Roles assigned to the user.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "Password for the user (never included).",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "persisted_preferences": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "The date and time the preferences were updated.",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Required to be true, as users do not support trashing.",
                            "required": false
                        },
                        "reassign": {
                            "type": "integer",
                            "description": "Reassign the deleted user's posts and links to this user ID.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/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": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "app_id": {
                            "description": "A UUID provided by the application to uniquely identify it. It is recommended to use an UUID v5 with the URL or DNS namespace.",
                            "type": "string",
                            "oneOf": [
                                {
                                    "type": "string",
                                    "format": "uuid"
                                },
                                {
                                    "type": "string",
                                    "enum": [
                                        ""
                                    ]
                                }
                            ],
                            "required": false
                        },
                        "name": {
                            "description": "The name of the application password.",
                            "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": "Scope under which the request is made; determines fields present in response.",
                            "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": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "app_id": {
                            "description": "A UUID provided by the application to uniquely identify it. It is recommended to use an UUID v5 with the URL or DNS namespace.",
                            "type": "string",
                            "oneOf": [
                                {
                                    "type": "string",
                                    "format": "uuid"
                                },
                                {
                                    "type": "string",
                                    "enum": [
                                        ""
                                    ]
                                }
                            ],
                            "required": false
                        },
                        "name": {
                            "description": "The name of the application password.",
                            "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": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to comments published after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limit result set to comments assigned to specific user IDs. Requires authorization.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Ensure result set excludes comments assigned to specific user IDs. Requires authorization.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "author_email": {
                            "default": null,
                            "description": "Limit result set to that from a specific author email. Requires authorization.",
                            "format": "email",
                            "type": "string",
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to comments published before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by comment attribute.",
                            "type": "string",
                            "default": "date_gmt",
                            "enum": [
                                "date",
                                "date_gmt",
                                "id",
                                "include",
                                "post",
                                "parent",
                                "type"
                            ],
                            "required": false
                        },
                        "parent": {
                            "default": [],
                            "description": "Limit result set to comments of specific parent IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_exclude": {
                            "default": [],
                            "description": "Ensure result set excludes specific parent IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "post": {
                            "default": [],
                            "description": "Limit result set to comments assigned to specific post IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "approve",
                            "description": "Limit result set to comments assigned a specific status. Requires authorization.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "comment",
                            "description": "Limit result set to comments assigned a specific type. Requires authorization.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "The password for the post if it is password protected.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "author": {
                            "description": "The ID of the user object, if author was a user.",
                            "type": "integer",
                            "required": false
                        },
                        "author_email": {
                            "description": "Email address for the comment author.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "author_ip": {
                            "description": "IP address for the comment author.",
                            "type": "string",
                            "format": "ip",
                            "required": false
                        },
                        "author_name": {
                            "description": "Display name for the comment author.",
                            "type": "string",
                            "required": false
                        },
                        "author_url": {
                            "description": "URL for the comment author.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "author_user_agent": {
                            "description": "User agent for the comment author.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "The content for the comment.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the comment, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the comment, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "date": {
                            "description": "The date the comment was published, in the site's timezone.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the comment was published, as GMT.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "parent": {
                            "default": 0,
                            "description": "The ID for the parent of the comment.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "default": 0,
                            "description": "The ID of the associated post object.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "State of the comment.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "_wp_note_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "Note resolution status",
                                    "default": "",
                                    "enum": [
                                        "resolved",
                                        "reopen"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/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": "Unique identifier for the comment.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "The password for the parent post of the comment (if the post is password protected).",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the comment.",
                            "type": "integer",
                            "required": false
                        },
                        "author": {
                            "description": "The ID of the user object, if author was a user.",
                            "type": "integer",
                            "required": false
                        },
                        "author_email": {
                            "description": "Email address for the comment author.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "author_ip": {
                            "description": "IP address for the comment author.",
                            "type": "string",
                            "format": "ip",
                            "required": false
                        },
                        "author_name": {
                            "description": "Display name for the comment author.",
                            "type": "string",
                            "required": false
                        },
                        "author_url": {
                            "description": "URL for the comment author.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "author_user_agent": {
                            "description": "User agent for the comment author.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "The content for the comment.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Content for the comment, as it exists in the database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content for the comment, transformed for display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "date": {
                            "description": "The date the comment was published, in the site's timezone.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the comment was published, as GMT.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "parent": {
                            "description": "The ID for the parent of the comment.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "The ID of the associated post object.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "State of the comment.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "_wp_note_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "Note resolution status",
                                    "default": "",
                                    "enum": [
                                        "resolved",
                                        "reopen"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the comment.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "required": false
                        },
                        "password": {
                            "description": "The password for the parent post of the comment (if the post is password protected).",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/search": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "post",
                            "description": "Limit results to items of an object type.",
                            "type": "string",
                            "enum": [
                                "post",
                                "term",
                                "post-format"
                            ],
                            "required": false
                        },
                        "subtype": {
                            "default": "any",
                            "description": "Limit results to items of one or more object subtypes.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post",
                                    "page",
                                    "podcast",
                                    "category",
                                    "post_tag",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/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": "Unique registered name for the block.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributes for the block.",
                            "type": "object",
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID of the post context.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "namespace": {
                            "description": "Block namespace.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/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": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "namespace": {
                            "description": "Block namespace.",
                            "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": "Block name.",
                            "type": "string",
                            "required": false
                        },
                        "namespace": {
                            "description": "Block namespace.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "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": {
                        "stackable_enable_block_defaults": {
                            "title": "",
                            "description": "Use Block Defaults in the editor",
                            "type": "boolean",
                            "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": "ConvertKit API Key",
                            "type": "string",
                            "required": false
                        },
                        "kadence_blocks_activecampaign_api_base": {
                            "title": "",
                            "description": "ConvertKit API Key",
                            "type": "string",
                            "required": false
                        },
                        "kadence_blocks_header_popover_tutorial_complete": {
                            "title": "",
                            "description": "Mark the Header popover tutorial Complete",
                            "type": "boolean",
                            "required": false
                        },
                        "themeisle_sdk_promotions": {
                            "title": "",
                            "description": "",
                            "type": "string",
                            "required": false
                        },
                        "themeisle_sdk_promotions_otter_installed": {
                            "title": "",
                            "description": "",
                            "type": "boolean",
                            "required": false
                        },
                        "themeisle_sdk_promotions_optimole_installed": {
                            "title": "",
                            "description": "",
                            "type": "boolean",
                            "required": false
                        },
                        "themeisle_sdk_promotions_rop_installed": {
                            "title": "",
                            "description": "",
                            "type": "boolean",
                            "required": false
                        },
                        "themeisle_sdk_promotions_neve_installed": {
                            "title": "",
                            "description": "",
                            "type": "boolean",
                            "required": false
                        },
                        "themeisle_sdk_promotions_redirection_cf7_installed": {
                            "title": "",
                            "description": "",
                            "type": "boolean",
                            "required": false
                        },
                        "themeisle_sdk_promotions_hyve_installed": {
                            "title": "",
                            "description": "",
                            "type": "boolean",
                            "required": false
                        },
                        "themeisle_sdk_promotions_wp_full_pay_installed": {
                            "title": "",
                            "description": "",
                            "type": "boolean",
                            "required": false
                        },
                        "themeisle_sdk_promotions_masteriyo_installed": {
                            "title": "",
                            "description": "",
                            "type": "boolean",
                            "required": false
                        },
                        "title": {
                            "title": "Title",
                            "description": "Site title.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "title": "Tagline",
                            "description": "Site tagline.",
                            "type": "string",
                            "required": false
                        },
                        "url": {
                            "title": "",
                            "description": "Site URL.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "email": {
                            "title": "",
                            "description": "This address is used for admin purposes, like new user notification.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "timezone": {
                            "title": "",
                            "description": "A city in the same timezone as you.",
                            "type": "string",
                            "required": false
                        },
                        "date_format": {
                            "title": "",
                            "description": "A date format for all date strings.",
                            "type": "string",
                            "required": false
                        },
                        "time_format": {
                            "title": "",
                            "description": "A time format for all time strings.",
                            "type": "string",
                            "required": false
                        },
                        "start_of_week": {
                            "title": "",
                            "description": "A day number of the week that the week should start on.",
                            "type": "integer",
                            "required": false
                        },
                        "language": {
                            "title": "",
                            "description": "WordPress locale code.",
                            "type": "string",
                            "required": false
                        },
                        "use_smilies": {
                            "title": "",
                            "description": "Convert emoticons like :-) and :-P to graphics on display.",
                            "type": "boolean",
                            "required": false
                        },
                        "default_category": {
                            "title": "",
                            "description": "Default post category.",
                            "type": "integer",
                            "required": false
                        },
                        "default_post_format": {
                            "title": "",
                            "description": "Default post format.",
                            "type": "string",
                            "required": false
                        },
                        "posts_per_page": {
                            "title": "Maximum posts per page",
                            "description": "Blog pages show at most.",
                            "type": "integer",
                            "required": false
                        },
                        "show_on_front": {
                            "title": "Show on front",
                            "description": "What to show on the front page",
                            "type": "string",
                            "required": false
                        },
                        "page_on_front": {
                            "title": "Page on front",
                            "description": "The ID of the page that should be displayed on the front page",
                            "type": "integer",
                            "required": false
                        },
                        "page_for_posts": {
                            "title": "",
                            "description": "The ID of the page that should display the latest posts",
                            "type": "integer",
                            "required": false
                        },
                        "default_ping_status": {
                            "title": "",
                            "description": "Allow link notifications from other blogs (pingbacks and trackbacks) on new articles.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "default_comment_status": {
                            "title": "Allow comments on new posts",
                            "description": "Allow people to submit comments on new posts.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "site_logo": {
                            "title": "Logo",
                            "description": "Site logo.",
                            "type": "integer",
                            "required": false
                        },
                        "site_icon": {
                            "title": "Icon",
                            "description": "Site icon.",
                            "type": "integer",
                            "required": false
                        },
                        "stackable_hide_cimo_notice": {
                            "title": "",
                            "description": "Hides the Cimo download notice.",
                            "type": "boolean",
                            "required": false
                        },
                        "stackable_block_states": {
                            "title": "",
                            "description": "Blocks that should be hidden in the block editor",
                            "type": "object",
                            "additionalProperties": {
                                "type": "number"
                            },
                            "required": false
                        },
                        "stackable_google_maps_api_key": {
                            "title": "",
                            "description": "Enables additional customization options for the Map Block.",
                            "type": "string",
                            "required": false
                        },
                        "stackable_enable_design_library": {
                            "title": "",
                            "description": "Hides the Stackable Design Library button on the top of the editor",
                            "type": "boolean",
                            "required": false
                        },
                        "stackable_optimize_inline_css": {
                            "title": "",
                            "description": "Optimizes inlined CSS styles, combines together similar selectors",
                            "type": "boolean",
                            "required": false
                        },
                        "stackable_block_default_width": {
                            "title": "",
                            "description": "The width used when a Columns block has its Content Width set to center.",
                            "type": "string",
                            "required": false
                        },
                        "stackable_block_wide_width": {
                            "title": "",
                            "description": "The width used when a Columns block has its Content Width set to wide.",
                            "type": "string",
                            "required": false
                        },
                        "stackable_auto_collapse_panels": {
                            "title": "",
                            "description": "Collapse other inspector panels when opening another, keeping only one open at a time.",
                            "type": "boolean",
                            "required": false
                        },
                        "stackable_enable_global_settings": {
                            "title": "",
                            "description": "Allow the configuration of global settings such as color palette, typography, and block defaults",
                            "type": "boolean",
                            "required": false
                        },
                        "stackable_enable_block_linking": {
                            "title": "",
                            "description": "Gives you the ability to link columns. Any changes you make on one column will automatically get applied on the other columns.",
                            "type": "boolean",
                            "required": false
                        },
                        "stackable_help_tooltip_disabled": {
                            "title": "",
                            "description": "",
                            "type": "string",
                            "required": false
                        },
                        "stackable_enable_text_highlight": {
                            "title": "",
                            "description": "Adds a toolbar button for highlighting text",
                            "type": "boolean",
                            "required": false
                        },
                        "stackable_enable_dynamic_content": {
                            "title": "",
                            "description": "Adds a toolbar button for inserting dynamic content",
                            "type": "boolean",
                            "required": false
                        },
                        "stackable_enable_copy_paste_styles": {
                            "title": "",
                            "description": "Adds a toolbar button for copying and pasting block styles",
                            "type": "boolean",
                            "required": false
                        },
                        "stackable_enable_reset_layout": {
                            "title": "",
                            "description": "Adds a toolbar button for resetting the layout of a block",
                            "type": "boolean",
                            "required": false
                        },
                        "stackable_enable_save_as_default_block": {
                            "title": "",
                            "description": "Adds a toolbar button for saving the current block variation as the default block",
                            "type": "boolean",
                            "required": false
                        },
                        "stackable_enable_text_default_block": {
                            "title": "",
                            "description": "If this is enabled, the default block when adding a new block will be the Stackable Text block.",
                            "type": "boolean",
                            "required": false
                        },
                        "stackable_icons_fa_free_version": {
                            "title": "",
                            "description": "Select FontAwesome version",
                            "type": "string",
                            "required": false
                        },
                        "stackable_show_pro_notices": {
                            "title": "",
                            "description": "Hide \"Go Premium\" notices",
                            "type": "string",
                            "required": false
                        },
                        "stackable_dynamic_breakpoints": {
                            "title": "",
                            "description": "Custom dynamic breakpoints",
                            "type": "object",
                            "properties": {
                                "tablet": {
                                    "type": "string"
                                },
                                "mobile": {
                                    "type": "string"
                                }
                            },
                            "additionalProperties": false,
                            "required": false
                        },
                        "stackable_global_colors": {
                            "title": "",
                            "description": "Stackable global color palette",
                            "type": "array",
                            "items": {
                                "type": "array",
                                "items": {
                                    "type": "object",
                                    "properties": {
                                        "name": {
                                            "type": "string"
                                        },
                                        "slug": {
                                            "type": "string"
                                        },
                                        "color": {
                                            "type": "string"
                                        },
                                        "rgb": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            },
                            "required": false
                        },
                        "stackable_global_hide_theme_colors": {
                            "title": "",
                            "description": "Hide theme colors in the Stackable color picker",
                            "type": "boolean",
                            "required": false
                        },
                        "stackable_global_hide_default_colors": {
                            "title": "",
                            "description": "Hide default colors in the Stackable color picker",
                            "type": "boolean",
                            "required": false
                        },
                        "stackable_global_hide_site_editor_colors": {
                            "title": "",
                            "description": "Hide Site Editor colors in the Stackable color picker",
                            "type": "boolean",
                            "required": false
                        },
                        "stackable_global_typography_apply_to": {
                            "title": "",
                            "description": "Stackable global typography apply to setting",
                            "type": "string",
                            "required": false
                        },
                        "stackable_global_force_typography": {
                            "title": "",
                            "description": "Stackable global typography add important to global styles",
                            "type": "boolean",
                            "required": false
                        },
                        "stackable_global_typography": {
                            "title": "",
                            "description": "Stackable global typography settings",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "h1": {
                                        "type": "object",
                                        "properties": {
                                            "fontFamily": {
                                                "type": "string"
                                            },
                                            "fontSize": {
                                                "type": "string"
                                            },
                                            "tabletFontSize": {
                                                "type": "string"
                                            },
                                            "mobileFontSize": {
                                                "type": "string"
                                            },
                                            "fontSizeUnit": {
                                                "type": "string"
                                            },
                                            "tabletFontSizeUnit": {
                                                "type": "string"
                                            },
                                            "mobileFontSizeUnit": {
                                                "type": "string"
                                            },
                                            "fontWeight": {
                                                "type": "string"
                                            },
                                            "textTransform": {
                                                "type": "string"
                                            },
                                            "lineHeight": {
                                                "type": "number"
                                            },
                                            "tabletLineHeight": {
                                                "type": "number"
                                            },
                                            "mobileLineHeight": {
                                                "type": "number"
                                            },
                                            "lineHeightUnit": {
                                                "type": "string"
                                            },
                                            "tabletLineHeightUnit": {
                                                "type": "string"
                                            },
                                            "mobileLineHeightUnit": {
                                                "type": "string"
                                            },
                                            "letterSpacing": {
                                                "type": "number"
                                            },
                                            "tabletLetterSpacing": {
                                                "type": "number"
                                            },
                                            "mobileLetterSpacing": {
                                                "type": "number"
                                            }
                                        },
                                        "additionalProperties": false
                                    },
                                    "h2": {
                                        "type": "object",
                                        "properties": {
                                            "fontFamily": {
                                                "type": "string"
                                            },
                                            "fontSize": {
                                                "type": "string"
                                            },
                                            "tabletFontSize": {
                                                "type": "string"
                                            },
                                            "mobileFontSize": {
                                                "type": "string"
                                            },
                                            "fontSizeUnit": {
                                                "type": "string"
                                            },
                                            "tabletFontSizeUnit": {
                                                "type": "string"
                                            },
                                            "mobileFontSizeUnit": {
                                                "type": "string"
                                            },
                                            "fontWeight": {
                                                "type": "string"
                                            },
                                            "textTransform": {
                                                "type": "string"
                                            },
                                            "lineHeight": {
                                                "type": "number"
                                            },
                                            "tabletLineHeight": {
                                                "type": "number"
                                            },
                                            "mobileLineHeight": {
                                                "type": "number"
                                            },
                                            "lineHeightUnit": {
                                                "type": "string"
                                            },
                                            "tabletLineHeightUnit": {
                                                "type": "string"
                                            },
                                            "mobileLineHeightUnit": {
                                                "type": "string"
                                            },
                                            "letterSpacing": {
                                                "type": "number"
                                            },
                                            "tabletLetterSpacing": {
                                                "type": "number"
                                            },
                                            "mobileLetterSpacing": {
                                                "type": "number"
                                            }
                                        },
                                        "additionalProperties": false
                                    },
                                    "h3": {
                                        "type": "object",
                                        "properties": {
                                            "fontFamily": {
                                                "type": "string"
                                            },
                                            "fontSize": {
                                                "type": "string"
                                            },
                                            "tabletFontSize": {
                                                "type": "string"
                                            },
                                            "mobileFontSize": {
                                                "type": "string"
                                            },
                                            "fontSizeUnit": {
                                                "type": "string"
                                            },
                                            "tabletFontSizeUnit": {
                                                "type": "string"
                                            },
                                            "mobileFontSizeUnit": {
                                                "type": "string"
                                            },
                                            "fontWeight": {
                                                "type": "string"
                                            },
                                            "textTransform": {
                                                "type": "string"
                                            },
                                            "lineHeight": {
                                                "type": "number"
                                            },
                                            "tabletLineHeight": {
                                                "type": "number"
                                            },
                                            "mobileLineHeight": {
                                                "type": "number"
                                            },
                                            "lineHeightUnit": {
                                                "type": "string"
                                            },
                                            "tabletLineHeightUnit": {
                                                "type": "string"
                                            },
                                            "mobileLineHeightUnit": {
                                                "type": "string"
                                            },
                                            "letterSpacing": {
                                                "type": "number"
                                            },
                                            "tabletLetterSpacing": {
                                                "type": "number"
                                            },
                                            "mobileLetterSpacing": {
                                                "type": "number"
                                            }
                                        },
                                        "additionalProperties": false
                                    },
                                    "h4": {
                                        "type": "object",
                                        "properties": {
                                            "fontFamily": {
                                                "type": "string"
                                            },
                                            "fontSize": {
                                                "type": "string"
                                            },
                                            "tabletFontSize": {
                                                "type": "string"
                                            },
                                            "mobileFontSize": {
                                                "type": "string"
                                            },
                                            "fontSizeUnit": {
                                                "type": "string"
                                            },
                                            "tabletFontSizeUnit": {
                                                "type": "string"
                                            },
                                            "mobileFontSizeUnit": {
                                                "type": "string"
                                            },
                                            "fontWeight": {
                                                "type": "string"
                                            },
                                            "textTransform": {
                                                "type": "string"
                                            },
                                            "lineHeight": {
                                                "type": "number"
                                            },
                                            "tabletLineHeight": {
                                                "type": "number"
                                            },
                                            "mobileLineHeight": {
                                                "type": "number"
                                            },
                                            "lineHeightUnit": {
                                                "type": "string"
                                            },
                                            "tabletLineHeightUnit": {
                                                "type": "string"
                                            },
                                            "mobileLineHeightUnit": {
                                                "type": "string"
                                            },
                                            "letterSpacing": {
                                                "type": "number"
                                            },
                                            "tabletLetterSpacing": {
                                                "type": "number"
                                            },
                                            "mobileLetterSpacing": {
                                                "type": "number"
                                            }
                                        },
                                        "additionalProperties": false
                                    },
                                    "h5": {
                                        "type": "object",
                                        "properties": {
                                            "fontFamily": {
                                                "type": "string"
                                            },
                                            "fontSize": {
                                                "type": "string"
                                            },
                                            "tabletFontSize": {
                                                "type": "string"
                                            },
                                            "mobileFontSize": {
                                                "type": "string"
                                            },
                                            "fontSizeUnit": {
                                                "type": "string"
                                            },
                                            "tabletFontSizeUnit": {
                                                "type": "string"
                                            },
                                            "mobileFontSizeUnit": {
                                                "type": "string"
                                            },
                                            "fontWeight": {
                                                "type": "string"
                                            },
                                            "textTransform": {
                                                "type": "string"
                                            },
                                            "lineHeight": {
                                                "type": "number"
                                            },
                                            "tabletLineHeight": {
                                                "type": "number"
                                            },
                                            "mobileLineHeight": {
                                                "type": "number"
                                            },
                                            "lineHeightUnit": {
                                                "type": "string"
                                            },
                                            "tabletLineHeightUnit": {
                                                "type": "string"
                                            },
                                            "mobileLineHeightUnit": {
                                                "type": "string"
                                            },
                                            "letterSpacing": {
                                                "type": "number"
                                            },
                                            "tabletLetterSpacing": {
                                                "type": "number"
                                            },
                                            "mobileLetterSpacing": {
                                                "type": "number"
                                            }
                                        },
                                        "additionalProperties": false
                                    },
                                    "h6": {
                                        "type": "object",
                                        "properties": {
                                            "fontFamily": {
                                                "type": "string"
                                            },
                                            "fontSize": {
                                                "type": "string"
                                            },
                                            "tabletFontSize": {
                                                "type": "string"
                                            },
                                            "mobileFontSize": {
                                                "type": "string"
                                            },
                                            "fontSizeUnit": {
                                                "type": "string"
                                            },
                                            "tabletFontSizeUnit": {
                                                "type": "string"
                                            },
                                            "mobileFontSizeUnit": {
                                                "type": "string"
                                            },
                                            "fontWeight": {
                                                "type": "string"
                                            },
                                            "textTransform": {
                                                "type": "string"
                                            },
                                            "lineHeight": {
                                                "type": "number"
                                            },
                                            "tabletLineHeight": {
                                                "type": "number"
                                            },
                                            "mobileLineHeight": {
                                                "type": "number"
                                            },
                                            "lineHeightUnit": {
                                                "type": "string"
                                            },
                                            "tabletLineHeightUnit": {
                                                "type": "string"
                                            },
                                            "mobileLineHeightUnit": {
                                                "type": "string"
                                            },
                                            "letterSpacing": {
                                                "type": "number"
                                            },
                                            "tabletLetterSpacing": {
                                                "type": "number"
                                            },
                                            "mobileLetterSpacing": {
                                                "type": "number"
                                            }
                                        },
                                        "additionalProperties": false
                                    },
                                    "p": {
                                        "type": "object",
                                        "properties": {
                                            "fontFamily": {
                                                "type": "string"
                                            },
                                            "fontSize": {
                                                "type": "string"
                                            },
                                            "tabletFontSize": {
                                                "type": "string"
                                            },
                                            "mobileFontSize": {
                                                "type": "string"
                                            },
                                            "fontSizeUnit": {
                                                "type": "string"
                                            },
                                            "tabletFontSizeUnit": {
                                                "type": "string"
                                            },
                                            "mobileFontSizeUnit": {
                                                "type": "string"
                                            },
                                            "fontWeight": {
                                                "type": "string"
                                            },
                                            "textTransform": {
                                                "type": "string"
                                            },
                                            "lineHeight": {
                                                "type": "number"
                                            },
                                            "tabletLineHeight": {
                                                "type": "number"
                                            },
                                            "mobileLineHeight": {
                                                "type": "number"
                                            },
                                            "lineHeightUnit": {
                                                "type": "string"
                                            },
                                            "tabletLineHeightUnit": {
                                                "type": "string"
                                            },
                                            "mobileLineHeightUnit": {
                                                "type": "string"
                                            },
                                            "letterSpacing": {
                                                "type": "number"
                                            },
                                            "tabletLetterSpacing": {
                                                "type": "number"
                                            },
                                            "mobileLetterSpacing": {
                                                "type": "number"
                                            }
                                        },
                                        "additionalProperties": false
                                    },
                                    ".stk-subtitle": {
                                        "type": "object",
                                        "properties": {
                                            "fontFamily": {
                                                "type": "string"
                                            },
                                            "fontSize": {
                                                "type": "string"
                                            },
                                            "tabletFontSize": {
                                                "type": "string"
                                            },
                                            "mobileFontSize": {
                                                "type": "string"
                                            },
                                            "fontSizeUnit": {
                                                "type": "string"
                                            },
                                            "tabletFontSizeUnit": {
                                                "type": "string"
                                            },
                                            "mobileFontSizeUnit": {
                                                "type": "string"
                                            },
                                            "fontWeight": {
                                                "type": "string"
                                            },
                                            "textTransform": {
                                                "type": "string"
                                            },
                                            "lineHeight": {
                                                "type": "number"
                                            },
                                            "tabletLineHeight": {
                                                "type": "number"
                                            },
                                            "mobileLineHeight": {
                                                "type": "number"
                                            },
                                            "lineHeightUnit": {
                                                "type": "string"
                                            },
                                            "tabletLineHeightUnit": {
                                                "type": "string"
                                            },
                                            "mobileLineHeightUnit": {
                                                "type": "string"
                                            },
                                            "letterSpacing": {
                                                "type": "number"
                                            },
                                            "tabletLetterSpacing": {
                                                "type": "number"
                                            },
                                            "mobileLetterSpacing": {
                                                "type": "number"
                                            }
                                        },
                                        "additionalProperties": false
                                    },
                                    ".stk-button__inner-text": {
                                        "type": "object",
                                        "properties": {
                                            "fontFamily": {
                                                "type": "string"
                                            },
                                            "fontSize": {
                                                "type": "string"
                                            },
                                            "tabletFontSize": {
                                                "type": "string"
                                            },
                                            "mobileFontSize": {
                                                "type": "string"
                                            },
                                            "fontSizeUnit": {
                                                "type": "string"
                                            },
                                            "tabletFontSizeUnit": {
                                                "type": "string"
                                            },
                                            "mobileFontSizeUnit": {
                                                "type": "string"
                                            },
                                            "fontWeight": {
                                                "type": "string"
                                            },
                                            "textTransform": {
                                                "type": "string"
                                            },
                                            "lineHeight": {
                                                "type": "number"
                                            },
                                            "tabletLineHeight": {
                                                "type": "number"
                                            },
                                            "mobileLineHeight": {
                                                "type": "number"
                                            },
                                            "lineHeightUnit": {
                                                "type": "string"
                                            },
                                            "tabletLineHeightUnit": {
                                                "type": "string"
                                            },
                                            "mobileLineHeightUnit": {
                                                "type": "string"
                                            },
                                            "letterSpacing": {
                                                "type": "number"
                                            },
                                            "tabletLetterSpacing": {
                                                "type": "number"
                                            },
                                            "mobileLetterSpacing": {
                                                "type": "number"
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "additionalProperties": false
                            },
                            "required": false
                        },
                        "stackable_selected_font_pair": {
                            "title": "",
                            "description": "Stackable currently selected global font pair",
                            "type": "string",
                            "required": false
                        },
                        "stackable_custom_font_pairs": {
                            "title": "",
                            "description": "Stackable added custom font pairs",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "name": {
                                        "type": "string"
                                    },
                                    "typography": {
                                        "type": "object",
                                        "properties": {
                                            "h1": {
                                                "type": "object",
                                                "properties": {
                                                    "fontFamily": {
                                                        "type": "string"
                                                    },
                                                    "fontSize": {
                                                        "type": "string"
                                                    },
                                                    "tabletFontSize": {
                                                        "type": "string"
                                                    },
                                                    "mobileFontSize": {
                                                        "type": "string"
                                                    },
                                                    "fontSizeUnit": {
                                                        "type": "string"
                                                    },
                                                    "tabletFontSizeUnit": {
                                                        "type": "string"
                                                    },
                                                    "mobileFontSizeUnit": {
                                                        "type": "string"
                                                    },
                                                    "fontWeight": {
                                                        "type": "string"
                                                    },
                                                    "textTransform": {
                                                        "type": "string"
                                                    },
                                                    "lineHeight": {
                                                        "type": "number"
                                                    },
                                                    "tabletLineHeight": {
                                                        "type": "number"
                                                    },
                                                    "mobileLineHeight": {
                                                        "type": "number"
                                                    },
                                                    "lineHeightUnit": {
                                                        "type": "string"
                                                    },
                                                    "tabletLineHeightUnit": {
                                                        "type": "string"
                                                    },
                                                    "mobileLineHeightUnit": {
                                                        "type": "string"
                                                    },
                                                    "letterSpacing": {
                                                        "type": "number"
                                                    },
                                                    "tabletLetterSpacing": {
                                                        "type": "number"
                                                    },
                                                    "mobileLetterSpacing": {
                                                        "type": "number"
                                                    }
                                                },
                                                "additionalProperties": false
                                            },
                                            "h2": {
                                                "type": "object",
                                                "properties": {
                                                    "fontFamily": {
                                                        "type": "string"
                                                    },
                                                    "fontSize": {
                                                        "type": "string"
                                                    },
                                                    "tabletFontSize": {
                                                        "type": "string"
                                                    },
                                                    "mobileFontSize": {
                                                        "type": "string"
                                                    },
                                                    "fontSizeUnit": {
                                                        "type": "string"
                                                    },
                                                    "tabletFontSizeUnit": {
                                                        "type": "string"
                                                    },
                                                    "mobileFontSizeUnit": {
                                                        "type": "string"
                                                    },
                                                    "fontWeight": {
                                                        "type": "string"
                                                    },
                                                    "textTransform": {
                                                        "type": "string"
                                                    },
                                                    "lineHeight": {
                                                        "type": "number"
                                                    },
                                                    "tabletLineHeight": {
                                                        "type": "number"
                                                    },
                                                    "mobileLineHeight": {
                                                        "type": "number"
                                                    },
                                                    "lineHeightUnit": {
                                                        "type": "string"
                                                    },
                                                    "tabletLineHeightUnit": {
                                                        "type": "string"
                                                    },
                                                    "mobileLineHeightUnit": {
                                                        "type": "string"
                                                    },
                                                    "letterSpacing": {
                                                        "type": "number"
                                                    },
                                                    "tabletLetterSpacing": {
                                                        "type": "number"
                                                    },
                                                    "mobileLetterSpacing": {
                                                        "type": "number"
                                                    }
                                                },
                                                "additionalProperties": false
                                            },
                                            "h3": {
                                                "type": "object",
                                                "properties": {
                                                    "fontFamily": {
                                                        "type": "string"
                                                    },
                                                    "fontSize": {
                                                        "type": "string"
                                                    },
                                                    "tabletFontSize": {
                                                        "type": "string"
                                                    },
                                                    "mobileFontSize": {
                                                        "type": "string"
                                                    },
                                                    "fontSizeUnit": {
                                                        "type": "string"
                                                    },
                                                    "tabletFontSizeUnit": {
                                                        "type": "string"
                                                    },
                                                    "mobileFontSizeUnit": {
                                                        "type": "string"
                                                    },
                                                    "fontWeight": {
                                                        "type": "string"
                                                    },
                                                    "textTransform": {
                                                        "type": "string"
                                                    },
                                                    "lineHeight": {
                                                        "type": "number"
                                                    },
                                                    "tabletLineHeight": {
                                                        "type": "number"
                                                    },
                                                    "mobileLineHeight": {
                                                        "type": "number"
                                                    },
                                                    "lineHeightUnit": {
                                                        "type": "string"
                                                    },
                                                    "tabletLineHeightUnit": {
                                                        "type": "string"
                                                    },
                                                    "mobileLineHeightUnit": {
                                                        "type": "string"
                                                    },
                                                    "letterSpacing": {
                                                        "type": "number"
                                                    },
                                                    "tabletLetterSpacing": {
                                                        "type": "number"
                                                    },
                                                    "mobileLetterSpacing": {
                                                        "type": "number"
                                                    }
                                                },
                                                "additionalProperties": false
                                            },
                                            "h4": {
                                                "type": "object",
                                                "properties": {
                                                    "fontFamily": {
                                                        "type": "string"
                                                    },
                                                    "fontSize": {
                                                        "type": "string"
                                                    },
                                                    "tabletFontSize": {
                                                        "type": "string"
                                                    },
                                                    "mobileFontSize": {
                                                        "type": "string"
                                                    },
                                                    "fontSizeUnit": {
                                                        "type": "string"
                                                    },
                                                    "tabletFontSizeUnit": {
                                                        "type": "string"
                                                    },
                                                    "mobileFontSizeUnit": {
                                                        "type": "string"
                                                    },
                                                    "fontWeight": {
                                                        "type": "string"
                                                    },
                                                    "textTransform": {
                                                        "type": "string"
                                                    },
                                                    "lineHeight": {
                                                        "type": "number"
                                                    },
                                                    "tabletLineHeight": {
                                                        "type": "number"
                                                    },
                                                    "mobileLineHeight": {
                                                        "type": "number"
                                                    },
                                                    "lineHeightUnit": {
                                                        "type": "string"
                                                    },
                                                    "tabletLineHeightUnit": {
                                                        "type": "string"
                                                    },
                                                    "mobileLineHeightUnit": {
                                                        "type": "string"
                                                    },
                                                    "letterSpacing": {
                                                        "type": "number"
                                                    },
                                                    "tabletLetterSpacing": {
                                                        "type": "number"
                                                    },
                                                    "mobileLetterSpacing": {
                                                        "type": "number"
                                                    }
                                                },
                                                "additionalProperties": false
                                            },
                                            "h5": {
                                                "type": "object",
                                                "properties": {
                                                    "fontFamily": {
                                                        "type": "string"
                                                    },
                                                    "fontSize": {
                                                        "type": "string"
                                                    },
                                                    "tabletFontSize": {
                                                        "type": "string"
                                                    },
                                                    "mobileFontSize": {
                                                        "type": "string"
                                                    },
                                                    "fontSizeUnit": {
                                                        "type": "string"
                                                    },
                                                    "tabletFontSizeUnit": {
                                                        "type": "string"
                                                    },
                                                    "mobileFontSizeUnit": {
                                                        "type": "string"
                                                    },
                                                    "fontWeight": {
                                                        "type": "string"
                                                    },
                                                    "textTransform": {
                                                        "type": "string"
                                                    },
                                                    "lineHeight": {
                                                        "type": "number"
                                                    },
                                                    "tabletLineHeight": {
                                                        "type": "number"
                                                    },
                                                    "mobileLineHeight": {
                                                        "type": "number"
                                                    },
                                                    "lineHeightUnit": {
                                                        "type": "string"
                                                    },
                                                    "tabletLineHeightUnit": {
                                                        "type": "string"
                                                    },
                                                    "mobileLineHeightUnit": {
                                                        "type": "string"
                                                    },
                                                    "letterSpacing": {
                                                        "type": "number"
                                                    },
                                                    "tabletLetterSpacing": {
                                                        "type": "number"
                                                    },
                                                    "mobileLetterSpacing": {
                                                        "type": "number"
                                                    }
                                                },
                                                "additionalProperties": false
                                            },
                                            "h6": {
                                                "type": "object",
                                                "properties": {
                                                    "fontFamily": {
                                                        "type": "string"
                                                    },
                                                    "fontSize": {
                                                        "type": "string"
                                                    },
                                                    "tabletFontSize": {
                                                        "type": "string"
                                                    },
                                                    "mobileFontSize": {
                                                        "type": "string"
                                                    },
                                                    "fontSizeUnit": {
                                                        "type": "string"
                                                    },
                                                    "tabletFontSizeUnit": {
                                                        "type": "string"
                                                    },
                                                    "mobileFontSizeUnit": {
                                                        "type": "string"
                                                    },
                                                    "fontWeight": {
                                                        "type": "string"
                                                    },
                                                    "textTransform": {
                                                        "type": "string"
                                                    },
                                                    "lineHeight": {
                                                        "type": "number"
                                                    },
                                                    "tabletLineHeight": {
                                                        "type": "number"
                                                    },
                                                    "mobileLineHeight": {
                                                        "type": "number"
                                                    },
                                                    "lineHeightUnit": {
                                                        "type": "string"
                                                    },
                                                    "tabletLineHeightUnit": {
                                                        "type": "string"
                                                    },
                                                    "mobileLineHeightUnit": {
                                                        "type": "string"
                                                    },
                                                    "letterSpacing": {
                                                        "type": "number"
                                                    },
                                                    "tabletLetterSpacing": {
                                                        "type": "number"
                                                    },
                                                    "mobileLetterSpacing": {
                                                        "type": "number"
                                                    }
                                                },
                                                "additionalProperties": false
                                            },
                                            "p": {
                                                "type": "object",
                                                "properties": {
                                                    "fontFamily": {
                                                        "type": "string"
                                                    },
                                                    "fontSize": {
                                                        "type": "string"
                                                    },
                                                    "tabletFontSize": {
                                                        "type": "string"
                                                    },
                                                    "mobileFontSize": {
                                                        "type": "string"
                                                    },
                                                    "fontSizeUnit": {
                                                        "type": "string"
                                                    },
                                                    "tabletFontSizeUnit": {
                                                        "type": "string"
                                                    },
                                                    "mobileFontSizeUnit": {
                                                        "type": "string"
                                                    },
                                                    "fontWeight": {
                                                        "type": "string"
                                                    },
                                                    "textTransform": {
                                                        "type": "string"
                                                    },
                                                    "lineHeight": {
                                                        "type": "number"
                                                    },
                                                    "tabletLineHeight": {
                                                        "type": "number"
                                                    },
                                                    "mobileLineHeight": {
                                                        "type": "number"
                                                    },
                                                    "lineHeightUnit": {
                                                        "type": "string"
                                                    },
                                                    "tabletLineHeightUnit": {
                                                        "type": "string"
                                                    },
                                                    "mobileLineHeightUnit": {
                                                        "type": "string"
                                                    },
                                                    "letterSpacing": {
                                                        "type": "number"
                                                    },
                                                    "tabletLetterSpacing": {
                                                        "type": "number"
                                                    },
                                                    "mobileLetterSpacing": {
                                                        "type": "number"
                                                    }
                                                },
                                                "additionalProperties": false
                                            },
                                            ".stk-subtitle": {
                                                "type": "object",
                                                "properties": {
                                                    "fontFamily": {
                                                        "type": "string"
                                                    },
                                                    "fontSize": {
                                                        "type": "string"
                                                    },
                                                    "tabletFontSize": {
                                                        "type": "string"
                                                    },
                                                    "mobileFontSize": {
                                                        "type": "string"
                                                    },
                                                    "fontSizeUnit": {
                                                        "type": "string"
                                                    },
                                                    "tabletFontSizeUnit": {
                                                        "type": "string"
                                                    },
                                                    "mobileFontSizeUnit": {
                                                        "type": "string"
                                                    },
                                                    "fontWeight": {
                                                        "type": "string"
                                                    },
                                                    "textTransform": {
                                                        "type": "string"
                                                    },
                                                    "lineHeight": {
                                                        "type": "number"
                                                    },
                                                    "tabletLineHeight": {
                                                        "type": "number"
                                                    },
                                                    "mobileLineHeight": {
                                                        "type": "number"
                                                    },
                                                    "lineHeightUnit": {
                                                        "type": "string"
                                                    },
                                                    "tabletLineHeightUnit": {
                                                        "type": "string"
                                                    },
                                                    "mobileLineHeightUnit": {
                                                        "type": "string"
                                                    },
                                                    "letterSpacing": {
                                                        "type": "number"
                                                    },
                                                    "tabletLetterSpacing": {
                                                        "type": "number"
                                                    },
                                                    "mobileLetterSpacing": {
                                                        "type": "number"
                                                    }
                                                },
                                                "additionalProperties": false
                                            },
                                            ".stk-button__inner-text": {
                                                "type": "object",
                                                "properties": {
                                                    "fontFamily": {
                                                        "type": "string"
                                                    },
                                                    "fontSize": {
                                                        "type": "string"
                                                    },
                                                    "tabletFontSize": {
                                                        "type": "string"
                                                    },
                                                    "mobileFontSize": {
                                                        "type": "string"
                                                    },
                                                    "fontSizeUnit": {
                                                        "type": "string"
                                                    },
                                                    "tabletFontSizeUnit": {
                                                        "type": "string"
                                                    },
                                                    "mobileFontSizeUnit": {
                                                        "type": "string"
                                                    },
                                                    "fontWeight": {
                                                        "type": "string"
                                                    },
                                                    "textTransform": {
                                                        "type": "string"
                                                    },
                                                    "lineHeight": {
                                                        "type": "number"
                                                    },
                                                    "tabletLineHeight": {
                                                        "type": "number"
                                                    },
                                                    "mobileLineHeight": {
                                                        "type": "number"
                                                    },
                                                    "lineHeightUnit": {
                                                        "type": "string"
                                                    },
                                                    "tabletLineHeightUnit": {
                                                        "type": "string"
                                                    },
                                                    "mobileLineHeightUnit": {
                                                        "type": "string"
                                                    },
                                                    "letterSpacing": {
                                                        "type": "number"
                                                    },
                                                    "tabletLetterSpacing": {
                                                        "type": "number"
                                                    },
                                                    "mobileLetterSpacing": {
                                                        "type": "number"
                                                    }
                                                },
                                                "additionalProperties": false
                                            }
                                        },
                                        "additionalProperties": false
                                    }
                                },
                                "additionalProperties": false
                            },
                            "required": false
                        },
                        "stackable_use_typography_as_presets": {
                            "title": "",
                            "description": "Use Global Typography font sizes as preset",
                            "type": "boolean",
                            "required": false
                        },
                        "stackable_is_apply_body_to_html": {
                            "title": "",
                            "description": "Stackable global typography apply to setting",
                            "type": "boolean",
                            "required": false
                        },
                        "stackable_icon_library": {
                            "title": "",
                            "description": "Stackable Icon Library",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "name": {
                                        "type": "string"
                                    },
                                    "key": {
                                        "type": "string"
                                    },
                                    "icon": {
                                        "type": "string"
                                    }
                                },
                                "additionalProperties": false
                            },
                            "required": false
                        },
                        "stackable_disable_block_style_inheritance": {
                            "title": "",
                            "description": "Inherit block style from theme.json",
                            "type": "boolean",
                            "required": false
                        },
                        "stackable_global_spacing_and_borders": {
                            "title": "",
                            "description": "Stackable global spacing and borders",
                            "type": "object",
                            "properties": {
                                "container-border-style": {
                                    "type": "object",
                                    "properties": {
                                        "desktop": {
                                            "type": "string"
                                        },
                                        "tablet": {
                                            "type": "string"
                                        },
                                        "mobile": {
                                            "type": "string"
                                        },
                                        "desktopHover": {
                                            "type": "string"
                                        },
                                        "tabletHover": {
                                            "type": "string"
                                        },
                                        "mobileHover": {
                                            "type": "string"
                                        },
                                        "desktopParentHover": {
                                            "type": "string"
                                        },
                                        "tabletParentHover": {
                                            "type": "string"
                                        },
                                        "mobileParentHover": {
                                            "type": "string"
                                        },
                                        "desktopUnit": {
                                            "type": "string"
                                        },
                                        "tabletUnit": {
                                            "type": "string"
                                        },
                                        "mobileUnit": {
                                            "type": "string"
                                        },
                                        "desktopHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileHoverUnit": {
                                            "type": "string"
                                        },
                                        "desktopParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileParentHoverUnit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "container-border-width": {
                                    "type": "object",
                                    "properties": {
                                        "desktop": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "number",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tablet": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "number",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobile": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "number",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "desktopHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "number",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tabletHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "number",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobileHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "number",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "desktopParentHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "number",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tabletParentHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "number",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobileParentHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "number",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "desktopUnit": {
                                            "type": "string"
                                        },
                                        "tabletUnit": {
                                            "type": "string"
                                        },
                                        "mobileUnit": {
                                            "type": "string"
                                        },
                                        "desktopHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileHoverUnit": {
                                            "type": "string"
                                        },
                                        "desktopParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileParentHoverUnit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "container-border-radius": {
                                    "type": "object",
                                    "properties": {
                                        "desktop": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tablet": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobile": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "desktopHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tabletHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobileHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "desktopParentHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tabletParentHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobileParentHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "desktopUnit": {
                                            "type": "string"
                                        },
                                        "tabletUnit": {
                                            "type": "string"
                                        },
                                        "mobileUnit": {
                                            "type": "string"
                                        },
                                        "desktopHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileHoverUnit": {
                                            "type": "string"
                                        },
                                        "desktopParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileParentHoverUnit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "container-box-shadow": {
                                    "type": "object",
                                    "properties": {
                                        "desktop": {
                                            "type": "string"
                                        },
                                        "tablet": {
                                            "type": "string"
                                        },
                                        "mobile": {
                                            "type": "string"
                                        },
                                        "desktopHover": {
                                            "type": "string"
                                        },
                                        "tabletHover": {
                                            "type": "string"
                                        },
                                        "mobileHover": {
                                            "type": "string"
                                        },
                                        "desktopParentHover": {
                                            "type": "string"
                                        },
                                        "tabletParentHover": {
                                            "type": "string"
                                        },
                                        "mobileParentHover": {
                                            "type": "string"
                                        },
                                        "desktopUnit": {
                                            "type": "string"
                                        },
                                        "tabletUnit": {
                                            "type": "string"
                                        },
                                        "mobileUnit": {
                                            "type": "string"
                                        },
                                        "desktopHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileHoverUnit": {
                                            "type": "string"
                                        },
                                        "desktopParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileParentHoverUnit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "container-padding": {
                                    "type": "object",
                                    "properties": {
                                        "desktop": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tablet": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobile": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "desktopHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tabletHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobileHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "desktopParentHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tabletParentHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobileParentHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "desktopUnit": {
                                            "type": "string"
                                        },
                                        "tabletUnit": {
                                            "type": "string"
                                        },
                                        "mobileUnit": {
                                            "type": "string"
                                        },
                                        "desktopHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileHoverUnit": {
                                            "type": "string"
                                        },
                                        "desktopParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileParentHoverUnit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "block-background-border-style": {
                                    "type": "object",
                                    "properties": {
                                        "desktop": {
                                            "type": "string"
                                        },
                                        "tablet": {
                                            "type": "string"
                                        },
                                        "mobile": {
                                            "type": "string"
                                        },
                                        "desktopHover": {
                                            "type": "string"
                                        },
                                        "tabletHover": {
                                            "type": "string"
                                        },
                                        "mobileHover": {
                                            "type": "string"
                                        },
                                        "desktopParentHover": {
                                            "type": "string"
                                        },
                                        "tabletParentHover": {
                                            "type": "string"
                                        },
                                        "mobileParentHover": {
                                            "type": "string"
                                        },
                                        "desktopUnit": {
                                            "type": "string"
                                        },
                                        "tabletUnit": {
                                            "type": "string"
                                        },
                                        "mobileUnit": {
                                            "type": "string"
                                        },
                                        "desktopHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileHoverUnit": {
                                            "type": "string"
                                        },
                                        "desktopParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileParentHoverUnit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "block-background-border-width": {
                                    "type": "object",
                                    "properties": {
                                        "desktop": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "number",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tablet": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "number",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobile": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "number",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "desktopHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "number",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tabletHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "number",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobileHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "number",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "desktopParentHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "number",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tabletParentHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "number",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobileParentHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "number",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "desktopUnit": {
                                            "type": "string"
                                        },
                                        "tabletUnit": {
                                            "type": "string"
                                        },
                                        "mobileUnit": {
                                            "type": "string"
                                        },
                                        "desktopHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileHoverUnit": {
                                            "type": "string"
                                        },
                                        "desktopParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileParentHoverUnit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "block-background-border-radius": {
                                    "type": "object",
                                    "properties": {
                                        "desktop": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tablet": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobile": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "desktopHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tabletHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobileHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "desktopParentHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tabletParentHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobileParentHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "desktopUnit": {
                                            "type": "string"
                                        },
                                        "tabletUnit": {
                                            "type": "string"
                                        },
                                        "mobileUnit": {
                                            "type": "string"
                                        },
                                        "desktopHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileHoverUnit": {
                                            "type": "string"
                                        },
                                        "desktopParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileParentHoverUnit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "block-background-box-shadow": {
                                    "type": "object",
                                    "properties": {
                                        "desktop": {
                                            "type": "string"
                                        },
                                        "tablet": {
                                            "type": "string"
                                        },
                                        "mobile": {
                                            "type": "string"
                                        },
                                        "desktopHover": {
                                            "type": "string"
                                        },
                                        "tabletHover": {
                                            "type": "string"
                                        },
                                        "mobileHover": {
                                            "type": "string"
                                        },
                                        "desktopParentHover": {
                                            "type": "string"
                                        },
                                        "tabletParentHover": {
                                            "type": "string"
                                        },
                                        "mobileParentHover": {
                                            "type": "string"
                                        },
                                        "desktopUnit": {
                                            "type": "string"
                                        },
                                        "tabletUnit": {
                                            "type": "string"
                                        },
                                        "mobileUnit": {
                                            "type": "string"
                                        },
                                        "desktopHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileHoverUnit": {
                                            "type": "string"
                                        },
                                        "desktopParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileParentHoverUnit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "block-background-padding": {
                                    "type": "object",
                                    "properties": {
                                        "desktop": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tablet": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobile": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "desktopHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tabletHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobileHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "desktopParentHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tabletParentHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobileParentHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "desktopUnit": {
                                            "type": "string"
                                        },
                                        "tabletUnit": {
                                            "type": "string"
                                        },
                                        "mobileUnit": {
                                            "type": "string"
                                        },
                                        "desktopHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileHoverUnit": {
                                            "type": "string"
                                        },
                                        "desktopParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileParentHoverUnit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "block-margin-bottom": {
                                    "type": "object",
                                    "properties": {
                                        "desktop": {
                                            "type": "string"
                                        },
                                        "tablet": {
                                            "type": "string"
                                        },
                                        "mobile": {
                                            "type": "string"
                                        },
                                        "desktopHover": {
                                            "type": "string"
                                        },
                                        "tabletHover": {
                                            "type": "string"
                                        },
                                        "mobileHover": {
                                            "type": "string"
                                        },
                                        "desktopParentHover": {
                                            "type": "string"
                                        },
                                        "tabletParentHover": {
                                            "type": "string"
                                        },
                                        "mobileParentHover": {
                                            "type": "string"
                                        },
                                        "desktopUnit": {
                                            "type": "string"
                                        },
                                        "tabletUnit": {
                                            "type": "string"
                                        },
                                        "mobileUnit": {
                                            "type": "string"
                                        },
                                        "desktopHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileHoverUnit": {
                                            "type": "string"
                                        },
                                        "desktopParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileParentHoverUnit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "column-margin": {
                                    "type": "object",
                                    "properties": {
                                        "desktop": {
                                            "type": "number"
                                        },
                                        "tablet": {
                                            "type": "number"
                                        },
                                        "mobile": {
                                            "type": "number"
                                        },
                                        "desktopHover": {
                                            "type": "number"
                                        },
                                        "tabletHover": {
                                            "type": "number"
                                        },
                                        "mobileHover": {
                                            "type": "number"
                                        },
                                        "desktopParentHover": {
                                            "type": "number"
                                        },
                                        "tabletParentHover": {
                                            "type": "number"
                                        },
                                        "mobileParentHover": {
                                            "type": "number"
                                        },
                                        "desktopUnit": {
                                            "type": "string"
                                        },
                                        "tabletUnit": {
                                            "type": "string"
                                        },
                                        "mobileUnit": {
                                            "type": "string"
                                        },
                                        "desktopHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileHoverUnit": {
                                            "type": "string"
                                        },
                                        "desktopParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileParentHoverUnit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "columns-column-gap": {
                                    "type": "object",
                                    "properties": {
                                        "desktop": {
                                            "type": "string"
                                        },
                                        "tablet": {
                                            "type": "string"
                                        },
                                        "mobile": {
                                            "type": "string"
                                        },
                                        "desktopHover": {
                                            "type": "string"
                                        },
                                        "tabletHover": {
                                            "type": "string"
                                        },
                                        "mobileHover": {
                                            "type": "string"
                                        },
                                        "desktopParentHover": {
                                            "type": "string"
                                        },
                                        "tabletParentHover": {
                                            "type": "string"
                                        },
                                        "mobileParentHover": {
                                            "type": "string"
                                        },
                                        "desktopUnit": {
                                            "type": "string"
                                        },
                                        "tabletUnit": {
                                            "type": "string"
                                        },
                                        "mobileUnit": {
                                            "type": "string"
                                        },
                                        "desktopHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileHoverUnit": {
                                            "type": "string"
                                        },
                                        "desktopParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileParentHoverUnit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "columns-row-gap": {
                                    "type": "object",
                                    "properties": {
                                        "desktop": {
                                            "type": "string"
                                        },
                                        "tablet": {
                                            "type": "string"
                                        },
                                        "mobile": {
                                            "type": "string"
                                        },
                                        "desktopHover": {
                                            "type": "string"
                                        },
                                        "tabletHover": {
                                            "type": "string"
                                        },
                                        "mobileHover": {
                                            "type": "string"
                                        },
                                        "desktopParentHover": {
                                            "type": "string"
                                        },
                                        "tabletParentHover": {
                                            "type": "string"
                                        },
                                        "mobileParentHover": {
                                            "type": "string"
                                        },
                                        "desktopUnit": {
                                            "type": "string"
                                        },
                                        "tabletUnit": {
                                            "type": "string"
                                        },
                                        "mobileUnit": {
                                            "type": "string"
                                        },
                                        "desktopHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileHoverUnit": {
                                            "type": "string"
                                        },
                                        "desktopParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileParentHoverUnit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "image-drop-shadow": {
                                    "type": "object",
                                    "properties": {
                                        "desktop": {
                                            "type": "string"
                                        },
                                        "tablet": {
                                            "type": "string"
                                        },
                                        "mobile": {
                                            "type": "string"
                                        },
                                        "desktopHover": {
                                            "type": "string"
                                        },
                                        "tabletHover": {
                                            "type": "string"
                                        },
                                        "mobileHover": {
                                            "type": "string"
                                        },
                                        "desktopParentHover": {
                                            "type": "string"
                                        },
                                        "tabletParentHover": {
                                            "type": "string"
                                        },
                                        "mobileParentHover": {
                                            "type": "string"
                                        },
                                        "desktopUnit": {
                                            "type": "string"
                                        },
                                        "tabletUnit": {
                                            "type": "string"
                                        },
                                        "mobileUnit": {
                                            "type": "string"
                                        },
                                        "desktopHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileHoverUnit": {
                                            "type": "string"
                                        },
                                        "desktopParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileParentHoverUnit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "image-border-radius": {
                                    "type": "object",
                                    "properties": {
                                        "desktop": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tablet": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobile": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "desktopHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tabletHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobileHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "desktopParentHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tabletParentHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobileParentHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "desktopUnit": {
                                            "type": "string"
                                        },
                                        "tabletUnit": {
                                            "type": "string"
                                        },
                                        "mobileUnit": {
                                            "type": "string"
                                        },
                                        "desktopHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileHoverUnit": {
                                            "type": "string"
                                        },
                                        "desktopParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileParentHoverUnit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            },
                            "additionalProperties": false,
                            "required": false
                        },
                        "stackable_global_buttons_and_icons": {
                            "title": "",
                            "description": "Stackable global buttons and icons",
                            "type": "object",
                            "properties": {
                                "button-min-height": {
                                    "type": "object",
                                    "properties": {
                                        "desktop": {
                                            "type": "string"
                                        },
                                        "tablet": {
                                            "type": "string"
                                        },
                                        "mobile": {
                                            "type": "string"
                                        },
                                        "desktopHover": {
                                            "type": "string"
                                        },
                                        "tabletHover": {
                                            "type": "string"
                                        },
                                        "mobileHover": {
                                            "type": "string"
                                        },
                                        "desktopParentHover": {
                                            "type": "string"
                                        },
                                        "tabletParentHover": {
                                            "type": "string"
                                        },
                                        "mobileParentHover": {
                                            "type": "string"
                                        },
                                        "desktopUnit": {
                                            "type": "string"
                                        },
                                        "tabletUnit": {
                                            "type": "string"
                                        },
                                        "mobileUnit": {
                                            "type": "string"
                                        },
                                        "desktopHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileHoverUnit": {
                                            "type": "string"
                                        },
                                        "desktopParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileParentHoverUnit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "button-padding": {
                                    "type": "object",
                                    "properties": {
                                        "desktop": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tablet": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobile": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "desktopHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tabletHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobileHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "desktopParentHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tabletParentHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobileParentHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "desktopUnit": {
                                            "type": "string"
                                        },
                                        "tabletUnit": {
                                            "type": "string"
                                        },
                                        "mobileUnit": {
                                            "type": "string"
                                        },
                                        "desktopHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileHoverUnit": {
                                            "type": "string"
                                        },
                                        "desktopParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileParentHoverUnit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "icon-button-padding": {
                                    "type": "object",
                                    "properties": {
                                        "desktop": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tablet": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobile": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "desktopHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tabletHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobileHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "desktopParentHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tabletParentHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobileParentHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "desktopUnit": {
                                            "type": "string"
                                        },
                                        "tabletUnit": {
                                            "type": "string"
                                        },
                                        "mobileUnit": {
                                            "type": "string"
                                        },
                                        "desktopHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileHoverUnit": {
                                            "type": "string"
                                        },
                                        "desktopParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileParentHoverUnit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "button-border-style": {
                                    "type": "object",
                                    "properties": {
                                        "desktop": {
                                            "type": "string"
                                        },
                                        "tablet": {
                                            "type": "string"
                                        },
                                        "mobile": {
                                            "type": "string"
                                        },
                                        "desktopHover": {
                                            "type": "string"
                                        },
                                        "tabletHover": {
                                            "type": "string"
                                        },
                                        "mobileHover": {
                                            "type": "string"
                                        },
                                        "desktopParentHover": {
                                            "type": "string"
                                        },
                                        "tabletParentHover": {
                                            "type": "string"
                                        },
                                        "mobileParentHover": {
                                            "type": "string"
                                        },
                                        "desktopUnit": {
                                            "type": "string"
                                        },
                                        "tabletUnit": {
                                            "type": "string"
                                        },
                                        "mobileUnit": {
                                            "type": "string"
                                        },
                                        "desktopHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileHoverUnit": {
                                            "type": "string"
                                        },
                                        "desktopParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileParentHoverUnit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "button-border-width": {
                                    "type": "object",
                                    "properties": {
                                        "desktop": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "number",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tablet": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "number",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobile": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "number",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "desktopHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "number",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tabletHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "number",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobileHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "number",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "desktopParentHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "number",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tabletParentHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "number",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobileParentHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "number",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "desktopUnit": {
                                            "type": "string"
                                        },
                                        "tabletUnit": {
                                            "type": "string"
                                        },
                                        "mobileUnit": {
                                            "type": "string"
                                        },
                                        "desktopHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileHoverUnit": {
                                            "type": "string"
                                        },
                                        "desktopParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileParentHoverUnit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "button-ghost-border-width": {
                                    "type": "object",
                                    "properties": {
                                        "desktop": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "number",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tablet": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "number",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobile": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "number",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "desktopHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "number",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tabletHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "number",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobileHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "number",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "desktopParentHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "number",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tabletParentHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "number",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobileParentHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "number",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "number",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "desktopUnit": {
                                            "type": "string"
                                        },
                                        "tabletUnit": {
                                            "type": "string"
                                        },
                                        "mobileUnit": {
                                            "type": "string"
                                        },
                                        "desktopHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileHoverUnit": {
                                            "type": "string"
                                        },
                                        "desktopParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileParentHoverUnit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "button-border-radius": {
                                    "type": "object",
                                    "properties": {
                                        "desktop": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tablet": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobile": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "desktopHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tabletHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobileHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "desktopParentHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "tabletParentHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "mobileParentHover": {
                                            "type": "object",
                                            "properties": {
                                                "top": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "right": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "bottom": {
                                                    "type": "string",
                                                    "default": ""
                                                },
                                                "left": {
                                                    "type": "string",
                                                    "default": ""
                                                }
                                            },
                                            "additionalProperties": false
                                        },
                                        "desktopUnit": {
                                            "type": "string"
                                        },
                                        "tabletUnit": {
                                            "type": "string"
                                        },
                                        "mobileUnit": {
                                            "type": "string"
                                        },
                                        "desktopHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileHoverUnit": {
                                            "type": "string"
                                        },
                                        "desktopParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileParentHoverUnit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "button-box-shadow": {
                                    "type": "object",
                                    "properties": {
                                        "desktop": {
                                            "type": "string"
                                        },
                                        "tablet": {
                                            "type": "string"
                                        },
                                        "mobile": {
                                            "type": "string"
                                        },
                                        "desktopHover": {
                                            "type": "string"
                                        },
                                        "tabletHover": {
                                            "type": "string"
                                        },
                                        "mobileHover": {
                                            "type": "string"
                                        },
                                        "desktopParentHover": {
                                            "type": "string"
                                        },
                                        "tabletParentHover": {
                                            "type": "string"
                                        },
                                        "mobileParentHover": {
                                            "type": "string"
                                        },
                                        "desktopUnit": {
                                            "type": "string"
                                        },
                                        "tabletUnit": {
                                            "type": "string"
                                        },
                                        "mobileUnit": {
                                            "type": "string"
                                        },
                                        "desktopHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileHoverUnit": {
                                            "type": "string"
                                        },
                                        "desktopParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileParentHoverUnit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "button-icon-size": {
                                    "type": "object",
                                    "properties": {
                                        "desktop": {
                                            "type": "number"
                                        },
                                        "tablet": {
                                            "type": "number"
                                        },
                                        "mobile": {
                                            "type": "number"
                                        },
                                        "desktopHover": {
                                            "type": "number"
                                        },
                                        "tabletHover": {
                                            "type": "number"
                                        },
                                        "mobileHover": {
                                            "type": "number"
                                        },
                                        "desktopParentHover": {
                                            "type": "number"
                                        },
                                        "tabletParentHover": {
                                            "type": "number"
                                        },
                                        "mobileParentHover": {
                                            "type": "number"
                                        },
                                        "desktopUnit": {
                                            "type": "string"
                                        },
                                        "tabletUnit": {
                                            "type": "string"
                                        },
                                        "mobileUnit": {
                                            "type": "string"
                                        },
                                        "desktopHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileHoverUnit": {
                                            "type": "string"
                                        },
                                        "desktopParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileParentHoverUnit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "button-icon-gap": {
                                    "type": "object",
                                    "properties": {
                                        "desktop": {
                                            "type": "string"
                                        },
                                        "tablet": {
                                            "type": "string"
                                        },
                                        "mobile": {
                                            "type": "string"
                                        },
                                        "desktopHover": {
                                            "type": "string"
                                        },
                                        "tabletHover": {
                                            "type": "string"
                                        },
                                        "mobileHover": {
                                            "type": "string"
                                        },
                                        "desktopParentHover": {
                                            "type": "string"
                                        },
                                        "tabletParentHover": {
                                            "type": "string"
                                        },
                                        "mobileParentHover": {
                                            "type": "string"
                                        },
                                        "desktopUnit": {
                                            "type": "string"
                                        },
                                        "tabletUnit": {
                                            "type": "string"
                                        },
                                        "mobileUnit": {
                                            "type": "string"
                                        },
                                        "desktopHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileHoverUnit": {
                                            "type": "string"
                                        },
                                        "desktopParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileParentHoverUnit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "button-column-gap": {
                                    "type": "object",
                                    "properties": {
                                        "desktop": {
                                            "type": "string"
                                        },
                                        "tablet": {
                                            "type": "string"
                                        },
                                        "mobile": {
                                            "type": "string"
                                        },
                                        "desktopHover": {
                                            "type": "string"
                                        },
                                        "tabletHover": {
                                            "type": "string"
                                        },
                                        "mobileHover": {
                                            "type": "string"
                                        },
                                        "desktopParentHover": {
                                            "type": "string"
                                        },
                                        "tabletParentHover": {
                                            "type": "string"
                                        },
                                        "mobileParentHover": {
                                            "type": "string"
                                        },
                                        "desktopUnit": {
                                            "type": "string"
                                        },
                                        "tabletUnit": {
                                            "type": "string"
                                        },
                                        "mobileUnit": {
                                            "type": "string"
                                        },
                                        "desktopHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileHoverUnit": {
                                            "type": "string"
                                        },
                                        "desktopParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileParentHoverUnit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "button-row-gap": {
                                    "type": "object",
                                    "properties": {
                                        "desktop": {
                                            "type": "string"
                                        },
                                        "tablet": {
                                            "type": "string"
                                        },
                                        "mobile": {
                                            "type": "string"
                                        },
                                        "desktopHover": {
                                            "type": "string"
                                        },
                                        "tabletHover": {
                                            "type": "string"
                                        },
                                        "mobileHover": {
                                            "type": "string"
                                        },
                                        "desktopParentHover": {
                                            "type": "string"
                                        },
                                        "tabletParentHover": {
                                            "type": "string"
                                        },
                                        "mobileParentHover": {
                                            "type": "string"
                                        },
                                        "desktopUnit": {
                                            "type": "string"
                                        },
                                        "tabletUnit": {
                                            "type": "string"
                                        },
                                        "mobileUnit": {
                                            "type": "string"
                                        },
                                        "desktopHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileHoverUnit": {
                                            "type": "string"
                                        },
                                        "desktopParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileParentHoverUnit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "icon-list-icon-size": {
                                    "type": "object",
                                    "properties": {
                                        "desktop": {
                                            "type": "number"
                                        },
                                        "tablet": {
                                            "type": "number"
                                        },
                                        "mobile": {
                                            "type": "number"
                                        },
                                        "desktopHover": {
                                            "type": "number"
                                        },
                                        "tabletHover": {
                                            "type": "number"
                                        },
                                        "mobileHover": {
                                            "type": "number"
                                        },
                                        "desktopParentHover": {
                                            "type": "number"
                                        },
                                        "tabletParentHover": {
                                            "type": "number"
                                        },
                                        "mobileParentHover": {
                                            "type": "number"
                                        },
                                        "desktopUnit": {
                                            "type": "string"
                                        },
                                        "tabletUnit": {
                                            "type": "string"
                                        },
                                        "mobileUnit": {
                                            "type": "string"
                                        },
                                        "desktopHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileHoverUnit": {
                                            "type": "string"
                                        },
                                        "desktopParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileParentHoverUnit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "icon-list-row-gap": {
                                    "type": "object",
                                    "properties": {
                                        "desktop": {
                                            "type": "string"
                                        },
                                        "tablet": {
                                            "type": "string"
                                        },
                                        "mobile": {
                                            "type": "string"
                                        },
                                        "desktopHover": {
                                            "type": "string"
                                        },
                                        "tabletHover": {
                                            "type": "string"
                                        },
                                        "mobileHover": {
                                            "type": "string"
                                        },
                                        "desktopParentHover": {
                                            "type": "string"
                                        },
                                        "tabletParentHover": {
                                            "type": "string"
                                        },
                                        "mobileParentHover": {
                                            "type": "string"
                                        },
                                        "desktopUnit": {
                                            "type": "string"
                                        },
                                        "tabletUnit": {
                                            "type": "string"
                                        },
                                        "mobileUnit": {
                                            "type": "string"
                                        },
                                        "desktopHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileHoverUnit": {
                                            "type": "string"
                                        },
                                        "desktopParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileParentHoverUnit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "icon-list-icon-gap": {
                                    "type": "object",
                                    "properties": {
                                        "desktop": {
                                            "type": "number"
                                        },
                                        "tablet": {
                                            "type": "number"
                                        },
                                        "mobile": {
                                            "type": "number"
                                        },
                                        "desktopHover": {
                                            "type": "number"
                                        },
                                        "tabletHover": {
                                            "type": "number"
                                        },
                                        "mobileHover": {
                                            "type": "number"
                                        },
                                        "desktopParentHover": {
                                            "type": "number"
                                        },
                                        "tabletParentHover": {
                                            "type": "number"
                                        },
                                        "mobileParentHover": {
                                            "type": "number"
                                        },
                                        "desktopUnit": {
                                            "type": "string"
                                        },
                                        "tabletUnit": {
                                            "type": "string"
                                        },
                                        "mobileUnit": {
                                            "type": "string"
                                        },
                                        "desktopHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileHoverUnit": {
                                            "type": "string"
                                        },
                                        "desktopParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileParentHoverUnit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "icon-list-indentation": {
                                    "type": "object",
                                    "properties": {
                                        "desktop": {
                                            "type": "number"
                                        },
                                        "tablet": {
                                            "type": "number"
                                        },
                                        "mobile": {
                                            "type": "number"
                                        },
                                        "desktopHover": {
                                            "type": "number"
                                        },
                                        "tabletHover": {
                                            "type": "number"
                                        },
                                        "mobileHover": {
                                            "type": "number"
                                        },
                                        "desktopParentHover": {
                                            "type": "number"
                                        },
                                        "tabletParentHover": {
                                            "type": "number"
                                        },
                                        "mobileParentHover": {
                                            "type": "number"
                                        },
                                        "desktopUnit": {
                                            "type": "string"
                                        },
                                        "tabletUnit": {
                                            "type": "string"
                                        },
                                        "mobileUnit": {
                                            "type": "string"
                                        },
                                        "desktopHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileHoverUnit": {
                                            "type": "string"
                                        },
                                        "desktopParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileParentHoverUnit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "icon-size": {
                                    "type": "object",
                                    "properties": {
                                        "desktop": {
                                            "type": "number"
                                        },
                                        "tablet": {
                                            "type": "number"
                                        },
                                        "mobile": {
                                            "type": "number"
                                        },
                                        "desktopHover": {
                                            "type": "number"
                                        },
                                        "tabletHover": {
                                            "type": "number"
                                        },
                                        "mobileHover": {
                                            "type": "number"
                                        },
                                        "desktopParentHover": {
                                            "type": "number"
                                        },
                                        "tabletParentHover": {
                                            "type": "number"
                                        },
                                        "mobileParentHover": {
                                            "type": "number"
                                        },
                                        "desktopUnit": {
                                            "type": "string"
                                        },
                                        "tabletUnit": {
                                            "type": "string"
                                        },
                                        "mobileUnit": {
                                            "type": "string"
                                        },
                                        "desktopHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileHoverUnit": {
                                            "type": "string"
                                        },
                                        "desktopParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "tabletParentHoverUnit": {
                                            "type": "string"
                                        },
                                        "mobileParentHoverUnit": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            },
                            "additionalProperties": false,
                            "required": false
                        },
                        "stackable_global_color_schemes": {
                            "title": "",
                            "description": "Stackable Global Color Schemes",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "name": {
                                        "type": "string"
                                    },
                                    "key": {
                                        "type": "string"
                                    },
                                    "colorScheme": {
                                        "type": "object",
                                        "properties": {
                                            "backgroundColor": {
                                                "type": "object",
                                                "properties": {
                                                    "desktop": {
                                                        "type": "string"
                                                    },
                                                    "tablet": {
                                                        "type": "string"
                                                    },
                                                    "mobile": {
                                                        "type": "string"
                                                    },
                                                    "desktopHover": {
                                                        "type": "string"
                                                    },
                                                    "tabletHover": {
                                                        "type": "string"
                                                    },
                                                    "mobileHover": {
                                                        "type": "string"
                                                    },
                                                    "desktopParentHover": {
                                                        "type": "string"
                                                    },
                                                    "tabletParentHover": {
                                                        "type": "string"
                                                    },
                                                    "mobileParentHover": {
                                                        "type": "string"
                                                    },
                                                    "desktopUnit": {
                                                        "type": "string"
                                                    },
                                                    "tabletUnit": {
                                                        "type": "string"
                                                    },
                                                    "mobileUnit": {
                                                        "type": "string"
                                                    },
                                                    "desktopHoverUnit": {
                                                        "type": "string"
                                                    },
                                                    "tabletHoverUnit": {
                                                        "type": "string"
                                                    },
                                                    "mobileHoverUnit": {
                                                        "type": "string"
                                                    },
                                                    "desktopParentHoverUnit": {
                                                        "type": "string"
                                                    },
                                                    "tabletParentHoverUnit": {
                                                        "type": "string"
                                                    },
                                                    "mobileParentHoverUnit": {
                                                        "type": "string"
                                                    }
                                                },
                                                "additionalProperties": false
                                            },
                                            "headingColor": {
                                                "type": "object",
                                                "properties": {
                                                    "desktop": {
                                                        "type": "string"
                                                    },
                                                    "tablet": {
                                                        "type": "string"
                                                    },
                                                    "mobile": {
                                                        "type": "string"
                                                    },
                                                    "desktopHover": {
                                                        "type": "string"
                                                    },
                                                    "tabletHover": {
                                                        "type": "string"
                                                    },
                                                    "mobileHover": {
                                                        "type": "string"
                                                    },
                                                    "desktopParentHover": {
                                                        "type": "string"
                                                    },
                                                    "tabletParentHover": {
                                                        "type": "string"
                                                    },
                                                    "mobileParentHover": {
                                                        "type": "string"
                                                    },
                                                    "desktopUnit": {
                                                        "type": "string"
                                                    },
                                                    "tabletUnit": {
                                                        "type": "string"
                                                    },
                                                    "mobileUnit": {
                                                        "type": "string"
                                                    },
                                                    "desktopHoverUnit": {
                                                        "type": "string"
                                                    },
                                                    "tabletHoverUnit": {
                                                        "type": "string"
                                                    },
                                                    "mobileHoverUnit": {
                                                        "type": "string"
                                                    },
                                                    "desktopParentHoverUnit": {
                                                        "type": "string"
                                                    },
                                                    "tabletParentHoverUnit": {
                                                        "type": "string"
                                                    },
                                                    "mobileParentHoverUnit": {
                                                        "type": "string"
                                                    }
                                                },
                                                "additionalProperties": false
                                            },
                                            "textColor": {
                                                "type": "object",
                                                "properties": {
                                                    "desktop": {
                                                        "type": "string"
                                                    },
                                                    "tablet": {
                                                        "type": "string"
                                                    },
                                                    "mobile": {
                                                        "type": "string"
                                                    },
                                                    "desktopHover": {
                                                        "type": "string"
                                                    },
                                                    "tabletHover": {
                                                        "type": "string"
                                                    },
                                                    "mobileHover": {
                                                        "type": "string"
                                                    },
                                                    "desktopParentHover": {
                                                        "type": "string"
                                                    },
                                                    "tabletParentHover": {
                                                        "type": "string"
                                                    },
                                                    "mobileParentHover": {
                                                        "type": "string"
                                                    },
                                                    "desktopUnit": {
                                                        "type": "string"
                                                    },
                                                    "tabletUnit": {
                                                        "type": "string"
                                                    },
                                                    "mobileUnit": {
                                                        "type": "string"
                                                    },
                                                    "desktopHoverUnit": {
                                                        "type": "string"
                                                    },
                                                    "tabletHoverUnit": {
                                                        "type": "string"
                                                    },
                                                    "mobileHoverUnit": {
                                                        "type": "string"
                                                    },
                                                    "desktopParentHoverUnit": {
                                                        "type": "string"
                                                    },
                                                    "tabletParentHoverUnit": {
                                                        "type": "string"
                                                    },
                                                    "mobileParentHoverUnit": {
                                                        "type": "string"
                                                    }
                                                },
                                                "additionalProperties": false
                                            },
                                            "linkColor": {
                                                "type": "object",
                                                "properties": {
                                                    "desktop": {
                                                        "type": "string"
                                                    },
                                                    "tablet": {
                                                        "type": "string"
                                                    },
                                                    "mobile": {
                                                        "type": "string"
                                                    },
                                                    "desktopHover": {
                                                        "type": "string"
                                                    },
                                                    "tabletHover": {
                                                        "type": "string"
                                                    },
                                                    "mobileHover": {
                                                        "type": "string"
                                                    },
                                                    "desktopParentHover": {
                                                        "type": "string"
                                                    },
                                                    "tabletParentHover": {
                                                        "type": "string"
                                                    },
                                                    "mobileParentHover": {
                                                        "type": "string"
                                                    },
                                                    "desktopUnit": {
                                                        "type": "string"
                                                    },
                                                    "tabletUnit": {
                                                        "type": "string"
                                                    },
                                                    "mobileUnit": {
                                                        "type": "string"
                                                    },
                                                    "desktopHoverUnit": {
                                                        "type": "string"
                                                    },
                                                    "tabletHoverUnit": {
                                                        "type": "string"
                                                    },
                                                    "mobileHoverUnit": {
                                                        "type": "string"
                                                    },
                                                    "desktopParentHoverUnit": {
                                                        "type": "string"
                                                    },
                                                    "tabletParentHoverUnit": {
                                                        "type": "string"
                                                    },
                                                    "mobileParentHoverUnit": {
                                                        "type": "string"
                                                    }
                                                },
                                                "additionalProperties": false
                                            },
                                            "accentColor": {
                                                "type": "object",
                                                "properties": {
                                                    "desktop": {
                                                        "type": "string"
                                                    },
                                                    "tablet": {
                                                        "type": "string"
                                                    },
                                                    "mobile": {
                                                        "type": "string"
                                                    },
                                                    "desktopHover": {
                                                        "type": "string"
                                                    },
                                                    "tabletHover": {
                                                        "type": "string"
                                                    },
                                                    "mobileHover": {
                                                        "type": "string"
                                                    },
                                                    "desktopParentHover": {
                                                        "type": "string"
                                                    },
                                                    "tabletParentHover": {
                                                        "type": "string"
                                                    },
                                                    "mobileParentHover": {
                                                        "type": "string"
                                                    },
                                                    "desktopUnit": {
                                                        "type": "string"
                                                    },
                                                    "tabletUnit": {
                                                        "type": "string"
                                                    },
                                                    "mobileUnit": {
                                                        "type": "string"
                                                    },
                                                    "desktopHoverUnit": {
                                                        "type": "string"
                                                    },
                                                    "tabletHoverUnit": {
                                                        "type": "string"
                                                    },
                                                    "mobileHoverUnit": {
                                                        "type": "string"
                                                    },
                                                    "desktopParentHoverUnit": {
                                                        "type": "string"
                                                    },
                                                    "tabletParentHoverUnit": {
                                                        "type": "string"
                                                    },
                                                    "mobileParentHoverUnit": {
                                                        "type": "string"
                                                    }
                                                },
                                                "additionalProperties": false
                                            },
                                            "buttonBackgroundColor": {
                                                "type": "object",
                                                "properties": {
                                                    "desktop": {
                                                        "type": "string"
                                                    },
                                                    "tablet": {
                                                        "type": "string"
                                                    },
                                                    "mobile": {
                                                        "type": "string"
                                                    },
                                                    "desktopHover": {
                                                        "type": "string"
                                                    },
                                                    "tabletHover": {
                                                        "type": "string"
                                                    },
                                                    "mobileHover": {
                                                        "type": "string"
                                                    },
                                                    "desktopParentHover": {
                                                        "type": "string"
                                                    },
                                                    "tabletParentHover": {
                                                        "type": "string"
                                                    },
                                                    "mobileParentHover": {
                                                        "type": "string"
                                                    },
                                                    "desktopUnit": {
                                                        "type": "string"
                                                    },
                                                    "tabletUnit": {
                                                        "type": "string"
                                                    },
                                                    "mobileUnit": {
                                                        "type": "string"
                                                    },
                                                    "desktopHoverUnit": {
                                                        "type": "string"
                                                    },
                                                    "tabletHoverUnit": {
                                                        "type": "string"
                                                    },
                                                    "mobileHoverUnit": {
                                                        "type": "string"
                                                    },
                                                    "desktopParentHoverUnit": {
                                                        "type": "string"
                                                    },
                                                    "tabletParentHoverUnit": {
                                                        "type": "string"
                                                    },
                                                    "mobileParentHoverUnit": {
                                                        "type": "string"
                                                    }
                                                },
                                                "additionalProperties": false
                                            },
                                            "buttonTextColor": {
                                                "type": "object",
                                                "properties": {
                                                    "desktop": {
                                                        "type": "string"
                                                    },
                                                    "tablet": {
                                                        "type": "string"
                                                    },
                                                    "mobile": {
                                                        "type": "string"
                                                    },
                                                    "desktopHover": {
                                                        "type": "string"
                                                    },
                                                    "tabletHover": {
                                                        "type": "string"
                                                    },
                                                    "mobileHover": {
                                                        "type": "string"
                                                    },
                                                    "desktopParentHover": {
                                                        "type": "string"
                                                    },
                                                    "tabletParentHover": {
                                                        "type": "string"
                                                    },
                                                    "mobileParentHover": {
                                                        "type": "string"
                                                    },
                                                    "desktopUnit": {
                                                        "type": "string"
                                                    },
                                                    "tabletUnit": {
                                                        "type": "string"
                                                    },
                                                    "mobileUnit": {
                                                        "type": "string"
                                                    },
                                                    "desktopHoverUnit": {
                                                        "type": "string"
                                                    },
                                                    "tabletHoverUnit": {
                                                        "type": "string"
                                                    },
                                                    "mobileHoverUnit": {
                                                        "type": "string"
                                                    },
                                                    "desktopParentHoverUnit": {
                                                        "type": "string"
                                                    },
                                                    "tabletParentHoverUnit": {
                                                        "type": "string"
                                                    },
                                                    "mobileParentHoverUnit": {
                                                        "type": "string"
                                                    }
                                                },
                                                "additionalProperties": false
                                            },
                                            "buttonOutlineColor": {
                                                "type": "object",
                                                "properties": {
                                                    "desktop": {
                                                        "type": "string"
                                                    },
                                                    "tablet": {
                                                        "type": "string"
                                                    },
                                                    "mobile": {
                                                        "type": "string"
                                                    },
                                                    "desktopHover": {
                                                        "type": "string"
                                                    },
                                                    "tabletHover": {
                                                        "type": "string"
                                                    },
                                                    "mobileHover": {
                                                        "type": "string"
                                                    },
                                                    "desktopParentHover": {
                                                        "type": "string"
                                                    },
                                                    "tabletParentHover": {
                                                        "type": "string"
                                                    },
                                                    "mobileParentHover": {
                                                        "type": "string"
                                                    },
                                                    "desktopUnit": {
                                                        "type": "string"
                                                    },
                                                    "tabletUnit": {
                                                        "type": "string"
                                                    },
                                                    "mobileUnit": {
                                                        "type": "string"
                                                    },
                                                    "desktopHoverUnit": {
                                                        "type": "string"
                                                    },
                                                    "tabletHoverUnit": {
                                                        "type": "string"
                                                    },
                                                    "mobileHoverUnit": {
                                                        "type": "string"
                                                    },
                                                    "desktopParentHoverUnit": {
                                                        "type": "string"
                                                    },
                                                    "tabletParentHoverUnit": {
                                                        "type": "string"
                                                    },
                                                    "mobileParentHoverUnit": {
                                                        "type": "string"
                                                    }
                                                },
                                                "additionalProperties": false
                                            }
                                        },
                                        "additionalProperties": false
                                    },
                                    "hideInPicker": {
                                        "type": "boolean"
                                    }
                                },
                                "additionalProperties": false
                            },
                            "required": false
                        },
                        "stackable_global_hide_color_scheme_colors": {
                            "title": "",
                            "description": "Hide color scheme colors in the Stackable color picker",
                            "type": "boolean",
                            "required": false
                        },
                        "stackable_global_base_color_scheme": {
                            "title": "",
                            "description": "Stackable Global Base Color Scheme",
                            "type": "string",
                            "required": false
                        },
                        "stackable_global_background_mode_color_scheme": {
                            "title": "",
                            "description": "Stackable Global Background Mode Color Scheme",
                            "type": "string",
                            "required": false
                        },
                        "stackable_global_container_mode_color_scheme": {
                            "title": "",
                            "description": "Stackable Global Container Mode Color Scheme",
                            "type": "string",
                            "required": false
                        },
                        "stackable_global_color_scheme_generated_css": {
                            "title": "",
                            "description": "Stackable Global Color Scheme Generated CSS",
                            "type": "string",
                            "required": false
                        },
                        "stackable_use_v3_16_0_color_scheme_inheritance": {
                            "title": "",
                            "description": "Stackable Global Color Scheme v3.16.0 Color Scheme Inheritance",
                            "type": "boolean",
                            "required": false
                        },
                        "stackable_use_size_presets_by_default": {
                            "title": "",
                            "description": "If enabled, range controls will be on preset mode by default",
                            "type": "boolean",
                            "required": false
                        },
                        "stackable_global_block_styles": {
                            "title": "",
                            "description": "Stackable Block Styles",
                            "type": "object",
                            "additionalProperties": {
                                "type": "array",
                                "items": {
                                    "type": "object",
                                    "properties": {
                                        "name": {
                                            "type": "string"
                                        },
                                        "slug": {
                                            "type": "string"
                                        },
                                        "attributes": {
                                            "type": "object",
                                            "additionalProperties": true
                                        },
                                        "nonCssAttributes": {
                                            "type": "object",
                                            "additionalProperties": true
                                        },
                                        "saveCss": {
                                            "type": "string"
                                        },
                                        "editCss": {
                                            "type": "string"
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "stackable_guided_tour_states": {
                            "title": "",
                            "description": "An array of strings representing completed block tours.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stackable_global_colors_native_compatibility": {
                            "title": "",
                            "description": "",
                            "type": "boolean",
                            "required": false
                        },
                        "stackable_v2_frontend_compatibility": {
                            "title": "",
                            "description": "Load version 2 frontend styles and scripts",
                            "type": "string",
                            "required": false
                        },
                        "stackable_v2_editor_compatibility": {
                            "title": "",
                            "description": "Load version 2 blocks in the editor",
                            "type": "string",
                            "required": false
                        },
                        "stackable_v2_editor_compatibility_usage": {
                            "title": "",
                            "description": "Load version 2 blocks when old blocks are used",
                            "type": "string",
                            "required": false
                        },
                        "stackable_v2_block_detector_disabled": {
                            "title": "",
                            "description": "This disables the v2 block detected in the editor",
                            "type": "string",
                            "required": false
                        },
                        "stackable_v2_frontend_detector_counter": {
                            "title": "",
                            "description": "This disables the v2 block detected in the frontend",
                            "type": "number",
                            "required": false
                        },
                        "stackable_optimize_script_load": {
                            "title": "",
                            "description": "Stackable optimization setting, only load scripts when there are Stackable blocks in the page",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/wp\/v2\/settings"
                    }
                ]
            }
        },
        "\/wp\/v2\/themes": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "status": {
                            "description": "Limit result set to themes assigned one or more statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "active",
                                    "inactive"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/wp\/v2\/themes"
                    }
                ]
            }
        },
        "\/wp\/v2\/themes\/(?P<stylesheet>[^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "stylesheet": {
                            "description": "The theme's stylesheet. This uniquely identifies the theme.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/plugins": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Limits results to plugins with the given status.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "inactive",
                                    "active"
                                ]
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "WordPress.org plugin directory slug.",
                            "pattern": "[\\w\\-]+",
                            "required": true
                        },
                        "status": {
                            "description": "The plugin activation status.",
                            "type": "string",
                            "enum": [
                                "inactive",
                                "active"
                            ],
                            "default": "inactive",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/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": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        },
                        "status": {
                            "description": "The plugin activation status.",
                            "type": "string",
                            "enum": [
                                "inactive",
                                "active"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "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": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/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": "The id of a registered sidebar",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "widgets": {
                            "description": "Nested widgets.",
                            "type": "array",
                            "items": {
                                "type": [
                                    "object",
                                    "string"
                                ]
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widget-types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/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": "The widget type id.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "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": "The widget type id.",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "Current instance settings of the widget.",
                            "type": "object",
                            "required": false
                        },
                        "form_data": {
                            "description": "Serialized widget form data to encode into instance settings.",
                            "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": "The widget type id.",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "Current instance settings of the widget.",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widgets": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "sidebar": {
                            "description": "The sidebar to return widgets for.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the widget.",
                            "type": "string",
                            "required": false
                        },
                        "id_base": {
                            "description": "The type of the widget. Corresponds to ID in widget-types endpoint.",
                            "type": "string",
                            "required": false
                        },
                        "sidebar": {
                            "default": "wp_inactive_widgets",
                            "description": "The sidebar the widget belongs to.",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "Instance settings of the widget, if supported.",
                            "type": "object",
                            "properties": {
                                "encoded": {
                                    "description": "Base64 encoded representation of the instance settings.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "hash": {
                                    "description": "Cryptographic hash of the instance settings.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "raw": {
                                    "description": "Unencoded instance settings, if supported.",
                                    "type": "object",
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "form_data": {
                            "description": "URL-encoded form data from the widget admin form. Used to update a widget that does not support instance. Write only.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/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": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Unique identifier for the widget.",
                            "type": "string",
                            "required": false
                        },
                        "id_base": {
                            "description": "The type of the widget. Corresponds to ID in widget-types endpoint.",
                            "type": "string",
                            "required": false
                        },
                        "sidebar": {
                            "description": "The sidebar the widget belongs to.",
                            "type": "string",
                            "required": false
                        },
                        "instance": {
                            "description": "Instance settings of the widget, if supported.",
                            "type": "object",
                            "properties": {
                                "encoded": {
                                    "description": "Base64 encoded representation of the instance settings.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "hash": {
                                    "description": "Cryptographic hash of the instance settings.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "raw": {
                                    "description": "Unencoded instance settings, if supported.",
                                    "type": "object",
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "form_data": {
                            "description": "URL-encoded form data from the widget admin form. Used to update a widget that does not support instance. Write only.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "force": {
                            "description": "Whether to force removal of the widget, or move it to the inactive sidebar.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-directory\/search": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "term": {
                            "description": "Limit result set to blocks matching the search term.",
                            "type": "string",
                            "minLength": 1,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/wp\/v2\/block-directory\/search"
                    }
                ]
            }
        },
        "\/wp\/v2\/pattern-directory\/patterns": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 100,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "minLength": 1,
                            "required": false
                        },
                        "category": {
                            "description": "Limit results to those matching a category ID.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "keyword": {
                            "description": "Limit results to those matching a keyword ID.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "slug": {
                            "description": "Limit results to those matching a pattern (slug).",
                            "type": "array",
                            "required": false
                        },
                        "offset": {
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by post attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "favorite_count"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/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:\/\/radentscheid-heidelberg.de\/en\/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:\/\/radentscheid-heidelberg.de\/en\/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:\/\/radentscheid-heidelberg.de\/en\/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:\/\/radentscheid-heidelberg.de\/en\/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:\/\/radentscheid-heidelberg.de\/en\/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:\/\/radentscheid-heidelberg.de\/en\/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:\/\/radentscheid-heidelberg.de\/en\/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:\/\/radentscheid-heidelberg.de\/en\/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:\/\/radentscheid-heidelberg.de\/en\/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:\/\/radentscheid-heidelberg.de\/en\/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:\/\/radentscheid-heidelberg.de\/en\/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": "The URL to process.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/wp-block-editor\/v1\/url-details"
                    }
                ]
            }
        },
        "\/wp\/v2\/menu-locations": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/wp\/v2\/menu-locations"
                    }
                ]
            }
        },
        "\/wp\/v2\/menu-locations\/(?P<location>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "location": {
                            "description": "An alphanumeric identifier for the menu location.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "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:\/\/radentscheid-heidelberg.de\/en\/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:\/\/radentscheid-heidelberg.de\/en\/wp-json\/wp-block-editor\/v1\/navigation-fallback"
                    }
                ]
            }
        },
        "\/wp\/v2\/font-collections": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/wp\/v2\/font-collections"
                    }
                ]
            }
        },
        "\/wp\/v2\/font-collections\/(?P<slug>[\\\/\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "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:\/\/radentscheid-heidelberg.de\/en\/wp-json\/wp-abilities\/v1"
                    }
                ]
            }
        },
        "\/wp-abilities\/v1\/categories": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 50,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/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": "Unique identifier for the ability category.",
                            "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": "Unique identifier for the ability.",
                            "type": "string",
                            "pattern": "^[a-zA-Z0-9\\-\\\/]+$",
                            "required": false
                        },
                        "input": {
                            "description": "Input parameters for the ability execution.",
                            "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": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 50,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "category": {
                            "description": "Limit results to abilities in specific ability category.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/radentscheid-heidelberg.de\/en\/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": "Unique identifier for the ability.",
                            "type": "string",
                            "pattern": "^[a-zA-Z0-9\\-\\\/]+$",
                            "required": false
                        }
                    }
                }
            ]
        }
    },
    "site_logo": 136,
    "site_icon": 131,
    "site_icon_url": "https:\/\/radentscheid-heidelberg.de\/wp-content\/uploads\/cropped-Logo-Radentscheid-02-1.png",
    "_links": {
        "help": [
            {
                "href": "https:\/\/developer.wordpress.org\/rest-api\/"
            }
        ],
        "wp:featuredmedia": [
            {
                "embeddable": true,
                "type": "site_logo",
                "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/wp\/v2\/media\/136"
            },
            {
                "embeddable": true,
                "type": "site_icon",
                "href": "https:\/\/radentscheid-heidelberg.de\/en\/wp-json\/wp\/v2\/media\/131"
            }
        ],
        "curies": [
            {
                "name": "wp",
                "href": "https:\/\/api.w.org\/{rel}",
                "templated": true
            }
        ]
    }
}